mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
8 lines
111 B
VimL
8 lines
111 B
VimL
set shell=/usr/local/bin/fish
|
|
source helper.vim
|
|
call Setup()
|
|
|
|
normal ggo*
|
|
write
|
|
call DumpSigns('addLinesFish')
|