diff options
author | Max Christian Pohle | 2019-03-25 00:37:29 +0100 |
---|---|---|
committer | Max Christian Pohle | 2019-03-25 00:37:29 +0100 |
commit | 709278107208a9ac4d3aef1c192f70f9200785e5 (patch) | |
tree | 95b897c1bdde2c7df3dcda15ea60c25ca40751f2 /doc | |
parent | 8a8fc4e8cb95c355abc7e97e69261cd104174a8b (diff) | |
download | vim-709278107208a9ac4d3aef1c192f70f9200785e5.tar.bz2 vim-709278107208a9ac4d3aef1c192f70f9200785e5.zip |
Added custom marks plugin & fixed submodules
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/git.txt b/doc/git.txt new file mode 100644 index 0000000..800210e --- /dev/null +++ b/doc/git.txt | |||
@@ -0,0 +1 @@ | |||
GIT_PAGER=less git config --list | awk 'match($0, "submodule.(.*).url=(.*)",q){ system("echo git submodule add " q[2] " " q[1]) }' | |||