add "!" to function signatures
This commit is contained in:
parent
4f95970228
commit
feca81fb86
|
@ -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
|
||||
|
|
|
@ -98,7 +98,7 @@ function! airline#extensions#tabline#buffers#get()
|
|||
return '%'.bufnum.'@airline#extensions#tabline#buffers#clickbuf@'
|
||||
endfunction
|
||||
|
||||
function b.get_posttitle(i) dict
|
||||
function! b.get_posttitle(i) dict
|
||||
return '%X'
|
||||
endfunction
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue