mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 23:13:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -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 | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amir Salihefendic
					Amir Salihefendic