Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Apr 15, 2024
1 parent 292babc commit f66cf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/dpp/util.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const s:is_windows = has('win32') || has('win64')

function dpp#util#_error(msg) abort
function dpp#util#_error(string, name = 'ddx') abort
echohl Error
for line in a:string->string()->split("\n")
echomsg printf('[%s] %s', a:name, line)
Expand Down

0 comments on commit f66cf43

Please sign in to comment.