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
|
let s:po_jobs[a:file] = id
|
||||||
endfunction
|
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'
|
if g:airline#init#is_windows && &shell =~ 'cmd'
|
||||||
let cmd = a:config['cmd'] . shellescape(a:file)
|
let cmd = a:config['cmd'] . shellescape(a:file)
|
||||||
else
|
else
|
||||||
|
@ -98,7 +98,7 @@ function! airline#extensions#tabline#buffers#get()
|
|||||||
return '%'.bufnum.'@airline#extensions#tabline#buffers#clickbuf@'
|
return '%'.bufnum.'@airline#extensions#tabline#buffers#clickbuf@'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function b.get_posttitle(i) dict
|
function! b.get_posttitle(i) dict
|
||||||
return '%X'
|
return '%X'
|
||||||
endfunction
|
endfunction
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user