Skip to content

Commit 2830953

Browse files
committed
Fix missing bang
1 parent 0c56e38 commit 2830953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/dispatch.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function! dispatch#vim_executable() abort
172172
return s:vim
173173
endfunction
174174

175-
function dispatch#has_callback() abort
175+
function! dispatch#has_callback() abort
176176
if has('clientserver') && !empty(v:servername)
177177
return 1
178178
elseif !exists('*job_start') && !exists('*jobstart')

0 commit comments

Comments
 (0)