468 Commits (master)

Author SHA1 Message Date
  Martin Grenfell f74ec0661d dont resize tree window when opening with <tab> 16 years ago
  Martin Grenfell d68dcd252e bugfix to window resize code 16 years ago
  Martin Grenfell 30bfb6e6b7 Revert "be silent when opening files" 16 years ago
  Martin Grenfell bfa5de8c55 minor bugfix 16 years ago
  Martin Grenfell a701bb71c4 remove some trailing whitespace from the view 16 years ago
  Martin Grenfell 6343639193 remove the magic from the <c-j>/<c-k> mappings 16 years ago
  Martin Grenfell 5ce5c62611 dont ever escape paths when calling delete() 16 years ago
  Martin Grenfell 3ebff6ae54 fix highlighting of directory symlinks 16 years ago
  Martin Grenfell d9a03f4600 add syntax highlighting for executable nodes 16 years ago
  Martin Grenfell 59b132f0f7 add a * when rendering executable paths 16 years ago
  Martin Grenfell d56bf992d2 make paths cache whether they are executable 16 years ago
  Martin Grenfell efa7941c54 remove a stray :echo 16 years ago
  Martin Grenfell 808850a464 dont open a file twice in the same tab with o mapping 16 years ago
  Martin Grenfell 24ad44b46f dont clobber "special" windows when opening files 16 years ago
  Martin Grenfell 737ad58740 use :echomsg instead of just :echo 16 years ago
  Martin Grenfell a856622f0c switch vertion to 2.10.0 16 years ago
  Martin Grenfell ce79c243a3 show how many invalid bookmarks were read 16 years ago
  Martin Grenfell e1b369f34e update header and change license to wtfpl 16 years ago
  Martin Grenfell 0a73777381 bugfix for reading files with invalid bookmark syntax 16 years ago
  Martin Grenfell 176b551af0 handle invalid bookmarks in bookmarks file 16 years ago
  Martin Grenfell 95ee07c9d3 switch version to 2.10.0rc1 16 years ago
  Martin Grenfell b60bcb6cb2 bugfix for :NERDTree when a file bookmark is given 16 years ago
  Martin Grenfell f7e8c453ea make :OpenBookmark open a netrw for dir bookmarks 16 years ago
  Martin Grenfell 58ccd230fa refactor the logic out of s:OpenExplorer() 16 years ago
  Martin Grenfell 866df769b5 fix for quickhelp highlighting bug 16 years ago
  Martin Grenfell 9030ff0312 make the quickhelp narrower so it fits 16 years ago
  Martin Grenfell 5172efc976 bugfix: dont render duplicate bookmarks 16 years ago
  Martin Grenfell b252a1250a rename 'marks' to 'bookmarks' 16 years ago
  Martin Grenfell bc41c51f93 doc :RevealMark 16 years ago
  Martin Grenfell 0888f6c011 fix an error in a method header 16 years ago
  Martin Grenfell df8f132d6e update the quickhelp 16 years ago
  Martin Grenfell d7a319c3a6 rename RecallMark to RevealMark 16 years ago
  Martin Grenfell ec7e013150 add some mark quickhelp 16 years ago
  Martin Grenfell 5b35d0bb31 bugfix: fix NERDTreeFromMark command 16 years ago
  Martin Grenfell 40ccf3cd45 make the mark manipulation funcs use the caching 16 years ago
  Martin Grenfell 1b17f945a3 refactor s:GetPath() to take marks into account 16 years ago
  Martin Grenfell 421431b5df correct a method header comment 16 years ago
  Martin Grenfell 26983f1921 make oPath cache the marks associated with it 16 years ago
  Martin Grenfell 1571274aec refactor the Refresh() method for tree nodes 16 years ago
  Martin Grenfell a111af5361 merge InitNerdTreeFromMark into InitNerdTree 16 years ago
  Martin Grenfell 64514e3ceb make :ClearMarks default to all marks on the current node 16 years ago
  Martin Grenfell bcc690a141 put cursor on the tree root by default 16 years ago
  Martin Grenfell 397dee5cb1 remove all trailing whitespace 16 years ago
  Martin Grenfell dbb0677749 add :NERDTreeFromMark and corresponding function 16 years ago
  Martin Grenfell 0fed73d83a read marks when vim loads, not when a nerd tree loads 16 years ago
  Martin Grenfell 3a437b402a dont call RenderView() inside ReadMarks() 16 years ago
  Martin Grenfell 1d9564db54 improve the error handling of RecallMark() 16 years ago
  Martin Grenfell c63e183acf make OpenMark open the mark even if its not cached 16 years ago
  Martin Grenfell 6334e99192 be silent when opening files 16 years ago
  Martin Grenfell 776aeef26f bugfix for oTreeFileNode#MakeRoot() 16 years ago