Work on autocommands

This commit is contained in:
Jonathan Hodgson 2017-04-21 16:02:37 +01:00
parent f33bf5a23a
commit 0826a5065e

7
.vimrc
View file

@ -177,11 +177,10 @@ augroup END
"
augroup new_html
autocmd!
autocmd BufNew *.html execute "read ~/Templates/html"
autocmd BufNew *.html execute "normal! ggdd"
autocmd BufNew *.html execute NextMark()
autocmd BufNew *.html read ~/Templates/html
autocmd BufNew *.html normal! ggdd
"autocmd BufNew *.html call NextMark()
autocmd BufNew *.html setlocal filetype=html
augroup END
"
augroup file_vim