nerdtree/nerdtree_plugin
Phil Runninger c8be9458dd
New menu command: Run a system command in this directory. (#1214)
* New menu command: Run system command in this directory.

* Echo the output from the system command.

* Update version number in change log.

* Address Vim linter message: change "\n" to nr2char(10)

* Use single quoted strings.

* Use system() instead of systemlist() for greater version compatibility.

systemlist() was introduced sometime in Vim 8+, so I switched to
system() for 7.4 compatibility.
2021-01-30 23:45:56 -05:00
..
exec_menuitem.vim Fix lint warnings: use robust operators 2019-12-31 09:42:19 +03:00
fs_menu.vim New menu command: Run a system command in this directory. (#1214) 2021-01-30 23:45:56 -05:00
vcs.vim Fix infinity loop in FindParentVCSRoot (#1095) 2020-03-26 16:33:11 -04:00