mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
use :echomsg instead of just :echo
this is so that the messages get recorded in message history and can be view with :messages
This commit is contained in:
@@ -1826,7 +1826,7 @@ endfunction
|
||||
"msg: the message to echo
|
||||
function! s:Echo(msg)
|
||||
redraw
|
||||
echo "NERDTree: " . a:msg
|
||||
echomsg "NERDTree: " . a:msg
|
||||
endfunction
|
||||
"FUNCTION: s:EchoWarning {{{2
|
||||
"Wrapper for s:Echo, sets the message type to warningmsg for this message
|
||||
|
||||
Reference in New Issue
Block a user