aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/vim-gitgutter/test/testKeepModified.vim
blob: acb687f34c8e18cad1272daafb908298f13b56ca (plain)
1
2
3
4
5
6
7
8
source helper.vim
call Setup()

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