diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic index 7ed52d1..77c1251 160000 --- a/vim/bundle/syntastic +++ b/vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 7ed52d1e44a34223e9c2a4c527b186a141ea6f00 +Subproject commit 77c125170aa6b8c553d58f876021b0cedd8ac820 diff --git a/vim/bundle/unite.vim b/vim/bundle/unite.vim index f64031b..cb29ce3 160000 --- a/vim/bundle/unite.vim +++ b/vim/bundle/unite.vim @@ -1 +1 @@ -Subproject commit f64031b0a55b7e4e9df211d13365bb31a1e6740b +Subproject commit cb29ce3812b8e888a65548321702aa75564c88b1 diff --git a/vim/bundle/vimfiler.vim b/vim/bundle/vimfiler.vim index 1901168..651624c 160000 --- a/vim/bundle/vimfiler.vim +++ b/vim/bundle/vimfiler.vim @@ -1 +1 @@ -Subproject commit 190116870770dd813f6f695829b0e5ab42e11afc +Subproject commit 651624ccba23e39f3245a062c8224a267b68af0d diff --git a/vim/bundle/webapi-vim b/vim/bundle/webapi-vim index 0cc3b8e..99e1119 160000 --- a/vim/bundle/webapi-vim +++ b/vim/bundle/webapi-vim @@ -1 +1 @@ -Subproject commit 0cc3b8e8102c04c9b2338c18002208bcb21007b1 +Subproject commit 99e11199838ccbeb7213cbc30698200170d355c9 diff --git a/vim/config/after.vim b/vim/config/after.vim index 563bcd0..0838bd4 100644 --- a/vim/config/after.vim +++ b/vim/config/after.vim @@ -41,7 +41,7 @@ endif autocmd BufEnter,BufRead PKGBUILD setlocal iskeyword-=. "filtype specific settings - autocmd Filetype text,mkd,mkdc,gitcommit,notes,mail,notmuch,taskreport setlocal nonumber spell nolist wrap linebreak breakat&vim breakat-=* breakat-=. breakat-=/ breakat-=? breakat-=, breakat-=: breakat-=; breakat-=! "set some defaults for word processing + autocmd Filetype text,mkd,mkdc,gitcommit,notes,mail,notmuch,rst,taskreport setlocal nonumber spell nolist wrap linebreak breakat&vim breakat-=* breakat-=. breakat-=/ breakat-=? breakat-=, breakat-=: breakat-=; breakat-=! "set some defaults for word processing autocmd FileType help* wincmd L "help windows always open vertically autocmd FileType help* vertical resize 80 "set the window size to 80 cols autocmd FileType help* setlocal nocursorline "remove the horizontal cursor line