mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
Like m-c did before, create parent directories if needed on m-m.
This commit is contained in:
@@ -158,6 +158,7 @@ function! NERDTreeMoveNode()
|
||||
let bufnum = bufnr("^".curNode.path.str()."$")
|
||||
|
||||
call curNode.rename(newNodePath)
|
||||
call b:NERDTree.root.refresh()
|
||||
call NERDTreeRender()
|
||||
|
||||
"if the node is open in a buffer, ask the user if they want to
|
||||
|
||||
Reference in New Issue
Block a user