468 Commits (master)

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