Skip to content

Commit aa46952

Browse files
Correct expression debugstring in vim files
1 parent dbd3350 commit aa46952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ftplugin/vim.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function! s:DebugStringFunBase(desc, var)
2-
let l:debug_str = "echo '" . a:desc . "' . string(a:var)"
2+
let l:debug_str = "echo '" . a:desc . "' . string(" . a:var . ")"
33
return l:debug_str
44
endfunc
55

0 commit comments

Comments
 (0)