hunks: fix missing line continue character
This commit is contained in:
parent
48064e24d5
commit
96d37d2fbe
|
@ -17,7 +17,7 @@ let s:hunk_symbols = get(g:, 'airline#extensions#hunks#hunk_symbols', ['+', '~',
|
|||
|
||||
function! s:coc_git_enabled() abort
|
||||
if !exists("*CocAction") ||
|
||||
!get(g:, 'airline#extensions#hunks#coc_git', 0)
|
||||
\ !get(g:, 'airline#extensions#hunks#coc_git', 0)
|
||||
" coc-git extension is disabled by default
|
||||
" unless specifically being enabled by the user
|
||||
" (as requested from coc maintainer)
|
||||
|
|
Loading…
Reference in New Issue