Merge pull request #1744 from flemingfleming/fix-function-signatures

add "!" to function signatures
This commit is contained in:
Christian Brabandt 2018-06-13 20:06:17 +02:00 committed by GitHub
commit 45c9621157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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