Skip to content

Commit 6789059

Browse files
committed
Make :Signify{En,Dis}ableAll set g:signify_disable_by_default
1 parent f52e412 commit 6789059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoload/sy.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function! sy#start_all() abort
8585
for bufnr in range(1, bufnr(''))
8686
call sy#start({'bufnr': bufnr})
8787
endfor
88+
let g:signify_disable_by_default = 0
8889
endfunction
8990

9091
" #stop_all {{{1
@@ -94,6 +95,7 @@ function! sy#stop_all() abort
9495
call sy#stop(bufnr)
9596
endif
9697
endfor
98+
let g:signify_disable_by_default = 1
9799
endfunction
98100

99101
" #buffer_is_active {{{1

0 commit comments

Comments
 (0)