Files
vim-gitgutter/test/testKeepModified.vim
2015-04-01 10:28:01 +02:00

9 lines
200 B
VimL

source helper.vim
call Setup()
normal 5Go*
call Dump("modified: ".getbufvar('', '&modified'), 'keepModified')
doautocmd CursorHold
call Dump("modified: ".getbufvar('', '&modified'), 'keepModified')