mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 14:04:53 +02:00
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…
x
Reference in New Issue
Block a user