From 9e1509e989a338d4286e25949aa227f44c3a1232 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 26 Jan 2013 17:31:46 -0200 Subject: Adding syntastic vim plugin --- .gitmodules | 3 +++ modules/vim/vim/bundle/syntastic | 1 + modules/vim/vim/doc/tags | 4 ++++ 3 files changed, 8 insertions(+) create mode 160000 modules/vim/vim/bundle/syntastic 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 index 0000000..59f7feb --- /dev/null +++ b/modules/vim/vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 59f7feb046a29d39e1730a079dbdd948077d5bd0 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* -- cgit v1.2.3