nerdtree/nerdtree_plugin
jhzn 960fda6299 Menu option, 'copy path to clipboard' is aware of VIM clipboard option (#1056)
VIM noob here, so code might not be optimal.

My setup is as follows.
NVIM v0.5.0-95-g2e14dffbb, Linux Mint 19.2.

I have this in init.vim
```vim
set clipboard=unnamedplus
```
This enables me to share clipboard between VIM and X clipboard.

The problem is that the menu option in NERDTree copies the file path to the "* register.
This means I can't access the value in the X clipboard.
2019-11-13 08:58:42 -05:00
..
exec_menuitem.vim remove some unneeded header comments 2015-11-13 16:54:47 +00:00
fs_menu.vim Menu option, 'copy path to clipboard' is aware of VIM clipboard option (#1056) 2019-11-13 08:58:42 -05:00
vcs.vim Add new command to open NERDTree in the root of a VCS repository. (#872) 2018-12-12 13:30:13 -05:00