mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
13 lines
239 B
VimL
13 lines
239 B
VimL
source helper.vim
|
|
call Setup()
|
|
|
|
enew
|
|
execute "normal! \<C-^>"
|
|
call Dump('buffer: '.bufname(''), 'keepAlt')
|
|
call Dump('altbuffer: '.bufname('#'), 'keepAlt')
|
|
|
|
normal ggx
|
|
doautocmd CursorHold
|
|
call Dump('altbuffer: '.bufname('#'), 'keepAlt')
|
|
|