hunks: fix missing line continue character

This commit is contained in:
Christian Brabandt 2020-04-29 17:17:58 +02:00
parent 48064e24d5
commit 96d37d2fbe
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 1 additions and 1 deletions

View File

@ -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)