Skip to content

Commit

Permalink
Update submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinrebrovic committed Apr 13, 2014
1 parent c1542c9 commit b14595b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -18,7 +18,7 @@
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/focus"]
path = bundle/focus
url = git@github.com:merlinrebrovic/focus.vim.git
url = git://github.com/merlinrebrovic/focus.vim.git
[submodule "bundle/html_annoyance"]
path = bundle/html_annoyance
url = git://github.com/tudorprodan/html_annoyance.vim.git
3 changes: 1 addition & 2 deletions .vimrc
Expand Up @@ -2,8 +2,7 @@
runtime bundle/pathogen/autoload/pathogen.vim

filetype off
call pathogen#runtime_append_all_bundles()
call pathogen#helptags()
call pathogen#infect()
filetype plugin indent on

" default swap file location
Expand Down
2 changes: 1 addition & 1 deletion bundle/commentary
Submodule commentary updated 4 files
+1 −0 CONTRIBUTING.markdown
+11 −24 README.markdown
+18 −14 doc/commentary.txt
+40 −16 plugin/commentary.vim
2 changes: 1 addition & 1 deletion bundle/focus
Submodule focus updated 2 files
+2 −1 README.md
+19 −5 plugin/focus.vim
2 changes: 1 addition & 1 deletion bundle/html_annoyance
Submodule html_annoyance updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion bundle/pathogen
Submodule pathogen updated 3 files
+14 −0 CONTRIBUTING.markdown
+31 −63 README.markdown
+204 −115 autoload/pathogen.vim
2 changes: 1 addition & 1 deletion bundle/repeat
Submodule repeat updated 1 files
+4 −0 autoload/repeat.vim
2 changes: 1 addition & 1 deletion bundle/surround
Submodule surround updated 1 files
+16 −5 plugin/surround.vim
2 changes: 1 addition & 1 deletion bundle/tabular
Submodule tabular updated 2 files
+29 −0 README.md
+2 −2 after/plugin/TabularMaps.vim

0 comments on commit b14595b

Please sign in to comment.