57ccede250 
								
							
								 
							
						 
						
							
							
								
								trivial comment change  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								04dbae2cb4 
								
							
								 
							
						 
						
							
							
								
								remove s:openEntrySplit as it is not needed anymore  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af13711fac 
								
							
								 
							
						 
						
							
							
								
								rename 'preview' to 'stay' and standardize the 'keepopen' name  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								92248f92ca 
								
							
								 
							
						 
						
							
							
								
								make TreeDirNode use the new open() interface  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9832d4a84a 
								
							
								 
							
						 
						
							
							
								
								fix Bookmark so it uses the new TreeFileNode.open method  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b7cdc191ca 
								
							
								 
							
						 
						
							
							
								
								refactor the TreeFileNode*open* methods  
							
							Make these all go through .open() and pass in args to control the
behaviour. Deprecate the old `openSplit`, `openVSplit` and
`openInNewTab` methods and make them private.
This makes the API a lot cleaner - it was getting pretty messy in this
regard. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54fab2f2e5 
								
							
								 
							
						 
						
							
							
								
								add dir and file flags to NERDTreeIgnore regexes  
							
							This allows users to specify whether each regex in NERDTreeIgnore should
apply to only files or only dirs. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4337022524 
								
							
								 
							
						 
						
							
							
								
								dont convert windows paths to lower case when :editing  
							
							This fixes  #89 . 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3be5f5ddd8 
								
							
								 
							
						 
						
							
							
								
								fix a bug for files that begin with +/-/~ chars  
							
							First, set the tree parts regex appropriately depending on
g:NERDTreeDirArrows.
Second, fix an edge case when trying to edit a file like +foo where the
+ meant 'foo' was being interpreted as an arg to the :edit cmd 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a55e9eca40 
								
							
								 
							
						 
						
							
							
								
								update faq in the readme  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								33a64260cd 
								
							
								 
							
						 
						
							
							
								
								add NERDTreeCustomIgnoreFilter hook  
							
							this gives users a chance to filter out nodes using whatever logic they
please 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1848a2cf9d 
								
							
								 
							
						 
						
							
							
								
								fix a bug when activating bookmarks  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c431d38d97 
								
							
								 
							
						 
						
							
							
								
								dont use VimEnter to cache bookmarks and load plugins  
							
							Just call these functions directly at the bottom of the nerdtree script.
This simplifies things and fixes  #99 . 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ebb2835c45 
								
							
								 
							
						 
						
							
							
								
								fix a bug where keymaps were failing with :set ignorecase  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98b2fa5104 
								
							
								 
							
						 
						
							
							
								
								make a syntax fix for certain versions of vim  
							
							It seems that some versions of vim done like the syntax of:
    function("foo")()
so refactor it slightly. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a63c8a2ec8 
								
							
								 
							
						 
						
							
							
								
								use the keymap api for the mouse mappings  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aca917b4ca 
								
							
								 
							
						 
						
							
							
								
								make a small fix for the left mouse button  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4425627683 
								
							
								 
							
						 
						
							
							
								
								refactor option checking to simplify and remove duplication  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b16a663618 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #104  from cperl82/fixes  
							
							stayInCurrentTab fix 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								62c94e272f 
								
							
								 
							
						 
						
							
							
								
								fix the mouse mappings  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c12f6fe10 
								
							
								 
							
						 
						
							
							
								
								update quickhelp for custom mappings  
							
							dont display quickhelp for a mapping if there is no text to display -
this prevents all the default mappings from being displayed under the
"custom mappings" section. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								73e2d8ca7e 
								
							
								 
							
						 
						
							
							
								
								update the doc for the new key api functionality  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b0e2ed1cc7 
								
							
								 
							
						 
						
							
							
								
								remove a trivial piece of old debugging code  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1d528ae92 
								
							
								 
							
						 
						
							
							
								
								make the standard mappings use the key api  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b5fd460560 
								
							
								 
							
						 
						
							
							
								
								rework the keymap API  
							
							Add "scope" to it. This allows the user to specify that keymaps should
 apply to files/directories/bookmarks or everything. This will reduce
