Martin Grenfell
c08d7e9f19
Merge pull request #79 from AndrewRadev/master
Fix for an error when copying nodes
13 years ago
Andrew Radev
5bd641834d
Fix for copying error
When copying a node to a directory that's outside the current path, the
"parent" node doesn't really exist, so the code raised an error.
13 years ago
Dave Aitken
bc745b6e99
Fixed resolve() double endslash defect
13 years ago
Dave Aitken
0b0c76626b
Added support for windows network shares (\\box\share format paths)
13 years ago
Martin Grenfell
2fbd578a77
Merge remote-tracking branch 'EvanDotPro/master'
13 years ago
Martin Grenfell
04aa45fcd8
Merge pull request #74 from iNecas/nerd_tree_find_fix
NERDTreeFind fix revert
13 years ago
Evan Coury
71d6c1d3c6
specify 'file' input types to allow for tab-completion of paths when copying, moving, or creating a node
13 years ago
Ivan Necas
063e4d0870
Revert commit 7f5a8caa
Some other changes causted previos commit to break the NERDTreeFind functionality
instead of fixing it. Reverting...
13 years ago
George Ang
70ba0d60ec
separate syntax file for better combacibility with plugins that reloads
vimrc files(such as perdirvimrc) after BufRead.
13 years ago
Martin Grenfell
1cd50482d2
Merge pull request #56 from iNecas/nerd_tree_find_fix
NERDTreeFind fix
13 years ago
Martin Grenfell
bf73470723
Merge pull request #50 from sdewald/master
Fix for issue #22 -- "FUNCTION: NERDTreeAddNode() cannot handle paths with spaces"
13 years ago
Martin Grenfell
2e072fe0e2
fix the mouse and NERDTreeDirArrows
13 years ago
Ivan Necas
7f5a8c3aac
Fix for getting line of node
Set curPathComponent to 0 correctly identify with indent level of node.
13 years ago
Martin Grenfell
f621df68ae
fix a minor bug with syntax highlighting of the root node
13 years ago
Steve DeWald
6a6ffe2ad6
Merge branch 'master' of github.com:scrooloose/nerdtree
13 years ago
Martin Grenfell
1dd345c56d
only set relativenumber for vim >= 7.3
13 years ago
Martin Grenfell
bc0c64ef82
fix a bug when the bookmarks are toggled with NERDTreeMinimalUI
13 years ago
Martin Grenfell
702a88956b
remove '.. (up a dir)' when NERDTreeMinimalUI is set
Shortening this line doesnt add anything to the UI (functionally
speaking), but removing frees up an extra line. Anyone who sets
NERDTreeMinimalUI probably uses the u/U mappings anyway.
13 years ago
Martin Grenfell
fad6f06ace
fix a bug with NERDTreeMinimalUI and syntax highlighting
Use \V for the updir text regex. Otherwise '..' is treated as a regex
rather than 2 literal dots.
13 years ago
Cam Thompson
e697444f29
set nornu when line numbers aren't shown
13 years ago
Cam Thompson
d595605ff1
hide (up a dir) when using minimal ui
13 years ago
Cam Thompson
b9e970d934
Merge branch 'master' of git://github.com/scrooloose/nerdtree
Conflicts:
doc/NERD_tree.txt
13 years ago
Cam Thompson
999ba49857
merge hide bookmarks and press ? options
13 years ago
Martin Grenfell
21bd141866
fix highlighting of executable files with NERDTreeDirArrows
13 years ago
Cam Thompson
e88f436302
Merge remote-tracking branch 'upstream/master'
13 years ago
Cam Thompson
2d17132f48
add bookmarks and press help documentation
13 years ago
Marcin Kulik
8accb0978e
Make tree style (|+~ or arrows) configurable
13 years ago
Marcin Kulik
867de91643
Make indentation of file nodes more intuitive
13 years ago
Steve DeWald
1de3c22a44
Fixed two bugs affecting adding and copying nodes with escaped chars (e.g. spaces) in the filepath
13 years ago
Marcin Kulik
eac32148a4
Use small triangles for directories and get rid of ascii bars
13 years ago
Cam Thompson
37bfae0d2f
rename press for help and bmark label options
13 years ago
Martin Grenfell
2504666a72
make it handle dirs of the form '[foo]baz' properly in *nix
previously such dirs always appeared to be empty
13 years ago
Cam Thompson
9e415dcc6d
add option to hide bookmarks label
14 years ago
Cam Thompson
e4efdb3bd4
add option to hide 'Press ? for help'
14 years ago
Martin Grenfell
721ad3ecc2
fix a bug when opening a file bookmark in a new tab
13 years ago
Martin Grenfell
8618929e9a
fix a couple of typos in the filesystem menu
13 years ago
Martin Grenfell
b3df8fb1e6
make all regex matching case sensitive
13 years ago
Martin Grenfell
492f491056
prefix all highlight groups with NERDTree for namespace reasons
13 years ago
marty
7650cdc662
update credits/changelog
14 years ago
marty
a72cb80337
fix a bug with :NERDTreeFind and symlinks
Previously, if we called NERDTreeFind for a file that was inside a
symlinked dir (when vims CWD was above that dir) then it would get
confused by the symlink and fail. Use :p with expand to get around this.
14 years ago
marty
e1abd4d373
close the tree win when opening bookmarked files for NERDTreeQuitOnOpen
14 years ago
marty
37859888b5
correct the window the cursor jumps to on :NERDTree(Close|Toggle)
14 years ago
paddyoloughlin
88aaba22b5
Escaped "value" parameter to initVariable, so it is a valid literal-string.
14 years ago
marty
a997ab3341
fix a bug with `:Bookmark foo' where foo was an existing bookmark
14 years ago
marty
153041ac93
switch to version 4.1.0
15 years ago
marty
68cb5fc2eb
update changelog and credits
15 years ago
marty
ee7aafb135
bugfix: paths were incorrectly escaped in win32 for :e and :cd
15 years ago
marty
b047d7f312
put the open-in-new-tab logic in the models, make NERDTreeQuitOnOpen effect T and t
15 years ago
marty
1537d42706
move s:getSelectedBookmark in to the Bookmark model
15 years ago
marty
4b566f153f
add NERDTreeFind command and handling code
15 years ago