125 Commits (2.10.0)
 

Author SHA1 Message Date
  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 b58ccce913 update changelog and credits 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 bd3b03fd79 update doc/changelog 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 dae5c93fec fix NERDTree-C doc 16 years ago
  Martin Grenfell 004b4fc9dd add a note marks to the intro 16 years ago
  Martin Grenfell 7614f745ae some fixes/enhancements to the marks doc 16 years ago
  Martin Grenfell 585b5f1579 remove trailing whitespace 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 5a45ea08c4 add/update doc for the mark commands 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
  Martin Grenfell 1d6516b96d add oTreeFileNode.CacheParent() 16 years ago
  Martin Grenfell 995f7faec3 only attempt to open marks file if it exists 16 years ago
  Martin Grenfell 140deac284 add NERDTreeMarksFile global var 16 years ago
  Martin Grenfell 6e24eed04a use a script lvl variable for NERDTreeSortStarIndex 16 years ago
  Martin Grenfell 82c1fece9f make MarkToRoot() work for nodes that arent cached 16 years ago
  Martin Grenfell 371379a860 read and write marks automatically 16 years ago
  Martin Grenfell 0a91f3511e add functions and :commands to read/write marks to a file 16 years ago
  Martin Grenfell 192424429d make marks global instead of tab based 16 years ago