Skip to content

Commit

Permalink
Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
norm2782 committed Jun 28, 2016
1 parent 50a2442 commit 0d9c7c4
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 16 deletions.
5 changes: 4 additions & 1 deletion .gitmodules
Expand Up @@ -93,10 +93,13 @@
url = git://github.com/Shougo/vimshell.git
[submodule "bundle/vim-latex"]
path = bundle/vim-latex
url = git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex
url = git@github.com:vim-latex/vim-latex.git
[submodule "bundle/vim-clean"]
path = bundle/vim-clean
url = git://github.com/norm2782/vim-clean.git
[submodule "bundle/undotree"]
path = bundle/undotree
url = git@github.com:mbbill/undotree.git
[submodule "bundle/elm.vim"]
path = bundle/elm.vim
url = git@github.com:lambdatoast/elm.vim.git
2 changes: 1 addition & 1 deletion bundle/NrrwRgn
Submodule NrrwRgn updated 1 files
+1 −1 plugin/NrrwRgn.vim
2 changes: 1 addition & 1 deletion bundle/ack.vim
Submodule ack.vim updated 4 files
+19 −0 autoload/ack.vim
+69 −22 doc/ack.txt
+11 −10 doc/ack_quick_help.txt
+9 −5 plugin/ack.vim
1 change: 1 addition & 0 deletions bundle/elm.vim
Submodule elm.vim added at 5f8c51
2 changes: 1 addition & 1 deletion bundle/neco-ghc
Submodule neco-ghc updated from df959a to b91b30
2 changes: 1 addition & 1 deletion bundle/nerdcommenter
Submodule nerdcommenter updated from 1f4bfd to e2d47b
2 changes: 1 addition & 1 deletion bundle/nerdtree
Submodule nerdtree updated from 4ebbb5 to 2e2b64
2 changes: 1 addition & 1 deletion bundle/syntastic
Submodule syntastic updated from 85b5ca to f2ade9
2 changes: 1 addition & 1 deletion bundle/undotree
Submodule undotree updated 1 files
+8 −3 plugin/undotree.vim
2 changes: 1 addition & 1 deletion bundle/vim-buffergator
Submodule vim-buffergator updated 1 files
+1 −0 autoload/buffergator.vim
2 changes: 1 addition & 1 deletion bundle/vim-eunuch
Submodule vim-eunuch updated 1 files
+3 −2 plugin/eunuch.vim
2 changes: 1 addition & 1 deletion bundle/vim-fugitive
Submodule vim-fugitive updated 1 files
+7 −11 plugin/fugitive.vim
2 changes: 1 addition & 1 deletion bundle/vim-git
Submodule vim-git updated 1 files
+2 −0 ftplugin/git.vim
2 changes: 1 addition & 1 deletion bundle/vim-markdown
Submodule vim-markdown updated 2 files
+4 −0 README.markdown
+4 −1 syntax/markdown.vim
2 changes: 1 addition & 1 deletion bundle/vim-surround
Submodule vim-surround updated 1 files
+1 −1 plugin/surround.vim
2 changes: 1 addition & 1 deletion bundle/vimproc
Submodule vimproc updated from 9269f3 to 0ff17b
2 changes: 1 addition & 1 deletion bundle/vimshell
Submodule vimshell updated from d23fbc to 871a4a

0 comments on commit 0d9c7c4

Please sign in to comment.