html5.vim
html5.vim copied to clipboard
Indention breaks with restore_view.vim
For whatever reason, indention doesn't work if I have this plugin and restore_view.vim active at the same time.
it wasn't working for me either, but I got working by disabling and enabling it again (I think it will not help you though..)
EDIT - I just realize you are using a plugin, so, I was using the native (more simple solution)
autocmd BufWrite,VimLeave *.* mkview
autocmd BufRead *.* silent loadview