merge bookmark name caching with path string caching

We needed to change how the bookmark name caching was done to work with
the new path-display-string caching. It has now been merged into path
string caching.
This commit is contained in:
Martin Grenfell
2008-07-01 21:13:21 +12:00
parent 9d5a940be3
commit f2b2327c24
2 changed files with 30 additions and 38 deletions

View File

@@ -882,6 +882,8 @@ fridge for later ;)
- applied a patch from Matan Nassau to add the NERDTreeQuitOnOpen option
which closes the tree window after opening a file. See :help
NERDTreeQuitOnOpen.
- optimised the nerd tree rendering. Now it takes just over 1/3 of the time
it previously took to render.
- fix to window resizing when opening a file when NERD tree is the only
window open