mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
9 lines
200 B
VimL
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')
|
|
|