Skip to content

Commit ec38d8f

Browse files
mattnprabirshrestha
authored andcommitted
Fix typo
1 parent da99206 commit ec38d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/lsp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function! s:on_text_document_did_save() abort
160160
let l:buf = bufnr('%')
161161
call lsp#log('s:on_text_document_did_save()', l:buf)
162162
for l:server_name in lsp#get_whitelisted_servers()
163-
call s:ensure_flush(:buf, l:server_name, {result->s:call_did_save(l:buf, l:server_name, result, function('s:Noop'))})
163+
call s:ensure_flush(l:buf, l:server_name, {result->s:call_did_save(l:buf, l:server_name, result, function('s:Noop'))})
164164
endfor
165165
endfunction
166166

0 commit comments

Comments
 (0)