Commit Graph

15 Commits

Author SHA1 Message Date
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
2011-09-06 21:15:44 -03:00
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
2011-07-09 18:44:03 +12:00
Evan Coury
71d6c1d3c6 specify 'file' input types to allow for tab-completion of paths when copying, moving, or creating a node 2011-07-04 05:56:39 -07:00
Steve DeWald
1de3c22a44 Fixed two bugs affecting adding and copying nodes with escaped chars (e.g. spaces) in the filepath 2011-02-20 09:40:34 -08:00
Martin Grenfell
8618929e9a fix a couple of typos in the filesystem menu 2011-02-08 17:16:30 +13:00
marty
3837ea85e0 change my email to gmail 2009-10-09 14:46:40 +13:00
marty
89cfedd39b syntax fix 2009-09-09 16:04:14 +12:00
marty
3a163fca64 migrate fs_menu.vim to use the new Path#str method 2009-09-05 22:29:11 +12:00
marty
effb5d4de0 make "OS" the default format for Path#str()
remove the old "OS" format option and introduce "UI" (which is the old
default)
2009-09-03 17:27:45 +12:00
marty
0dda0ce5d7 refactor the Path#str* methods 2009-09-01 17:15:48 +12:00
marty
dd38ab8f43 remove the arg from Path#str()
now everything uses the equivalent of Path#str(0)
2009-08-23 23:56:33 +12:00
marty
d9f315d63e update some file header info for the nerdtree plugins 2009-08-22 01:54:28 +12:00
marty
fcb54eee12 remove some unneeded checks from fs_menu 2009-08-20 03:07:54 +12:00
marty
eef8a7b280 bugfix in fs_menu plugin 2009-08-19 02:06:11 +12:00
marty
65dd1137da create a new dir for nerdtree plugins 2009-08-11 16:35:19 +12:00