Merge branch 'master' of bitbucket.org:jab2870/vim-config

This commit is contained in:
Jonathan Hodgson 2017-05-04 18:17:24 +01:00
commit 42dd3ce731
5 changed files with 5 additions and 9 deletions

2
.vimrc
View file

@ -297,7 +297,7 @@ endfun
"Make web files fold on indent {{{2
augroup file_web
autocmd!
autocmd FileType html,css,less,javascript,php setlocal foldmethod=indent foldenable
autocmd FileType html,xhtml,css,less,javascript,php setlocal foldmethod=indent foldenable
augroup END
" Add Html maps, Currently only pandoc conversion {{{2