mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-11 04:53:46 -05:00
12
test/testKeepAlt.vim
Normal file
12
test/testKeepAlt.vim
Normal file
@@ -0,0 +1,12 @@
|
||||
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')
|
||||
|
||||
Reference in New Issue
Block a user