468 Commits (master)

Author SHA1 Message Date
  Martin Grenfell b64f4428c1 default NERDTreeCasadeOpenSingleChildDir to 1 11 years ago
  pendulm 29e687978b add option NERDTreeCasadeOpenSingleChildDir and function 11 years ago
  Frank S 87208d210b Fixed typo. changing s:clearBoomarks to s:clearBookmarks. 11 years ago
  A.G. Russell Knives 121607b351 ignore wildignore setting 12 years ago
  Martin Grenfell 2cb0fc78fb add autocmds for fugitive integration 12 years ago
  Chris Perl 94b2db2de6 Replace virtcol() with len() in handleLeftClick(). 12 years ago
  Martin Grenfell 678bb28168 add NERDTreeFocus command - calls the NERDTreeFocus() function 12 years ago
  Martin Grenfell aa1e7d642f fix previewing of directory nodes 12 years ago
  Martin Grenfell 0b3b8f7833 add NERDTreeFocus function 12 years ago
  Andrew Radev 71465f79b1 Don't output a message on opening a file node 12 years ago
  Andrew Radev ff0816979c Remove second "edit" from Opener 12 years ago
  Chris Perl 30cc73d6ed Make handling of '<>' notation more robust. 12 years ago
  Martin Grenfell 7fbb77c067 fix the ctrl-j/ctrl-k mappings 12 years ago
  Chris Perl f29d6a4f0f Escape mappings that use '<>' notation. 12 years ago
  Chris Perl 597cccce0f Add calls to NERDTreeAddKeyMap for previewing Bookmarks 12 years ago
  Martin Grenfell 20f7ab8ade map <cr> to the default o mapping (again) 12 years ago
  Martin Grenfell e5682d3948 dont close the tree window when using the 'preview' maps 12 years ago
  Martin Grenfell b843635a50 fix NERDTreeQuitOnOpen option 12 years ago
  Chris Perl ba74b99fd7 Add s:Path.Resolve function to address trailing slash issues. 12 years ago
  Chris Perl 6d0183ea78 Revert "Fixed resolve() double endslash defect" 12 years ago
  Twinside 5c01c5acd8 Deactivating folds in NERDtree buffer 12 years ago
  Martin Grenfell 6d83575490 remove a now misleading comment 12 years ago
  Martin Grenfell e51a40c0d8 make the mouse work as expected with NERDTreeMouseMode 12 years ago
  Martin Grenfell 53bc77644c refactor KeyMap so we dont use index() on an array of objects 12 years ago
  Martin Grenfell 6782ec0104 make the default keymap generation happen only once 12 years ago
  Martin Grenfell 588e71c1e9 unlet TreeDirNode.openInNewTab since we are overriding it 12 years ago
  Martin Grenfell 6b7c9aa5c8 update the method comment for TreeDirNode.open 12 years ago
  Martin Grenfell 5e53df769d fix a bug with the T (open in new tab silently) mapping 12 years ago
  Martin Grenfell 3b325f6812 rename 'split' to 'where' in the open() interface 12 years ago
  Martin Grenfell 4f1a205c83 add Opener class to handle opening nodes/bookmarks 12 years ago
  Martin Grenfell 3620029ae0 make Bookmark use the new open() interface 12 years ago
  Dave Aitken ba3d43138a Added comment to clarify which part of the path is the 'drive' for windows network shares 12 years ago
  Martin Grenfell e027681803 wrap a couple of wincmd calls in s:exec 12 years ago
  Martin Grenfell 57ccede250 trivial comment change 12 years ago
  Martin Grenfell 04dbae2cb4 remove s:openEntrySplit as it is not needed anymore 12 years ago
  Martin Grenfell af13711fac rename 'preview' to 'stay' and standardize the 'keepopen' name 12 years ago
  Martin Grenfell 92248f92ca make TreeDirNode use the new open() interface 12 years ago
  Martin Grenfell 9832d4a84a fix Bookmark so it uses the new TreeFileNode.open method 12 years ago
  Martin Grenfell b7cdc191ca refactor the TreeFileNode*open* methods 12 years ago
  Martin Grenfell 54fab2f2e5 add dir and file flags to NERDTreeIgnore regexes 12 years ago
  Martin Grenfell 4337022524 dont convert windows paths to lower case when :editing 12 years ago
  Martin Grenfell 3be5f5ddd8 fix a bug for files that begin with +/-/~ chars 12 years ago
  Martin Grenfell 33a64260cd add NERDTreeCustomIgnoreFilter hook 12 years ago
  Martin Grenfell 1848a2cf9d fix a bug when activating bookmarks 12 years ago
  Martin Grenfell c431d38d97 dont use VimEnter to cache bookmarks and load plugins 12 years ago
  Martin Grenfell ebb2835c45 fix a bug where keymaps were failing with :set ignorecase 12 years ago
  Martin Grenfell 98b2fa5104 make a syntax fix for certain versions of vim 12 years ago
  Martin Grenfell a63c8a2ec8 use the keymap api for the mouse mappings 12 years ago
  Martin Grenfell aca917b4ca make a small fix for the left mouse button 12 years ago
  Martin Grenfell 4425627683 refactor option checking to simplify and remove duplication 12 years ago