html5.vim icon indicating copy to clipboard operation
html5.vim copied to clipboard

Indention breaks with restore_view.vim

Open ahstro opened this issue 8 years ago • 1 comments

For whatever reason, indention doesn't work if I have this plugin and restore_view.vim active at the same time.

ahstro avatar Mar 03 '16 15:03 ahstro

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

vhoyer avatar Jan 22 '18 21:01 vhoyer