Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Apr 2, 2024
1 parent 57911b2 commit 3a5ee37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autoload/ddc/util.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
function ddc#util#print_error(string, name = 'ddc') abort
echohl Error
echomsg printf('[%s] %s', a:name,
\ type(a:string) ==# v:t_string ? a:string : a:string->string())
echomsg printf('[%s] %s', a:name, a:string->string())
echohl None
endfunction

Expand Down

0 comments on commit 3a5ee37

Please sign in to comment.