mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-20 19:01:12 +08:00
add "!" to function signatures
This commit is contained in:
@@ -123,7 +123,7 @@ if v:version >= 800 && has("job")
|
||||
let s:po_jobs[a:file] = id
|
||||
endfunction
|
||||
|
||||
function airline#async#vim_vcs_untracked(config, file)
|
||||
function! airline#async#vim_vcs_untracked(config, file)
|
||||
if g:airline#init#is_windows && &shell =~ 'cmd'
|
||||
let cmd = a:config['cmd'] . shellescape(a:file)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user