We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c873e commit 49ed726Copy full SHA for 49ed726
plugin/vim-npr.vim
@@ -79,7 +79,7 @@ function! s:print_error(error)
79
echohl ErrorMsg
80
echomsg a:error
81
echohl NONE
82
- let v:errmsg = a:msg
+ let v:errmsg = a:error
83
endfunction
84
85
" Unmap any user mapped gf functionalities. This is to restore gf
0 commit comments