diff --git a/bundle/ack.vim b/bundle/ack.vim index a41d5d5..9895285 160000 --- a/bundle/ack.vim +++ b/bundle/ack.vim @@ -1 +1 @@ -Subproject commit a41d5d52c39a31128e969e69acf800b198cb07f9 +Subproject commit 9895285042a2fd5691b2f6582aa979e4d1bdffea diff --git a/bundle/nerdcommenter b/bundle/nerdcommenter index b28e7be..baa453a 160000 --- a/bundle/nerdcommenter +++ b/bundle/nerdcommenter @@ -1 +1 @@ -Subproject commit b28e7be63235982501ab7dd30c03ea7feef7b095 +Subproject commit baa453aad84bbdb999c9d75915886244b98c39f3 diff --git a/bundle/pathogen b/bundle/pathogen index ab64b4d..09f2c3b 160000 --- a/bundle/pathogen +++ b/bundle/pathogen @@ -1 +1 @@ -Subproject commit ab64b4ddd0c184a528780b498a0b0a5b40248f7c +Subproject commit 09f2c3b7d3666124157de759a68afe47d0bb8d25 diff --git a/bundle/pydoc.vim b/bundle/pydoc.vim index 639478a..9b58abd 160000 --- a/bundle/pydoc.vim +++ b/bundle/pydoc.vim @@ -1 +1 @@ -Subproject commit 639478a2066b804fc9bff059d876b2db3421d860 +Subproject commit 9b58abd95750af84a00db64a4519e3010f877806 diff --git a/bundle/tagbar b/bundle/tagbar index eab0e67..4dabb96 160000 --- a/bundle/tagbar +++ b/bundle/tagbar @@ -1 +1 @@ -Subproject commit eab0e67d1bb46884b7285cbe206f259fb2bade70 +Subproject commit 4dabb96014af51c9433a2ca3b717510508210fae diff --git a/bundle/vim-surround b/bundle/vim-surround index f6c9d3b..1a73f60 160000 --- a/bundle/vim-surround +++ b/bundle/vim-surround @@ -1 +1 @@ -Subproject commit f6c9d3beb2d11959d22b2555636aeb0c37e66aa1 +Subproject commit 1a73f607f8f5477d6942df2eb6e7245c4864f4d3 diff --git a/vimrc b/vimrc index 5f5bfc0..3542ee7 100644 --- a/vimrc +++ b/vimrc @@ -48,6 +48,10 @@ endif " avro idl support au BufRead,BufNewFile *.avdl setlocal filetype=avro-idl + +" gitit wiki pages are markdown +au BufRead,BufNewFile *.page setlocal filetype=markdown + " colors! set t_Co=256 colo molokai