commit 9e9d16a38a20533ef39bd040a05224b86fc6561a parent 43d569195c748581a3d96e7450f0bbdf27d1dca3 Author: Andrew Flockhart <andrewbflockhart@gmail.com> Date: Sat, 4 Aug 2018 01:16:46 -0400 Reword renamed-buffer prompt to be more clear Diffstat:
| M | nerdtree_plugin/fs_menu.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerdtree_plugin/fs_menu.vim b/nerdtree_plugin/fs_menu.vim @@ -164,7 +164,7 @@ function! NERDTreeMoveNode() "if the node is open in a buffer, ask the user if they want to "close that buffer if bufnum != -1 - let prompt = "\nNode renamed.\n\nThe old file is open in buffer ". bufnum . (bufwinnr(bufnum) ==# -1 ? " (hidden)" : "") .". Replace this buffer with a new file? (yN)" + let prompt = "\nNode renamed.\n\nThe old file is open in buffer ". bufnum . (bufwinnr(bufnum) ==# -1 ? " (hidden)" : "") .". Replace this buffer with the new file? (yN)" call s:promptToRenameBuffer(bufnum, prompt, newNodePath) endif
