File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ function! s:Bookmark.validate()
290
290
else
291
291
call s: Bookmark .CacheBookmarks (1 )
292
292
call nerdtree#renderView ()
293
- call s: echo (self .name . " now points to an invalid location. See :help NERDTreeInvalidBookmarks for info." )
293
+ call nerdtree# echo (self .name . " now points to an invalid location. See :help NERDTreeInvalidBookmarks for info." )
294
294
return 0
295
295
endif
296
296
endfunction
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ function! s:Path.changeToDir()
68
68
69
69
try
70
70
execute " cd " . dir
71
- call s: echo (" CWD is now: " . getcwd ())
71
+ call nerdtree# echo (" CWD is now: " . getcwd ())
72
72
catch
73
73
throw " NERDTree.PathChangeError: cannot change CWD to " . dir
74
74
endtry
You can’t perform that action at this time.
0 commit comments