the amount of 'if empty(node)' checks that are done 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								205367ab3f 
								
							
								 
							
						 
						
							
							
								
								update changelog/credits and bump to version 4.2.0  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4bd0def6fb 
								
							
								 
							
						 
						
							
							
								
								add a note about vim-nerdtree-tabs to the readme  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4411344f7c 
								
							
								 
							
						 
						
							
							
								
								update the doc for the new NERDTreeFind behaviour  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ff9def95b 
								
							
								 
							
						 
						
							
							
								
								fix mixed indenting  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b3b394c329 
								
							
								 
							
						 
						
							
							
								
								Open NERDTreeFind tree at CWD if current file is below it.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4dd1bc9ef6 
								
							
								 
							
						 
						
							
							
								
								make a minor formatting fix for the readme  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b4dfc8745 
								
							
								 
							
						 
						
							
							
								
								add first version of readme  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0747198ee3 
								
							
								 
							
						 
						
							
							
								
								remove Rakefile - pathogen is now the recommended way to install  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01f683c3c4 
								
							
								 
							
						 
						
							
							
								
								stayInCurrentTab fix  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								23d1746bbf 
								
							
								 
							
						 
						
							
							
								
								refactor tree window creation to remove duplication  
							
							create s:setCommonBufOptions() with the previously duplicated parts of
s:initNerdTreeInPlace() and s:createTreeWin() 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa28ae7863 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #87  from scottstvnsn/master  
							
							Add nolist to buffer options. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								02f1d828d9 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #88  from andersonfreitas/master  
							
							Added new options in the file system menu 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b528910e7a 
								
							
								 
							
						 
						
							
							
								
								dont add a trailing slash to auto-named bookmarked dirs  
							
							this breaks the highlighting of the nerdtree buffer, and seems dodgy 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dcccd0e532 
								
							
								 
							
						 
						
							
							
								
								Defaulting bookmark name to file/dir name  
							
							Note that for directories, there is a trailing slash 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af833e3006 
								
							
								 
							
						 
						
							
							
								
								remove the now unused s:setupSyntaxHighlighting()  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								82c93a6448 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'gnap/master'  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49b88757b0 
								
							
								 
							
						 
						
							
							
								
								enable NERDTreeDirArrows by default except on windows  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								30f6bcc30c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #86  from mathias/patch-1  
							
							Spelling 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								796a40b5d7 
								
							
								 
							
						 
						
							
							
								
								New options in the file system menu:  
							
							- Reveal In Finder
 - Open with system editor
 - Quicklook
Current only when using MacVim under MacOSX 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c568a4916 
								
							
								 
							
						 
						
							
							
								
								Add nolist to buffer options.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								12f692f436 
								
							
								 
							
						 
						
							
							
								
								always disallow insert mode  
							
							Remove the NERDTreeStopInsert option and always activate the
functionality. If, later on, it becomes apparent that some people might
not want this functionality then we can re-add the option, but in the
meantime, simplify things by removing the option. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9b5851c36c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #84  from kml/master  
							
							wycats's "disallow insert mode"
An explanation from vguerci@github:
Insert mode can be entered in nerdtree not sure the exact sequence / reason, but i guess that involve using mouse (sounds weird, a bug?) :
- open nerdtree, select a buffer, enter insert mode in buffer.
- select nerdtree buffer with mouse, you're in insert mode.
...then you can easily get E21, E382 errors.
Not a big deal but that can happen, if you use mouse... (which I don't)
(reproduced this on latests macvim (vim 7.3.260) from terminal (vim) or macvim) 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								077e330b64 
								
							
								 
							
						 
						
							
							
								
								Spelling  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								86364c2150 
								
							
								 
							
						 
						
							
							
								
								wycats's "disallow insert mode"  
							
							3bb112d916 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2dd198c6c4 
								
							
								 
							
						 
						
							
							
								
								fix for copying files  
							
							when copying a file outside the current tree root, {} is returned by
TreeFileNode.copy() so try to reposition the cursor 
							
						 
						14 years ago