diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | modules/vim/vim/bundle/syntastic | 0 | ||||
-rw-r--r-- | modules/vim/vim/doc/tags | 4 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3a03e71..9ddc74d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "modules/xcompose/xcompose"] path = modules/xcompose/xcompose url = https://github.com/leoboiko/pointless-xcompose.git +[submodule "modules/vim/vim/bundle/syntastic"] + path = modules/vim/vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git diff --git a/modules/vim/vim/bundle/syntastic b/modules/vim/vim/bundle/syntastic new file mode 160000 +Subproject 59f7feb046a29d39e1730a079dbdd948077d5bd diff --git a/modules/vim/vim/doc/tags b/modules/vim/vim/doc/tags index 1992ce7..0726233 100644 --- a/modules/vim/vim/doc/tags +++ b/modules/vim/vim/doc/tags @@ -195,15 +195,19 @@ bufexplorer-customization bufexplorer.txt /*bufexplorer-customization* bufexplorer-installation bufexplorer.txt /*bufexplorer-installation* bufexplorer-todo bufexplorer.txt /*bufexplorer-todo* bufexplorer-usage bufexplorer.txt /*bufexplorer-usage* +bufexplorer-windowlayout bufexplorer.txt /*bufexplorer-windowlayout* bufexplorer.txt bufexplorer.txt /*bufexplorer.txt* buffer-explorer bufexplorer.txt /*buffer-explorer* cvscommand-changes vcscommand.txt /*cvscommand-changes* +g:bufExplorerChgWin bufexplorer.txt /*g:bufExplorerChgWin* g:bufExplorerDefaultHelp bufexplorer.txt /*g:bufExplorerDefaultHelp* g:bufExplorerDetailedHelp bufexplorer.txt /*g:bufExplorerDetailedHelp* g:bufExplorerFindActive bufexplorer.txt /*g:bufExplorerFindActive* +g:bufExplorerFuncRef bufexplorer.txt /*g:bufExplorerFuncRef* g:bufExplorerReverseSort bufexplorer.txt /*g:bufExplorerReverseSort* g:bufExplorerShowDirectories bufexplorer.txt /*g:bufExplorerShowDirectories* g:bufExplorerShowRelativePath bufexplorer.txt /*g:bufExplorerShowRelativePath* +g:bufExplorerShowTabBuffer bufexplorer.txt /*g:bufExplorerShowTabBuffer* g:bufExplorerShowUnlisted bufexplorer.txt /*g:bufExplorerShowUnlisted* g:bufExplorerSortBy bufexplorer.txt /*g:bufExplorerSortBy* g:bufExplorerSplitBelow bufexplorer.txt /*g:bufExplorerSplitBelow* |