Mark Rushakoff
92a31a6fb2
Fix typo in copy action
12 years ago
ZeusTheTrueGod
6b687977d9
Better handling file renaming and deleting
If you are renaming a file via the mm hotkey and it is already opened then all
tabs and windows containing the old file will be replaced with a
new file. Current tab and windows structure is not changed anymore
If you are deleting a file via the md hotkey and it is already open, i.e.
presents in buffer lists then a buffer will be removed but a window and tab
will be kept with a ':enew' file
12 years ago
ZeusTheTrueGod
0a16b24268
Better flow for renaming and deleting files
Previously when you delete or moved a file via
md or mm commands the NERDTree was asking you about what to do
with the remaining buffer of the just deleted or moved file. I
always press 'y' in this cases so I've decided to add a new parameter,
NERDTreeAutoDeleteBuffer which you can set to 1 in order to skip
this confirmation.
12 years ago
Anderson Freitas
796a40b5d7
New options in the file system menu:
- Reveal In Finder
- Open with system editor
- Quicklook
Current only when using MacVim under MacOSX
13 years ago
Martin Grenfell
2dd198c6c4
fix for copying files
when copying a file outside the current tree root, {} is returned by
TreeFileNode.copy() so try to reposition the cursor
13 years ago
Evan Coury
71d6c1d3c6
specify 'file' input types to allow for tab-completion of paths when copying, moving, or creating a node
13 years ago
Steve DeWald
1de3c22a44
Fixed two bugs affecting adding and copying nodes with escaped chars (e.g. spaces) in the filepath
13 years ago
Martin Grenfell
8618929e9a
fix a couple of typos in the filesystem menu
13 years ago
marty
31f65b97b1
remove the git menu plugin
15 years ago
marty
3837ea85e0
change my email to gmail
15 years ago
marty
89cfedd39b
syntax fix
15 years ago
marty
3a163fca64
migrate fs_menu.vim to use the new Path#str method
15 years ago
marty
effb5d4de0
make "OS" the default format for Path#str()
remove the old "OS" format option and introduce "UI" (which is the old
default)
15 years ago
marty
cbb0a8698f
correct a header comment
15 years ago
marty
0dda0ce5d7
refactor the Path#str* methods
15 years ago
marty
dd38ab8f43
remove the arg from Path#str()
now everything uses the equivalent of Path#str(0)
15 years ago
marty
d9f315d63e
update some file header info for the nerdtree plugins
15 years ago
marty
f2a9e9a360
make the git menu use the new NERDTreeAddSubmenu() call
15 years ago
marty
46710bfb25
update git_menu so we dont prompt anymore unless needed
15 years ago
marty
fcb54eee12
remove some unneeded checks from fs_menu
15 years ago
marty
a686be5c31
some cosmetic changes to exec_menuitem
15 years ago
marty
eef8a7b280
bugfix in fs_menu plugin
15 years ago
marty
891f0ed3a2
make the git menu work and put it under a submenu
15 years ago
marty
65dd1137da
create a new dir for nerdtree plugins
15 years ago