We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eff928 commit 29d3db8Copy full SHA for 29d3db8
plugin/nerdtree/bookmark.vim
@@ -290,7 +290,7 @@ function! s:Bookmark.validate()
290
else
291
call s:Bookmark.CacheBookmarks(1)
292
call nerdtree#renderView()
293
- call s:echo(self.name . "now points to an invalid location. See :help NERDTreeInvalidBookmarks for info.")
+ call nerdtree#echo(self.name . "now points to an invalid location. See :help NERDTreeInvalidBookmarks for info.")
294
return 0
295
endif
296
endfunction
plugin/nerdtree/path.vim
@@ -68,7 +68,7 @@ function! s:Path.changeToDir()
68
69
try
70
execute "cd " . dir
71
- call s:echo("CWD is now: " . getcwd())
+ call nerdtree#echo("CWD is now: " . getcwd())
72
catch
73
throw "NERDTree.PathChangeError: cannot change CWD to " . dir
74
endtry
0 commit comments