mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-11 12:53:49 -05:00
make "OS" the default format for Path#str()
remove the old "OS" format option and introduce "UI" (which is the old default)
This commit is contained in:
@@ -30,7 +30,7 @@ function! NERDTreeExecFile()
|
||||
let treenode = g:NERDTreeFileNode.GetSelected()
|
||||
echo "==========================================================\n"
|
||||
echo "Complete the command to execute (add arguments etc):\n"
|
||||
let cmd = treenode.path.str({'format': 'OS', 'escape': 1})
|
||||
let cmd = treenode.path.str({'escape': 1})
|
||||
let cmd = input(':!', cmd . ' ')
|
||||
|
||||
if cmd != ''
|
||||
|
||||
Reference in New Issue
Block a user