nerdtree

tree explorer plugin for vim - fork w/ personal ui tweaks

commit history

  • xero <x@xero.nu>10/09/18
    38a43fb303 muh minimalism
  • GitHub <noreply@github.com>10/08/18
    729e8014b9 Merge pull request #892 from lvoisin/work
  • Laurent Voisin <lvoisin@users.sourceforge.net>10/08/18
    bba4b0087b Fix typo in help file
  • GitHub <noreply@github.com>09/17/18
    599238ad99 Make NERDTreeCreator set the 'nolist' option (#889)
  • Jason Franklin <j_fra@fastmail.us>09/15/18
    cd1f2c803e Fix the , , J, and K default mappings (#886)
  • GitHub <noreply@github.com>09/13/18
    e9d3f72d9c Function "s:UI.getLineNum()" doesn't always work on cascades. (#882)
  • GitHub <noreply@github.com>09/10/18
    b3804dcd71 Merge pull request #871 from scrooloose/trap_bad_bookmark_path
  • Phil Runninger (mac) <prunninger@vhtcx.com>09/09/18
    f78cf63627 Instead of creating the bookmark file path, show error message.
  • Phil Runninger (mac) <prunninger@vhtcx.com>08/07/18
    7d9a3f0e8b Make sure the path to the bookmarks file exists before writing it.
  • GitHub <noreply@github.com>09/10/18
    15d06b676d Merge pull request #878 from scrooloose/autochdir_interference
  • Jason Franklin <j_fra@fastmail.us>09/10/18
    2cd4331b78 Check for unknown current working directory
  • Jason Franklin <j_fra@fastmail.us>09/10/18
    5442d5e04a Put cursor in first column
  • Jason Franklin <j_fra@fastmail.us>09/10/18
    7e00a9971e Check for error; remove code duplication
  • Jason Franklin <j_fra@fastmail.us>09/10/18
    7c8c811f00 Edit the help file
  • Phil Runninger (mac) <prunninger@vhtcx.com>09/10/18
    c726ec7318 Implement PR review comments.
  • Phil Runninger (mac) <prunninger@vhtcx.com>08/22/18
    18071f5999 NERDTreeCWD: reset CWD if changed by NERDTreeFocus
  • GitHub <noreply@github.com>09/10/18
    129a241b22 Merge pull request #870 from scrooloose/undo_zoom_on_open
  • Phil Runninger (mac) <prunninger@vhtcx.com>08/07/18
    b6978ecd70 Unzoom only when user want NERDTree to stay open.
  • Phil Runninger (mac) <prunninger@vhtcx.com>08/07/18
    192b07ce1f If the NERDTree is zoomed when 'o'pening a file, unzoom it.
  • Jason Franklin <lifecrisis@users.noreply.github.com>08/25/18
    808f5b225b Escape commas in the globpath() function's path argument.
  • GitHub <noreply@github.com>08/25/18
    b8cc044760 Merge pull request #875 from scrooloose/open_differently_cased_files
  • Phil Runninger (mac) <prunninger@vhtcx.com>08/15/18
    026bfaf35e Do a case sensitive comparison of new/existing buffers.
  • GitHub <noreply@github.com>08/25/18
    b10c61b063 Merge pull request #877 from scrooloose/replace_gt_with_tabnext
  • Phil Runninger (mac) <prunninger@vhtcx.com>08/22/18
    39a89f5e50 Use tabnext instead of gt to allow users to remap gt.
  • GitHub <noreply@github.com>08/04/18
    e653a68270 Merge pull request #867 from aflock/aflock/reword-renamed-buffer
  • Andrew Flockhart <andrewbflockhart@gmail.com>08/04/18
    9e9d16a38a Reword renamed-buffer prompt to be more clear
  • GitHub <noreply@github.com>08/03/18
    43d569195c Merge pull request #866 from lifecrisis/bm_toggle
  • Jason Franklin <j_fra@fastmail.us>08/02/18
    456367ab07 Put cursor on root when closing bookmark table
  • GitHub <noreply@github.com>07/31/18
    eee179f0bf Merge pull request #856 from scrooloose/broken_sort_#277
  • Phil Runninger (mac) <prunninger@vhtcx.com>07/27/18
    e99a7a0313 Restore the cached _sortKey for faster processing.
  • Phil Runninger (mac) <prunninger@vhtcx.com>07/02/18
    1e2b7ef98d Remove AddDefaultGroupToSortOrder check from startup.
  • Phil Runninger (mac) <prunninger@vhtcx.com>07/02/18
    6ef3213cd0 Fix indentation.
  • Phil Runninger (mac) <prunninger@vhtcx.com>07/01/18
    a053925279 Recalculate the node's sortkey every time.
  • Phil Runninger (mac) <prunninger@vhtcx.com>07/01/18
    703e1ef4fe Correctly check the type of the sort key's value. Fixes #842.
  • GitHub <noreply@github.com>06/15/18
    d6032c876c Merge pull request #853 from bubba-h57/master
  • Bubba <rob@stechstudio.com>06/15/18
    08db3a0eea Do not need to check for unix os here.
  • Bubba <rob@stechstudio.com>06/15/18
    a053179d6a Use the case-insensitive regex
  • Bubba <rob@stechstudio.com>06/15/18
    c0d87db309 Better OSX detection
  • GitHub <noreply@github.com>06/12/18
    26abd33ad9 Merge pull request #852 from mnussbaum/fix_maybe_missing_map
  • mnussbaum <michaelnussbaum08@gmail.com>06/12/18
    eb048a3070 Bugfix - ensure keymaps dictionary exists before using it
  • GitHub <noreply@github.com>06/12/18
    bf4591c5d8 Merge pull request #851 from mnussbaum/decrease_startup_time
  • mnussbaum <michaelnussbaum08@gmail.com>06/12/18
    657be6b24d Mark private function with leading underscore
  • mnussbaum <michaelnussbaum08@gmail.com>06/11/18
    c6d757f198 Decrease startup-time by avoiding iteration over maps
  • GitHub <noreply@github.com>06/06/18
    9af083a6d1 Merge pull request #849 from lifecrisis/sort-maps
  • Jason Franklin <j_fra@fastmail.us>06/06/18
    57c825a169 Add code to sort mappings in quickhelp
  • GitHub <noreply@github.com>05/29/18
    0788027b55 Merge pull request #844 from lifecrisis/clearjumps
  • Jason Franklin <j_fra@fastmail.us>05/26/18
    80ee0897ff Add a call to ":clearjumps" to "_createTreeWin()"
  • GitHub <noreply@github.com>05/22/18
    35953042fb Merge pull request #840 from scrooloose/create_parent_directories_on_m-m
  • Phil Runninger (mac) <prunninger@vhtcx.com>05/16/18
    c4f8a0f370 Like m-c did before, create parent directories if needed on m-m.
  • GitHub <noreply@github.com>05/07/18
    6188c5ea5f Merge pull request #838 from lifecrisis/updir-fix
  • Jason Franklin <j_fra@fastmail.us>05/06/18
    f9e83ad8bd Fix a bug with the 'u' mapping
  • GitHub <noreply@github.com>05/06/18
    0bf429bac3 Merge pull request #837 from scrooloose/readonly-error-#831
  • Phil Runninger (mac) <prunninger@vhtcx.com>05/06/18
    2c38519733 Make the NERDTree buffer writable when rendering it.
  • GitHub <noreply@github.com>04/30/18
    68313ef0f5 Merge pull request #835 from lifecrisis/cleanmaps
  • Jason Franklin <j_fra@fastmail.us>04/28/18
    2437b75479 Remove unsupported bookmark table mappings
  • GitHub <noreply@github.com>04/26/18
    925a96f58d Merge pull request #834 from bravestarr/fix-multibyte-path
  • GitHub <noreply@github.com>04/26/18
    abf200397f Merge branch 'master' into fix-multibyte-path
  • GitHub <noreply@github.com>04/25/18
    cc60495fe0 Merge pull request #833 from hav4ik/master
  • hav4ik <tranthecoder@gmail.com>04/24/18
    0972cda243 Fixed bug 'unknown function strcharpart' for older versions of Vim
  • GitHub <noreply@github.com>04/24/18
    d3a7cd20ae Merge pull request #830 from bravestarr/fix-multibyte-path
  • GitHub <noreply@github.com>04/23/18
    ec3c3b0fa1 Merge pull request #832 from lifecrisis/menufix
  • Jason Franklin <j_fra@fastmail.us>04/22/18
    164131762f Refine the internals of the "showMenu()" function
  • Jason Franklin <j_fra@fastmail.us>04/22/18
    38d4d2288a Clean up a function comment
  • Jason Franklin <j_fra@fastmail.us>04/22/18
    1792b6a75b Clear output when the NERDTree menu is aborted
  • bravestarr <freasy@gmail.com>04/26/18
    b45f2c27ea Replace strcharpart() with substitute() for backward compatibility
  • bravestarr <freasy@gmail.com>04/22/18
    6aff1b6cd3 Display a path with multi-byte characters correctly when it is truncated
  • GitHub <noreply@github.com>04/10/18
    727770147a Merge pull request #824 from ngnmhieu/master
  • Hieu Nguyen <hieu.nguyen@iteratec.de>04/09/18
    435861ee69 Support revealing file and executing file with xdg-open for Linux
  • GitHub <noreply@github.com>04/02/18
    a0e49c9b11 Merge pull request #822 from scrooloose/821-better_delete_confirmation
  • Phil Runninger (mac) <prunninger@vhtcx.com>04/02/18
    b37495fa98 If node isn't open, count children on disk before deleting.
  • Phil Runninger (mac) <prunninger@virtualhold.com>03/13/18
    a172d7cfcb Add documentation for the NERDTreeRemoveDirCmd option.
  • GitHub <noreply@github.com>03/13/18
    b702500f77 Merge pull request #816 from kutsan/master
  • Kutsan Kaplan <me@kutsankaplan.com>03/13/18
    9afa6b3828 Add new variable g:NERDTreeRemoveFileCmd
  • GitHub <noreply@github.com>03/06/18
    ed446e5cbe Update issue template again. "Optional" isn't needed.
  • GitHub <noreply@github.com>03/06/18
    f6987b7ea6 Merge pull request #814 from scrooloose/813-bwipeout_NERDTree_buffer
  • Phil Runninger (mac) <prunninger@virtualhold.com>03/06/18
    d6fe203dec Update issue template, making it a little cleaner.
  • Phil Runninger (mac) <prunninger@virtualhold.com>03/06/18
    dc349a072a Use a better check for existence of the NERDTree buffer.
  • GitHub <noreply@github.com>02/02/18
    e47e588705 Merge pull request #801 from mrubli/focus-on-close
  • Martin Rubli <github@rubli.info>02/02/18
    a0f3bf3ed6 Focus previous window when closing NERDTree
  • GitHub <noreply@github.com>01/07/18
    68572ef461 Merge pull request #796 from lifecrisis/doc-update
  • Jason Franklin <j_fra@fastmail.us>01/06/18
    6e26222a30 Update the docs for "NERDTreeStatusline"
  • GitHub <noreply@github.com>01/07/18
    183bb53485 Merge pull request #795 from lifecrisis/empty-line
  • Jason Franklin <j_fra@fastmail.us>01/06/18
    a019486dc8 Fix unstable behavior in "NERDTreeUI.getPath()"
  • Jason Franklin <j_fra@fastmail.us>01/06/18
    1d14961285 Remove a noise comment
  • Jason Franklin <j_fra@fastmail.us>01/06/18
    8f052c5b47 Simplify the commentary for the "getPath()" method
  • Jason Franklin <j_fra@fastmail.us>01/06/18
    1e93f6840a Format the commentary in "ui.vim"
  • Jason Franklin <j_fra@fastmail.us>01/06/18
    c6a68d4b96 Improve the style in a "TreeFileNode" method
  • Jason Franklin <j_fra@fastmail.us>01/06/18
    d745e11b42 Format the commentary in "tree_file_node.vim"
  • Jason Franklin <j_fra@fastmail.us>01/06/18
    e6a116a9cd Improve the code style in a "Path" method
  • Jason Franklin <j_fra@fastmail.us>01/06/18
    f4df038366 Refactor the "Path" constructor
  • GitHub <noreply@github.com>01/05/18
    5fc48b0b13 Merge pull request #794 from lifecrisis/reopen779
  • Jason Franklin <j_fra@fastmail.us>01/05/18
    af3ba1ef4e Revert the bugfix from pull request #785
  • Jason Franklin <j_fra@fastmail.us>01/05/18
    fa65ec60ea Merge pull request #786 from lifecrisis/find-hidden
  • Jason Franklin <j_fra@fastmail.us>12/22/17
    d90b2af474 Add a space to help the parser
  • Jason Franklin <j_fra@fastmail.us>12/22/17
    0ff697eb40 Implement the "isHiddenUnder()" method for Path
  • GitHub <noreply@github.com>12/22/17
    57788abd6f Merge pull request #785 from lifecrisis/find-new-file
  • Jason Franklin <j_fra@fastmail.us>12/22/17
    f6dad4796e Update the documentation
  • Jason Franklin <j_fra@fastmail.us>12/22/17
    01b011d38e Have "finAndRevealPath()" fail on no file
  • Jason Franklin <j_fra@fastmail.us>12/21/17
    344119439e Refresh children of directory nodes on "reveal()"
  • Jason Franklin <j_fra@fastmail.us>12/21/17
    90d08dc626 Add a debugging message
  • Jason Franklin <j_fra@fastmail.us>12/21/17
    5301dd24fb Improve variable naming in "findAndRevealPath"
  • Jason Franklin <j_fra@fastmail.us>12/21/17
    496d9a17d8 Remove code duplication in "findAndRevealPath"
  • GitHub <noreply@github.com>12/19/17
    fc14b4f5df Add :Helptags to the pathogen instructions
  • GitHub <noreply@github.com>12/17/17
    509122df20 Merge pull request #782 from lifecrisis/modelines
  • Jason Franklin <j_fra@fastmail.us>12/17/17
    9f985514f0 Add modelines
  • GitHub <noreply@github.com>12/12/17
    193fed598b Merge pull request #781 from lifecrisis/find-complete
  • Jason Franklin <j_fra@fastmail.us>12/12/17
    b4b99c39fa Change the type of completion used by NERDTreeFind
  • GitHub <noreply@github.com>12/11/17
    461ea6d2d8 Merge pull request #778 from zhenyangze/master
  • Jason Franklin <j_fra@fastmail.us>12/09/17
    2129740419 Add style improvements
  • zhenyangze <zhenyangze@gmail.com>12/09/17
    12960b966f change NERDTreeFind with args
  • GitHub <noreply@github.com>12/09/17
    c20ac9c27f Merge pull request #772 from skyblueee/stripMarkup_leadingSpaces
  • SkyBlueEE <dahantianzi@gmail.com>11/27/17
    ea01a691a2 remove useless removeLeadingSpaces in _stripMarkup
  • GitHub <noreply@github.com>12/09/17
    fc55d012ee Merge pull request #773 from skyblueee/wasdir_sub
  • SkyBlueEE <dahantianzi@gmail.com>11/27/17
    3485b2a939 remove useless substitute when 'file =~# "/$"'
  • GitHub <noreply@github.com>12/06/17
    8cbea5109e Merge pull request #777 from lifecrisis/bm-confirm
  • Jason Franklin <j_fra@fastmail.us>12/01/17
    e48ae299f9 Update the delete bookmark map to use confirm()
  • GitHub <noreply@github.com>11/20/17
    b89de09810 Merge pull request #769 from lifecrisis/o-map
  • Jason Franklin <j_fra@fastmail.us>11/19/17
    ac94cd28c2 Make the "o" mapping consistent with "x"
  • GitHub <noreply@github.com>11/18/17
    e0e36c5385 Fix a problem with the "x" handler (#768)
  • GitHub <noreply@github.com>11/18/17
    f526c4e652 Clean up the handler for the "x" mapping (#767)
  • GitHub <noreply@github.com>11/18/17
    70c8cb9bfa Revert change to tab opening method (#766)
  • GitHub <noreply@github.com>11/14/17
    93356cd92b Add back support for "b:NERDTreeRoot" (#765)
  • GitHub <noreply@github.com>11/14/17
    b6e3c0db30 Merge pull request #759 from lifecrisis/iss549
  • Jason Franklin <j_fra@fastmail.us>11/14/17
    e59d02575e Update the CHANGELOG
  • Jason Franklin <j_fra@fastmail.us>11/14/17
    21c470c316 Have new tabs open as the last tab (with '$')
  • Jason Franklin <j_fra@fastmail.us>11/11/17
    4c409a1640 Add a note/warning to "TreeDirNode.activate()"
  • Jason Franklin <j_fra@fastmail.us>11/11/17
    e27cd86a9b Document "t" and "T" mappings in the quick help
  • Jason Franklin <j_fra@fastmail.us>11/11/17
    31dbf1c139 Silence messages when opening a file with "T"
  • Jason Franklin <j_fra@fastmail.us>11/11/17
    c9f7014034 Fix handlers for "t" and "T" on bookmarks
  • Jason Franklin <j_fra@fastmail.us>11/11/17
    ae1c95bcbc Explicitly call open() in "ui_glue.vim" callbacks
  • Jason Franklin <j_fra@fastmail.us>11/11/17
    0a0374b826 Remove an unnecessary assignment
  • Jason Franklin <j_fra@fastmail.us>11/11/17
    870bedef21 Clean up the Creator.createTabTree() function
  • Jason Franklin <j_fra@fastmail.us>11/11/17
    d9074c2753 Clean up the commentary in "creator.vim"
  • Jason Franklin <j_fra@fastmail.us>11/11/17
    3cb90cb18d Extract a common line to the top of a function
  • Jason Franklin <j_fra@fastmail.us>11/11/17
    26168324fc Remove an unnecessary "else" clause
  • Jason Franklin <j_fra@fastmail.us>11/11/17
    f0a97209f1 Clean up the NERDTreeOpener constructor
  • Jason Franklin <lifecrisis@users.noreply.github.com>11/02/17
    97433edd43 Merge pull request #754 from branch comma-separated-file-size
  • Jason Franklin <lifecrisis@users.noreply.github.com>11/02/17
    a8c6245057 Merge pull request #756 from mboughaba/master
  • GitHub <noreply@github.com>10/27/17
    f554c20cb2 Merge pull request #751 from ashumkin/dir-arrows-on-cygwin
  • Alexey Shumkin <Alex.Crezoff@gmail.com>10/27/17
    cb9f4db6ff fixed: directory navigation does not work on Cygwin
  • Jason Franklin <lifecrisis@users.noreply.github.com>09/28/17
    8a6ae7c633 Use a better function to change directories
  • GitHub <noreply@github.com>08/19/17
    5782b228e4 Merge pull request #734 from lifecrisis/issue733
  • Jason Franklin <j_fra@fastmail.us>08/19/17
    876283b07c Improve display of shell output from menu command
  • Jason Franklin <j_fra@fastmail.us>08/19/17
    f4ff6dcf84 Fix a menu command that breaks under 'shellslash'
  • Jason Franklin <j_fra@fastmail.us>08/11/17
    d7cf9a2a98 Fix the drive check in "TreeDirNode._glob()"
  • Jason Franklin <j_fra@fastmail.us>08/11/17
    a32a55e8d9 Rewrite the "Path._strForEdit()" method
  • Jason Franklin <j_fra@fastmail.us>08/11/17
    7a2fc6b6b9 Refactor the "Path._str()" method
  • Jason Franklin <j_fra@fastmail.us>08/11/17
    19b8dd7b60 Add a check for 'shellslash' in "Path.Slash()'
  • Jason Franklin <j_fra@fastmail.us>08/11/17
    72f9135d19 Clean up the commentary for two Path methods
  • Jason Franklin <j_fra@fastmail.us>08/11/17
    b5e54d255e Rewrite the "Path._strForCd()" method
  • Jason Franklin <j_fra@fastmail.us>08/11/17
    1a121337dd Clean up the script header in "path.vim"
  • Jason Franklin <j_fra@fastmail.us>08/11/17
    a7d667b81b Add spaces after comment leaders in "path.vim"
  • GitHub <noreply@github.com>07/29/17
    8cd17c1a47 Merge pull request #731 from lifecrisis/tilde
  • Jason Franklin <j_fra@fastmail.us>07/29/17
    d68c9abca8 Improve three highlighting rules
  • GitHub <noreply@github.com>07/29/17
    5af263c2df Merge pull request #729 from ParkerKemp/master
  • Jason Franklin <j_fra@fastmail.us>07/29/17
    35724ee206 Refactor the internals of "_newVSplit()"
  • Jason Franklin <j_fra@fastmail.us>07/29/17
    719d6785d4 Edit the commentary in "opener.vim"
  • Parker Kemp <charles.kemp702@gmail.com>07/24/17
    eae5d02fa9 Use window number when opening in new vsplit
  • Jason Franklin <j_fra@fastmail.us>07/28/17
    1269c070cd Divide the introductory paragraph in the README
  • GitHub <noreply@github.com>07/28/17
    7027fd156e Merge pull request #730 from lifecrisis/issue573
  • Jason Franklin <j_fra@fastmail.us>07/28/17
    6efef8651e Edit the README file
  • GitHub <noreply@github.com>07/17/17
    e2a9929bbe Merge pull request #722 from lifecrisis/open-bookmark
  • Jason Franklin <j_fra@fastmail.us>07/14/17
    5daec4c7b7 Edit stale commentary and add proper sigils
  • Jason Franklin <j_fra@fastmail.us>07/14/17
    3a7694aa55 Add a call to close the children of bookmarks
  • Jason Franklin <j_fra@fastmail.us>07/14/17
    1f089a362b Rework the "TreeDirNode.closeChildren()" method
  • Jason Franklin <j_fra@fastmail.us>07/14/17
    3245007f0e Remove a method from the TreeDirNode class
  • GitHub <noreply@github.com>07/08/17
    a3fdf1e3c1 Merge pull request #721 from lifecrisis/issue67
  • Jason Franklin <j_fra@fastmail.us>07/08/17
    49c165a103 Update the function that drives the `p` mapping
  • GitHub <noreply@github.com>07/08/17
    ab0a3a7c24 Merge pull request #720 from lifecrisis/issue526
  • Jason Franklin <j_fra@fastmail.us>07/04/17
    c1b71dcfc5 Rename the help file to "NERDTree.txt"
  • Jason Franklin <j_fra@fastmail.us>07/04/17
    ef35ee8918 Remove the helper function for "openRecursively()"
  • Jason Franklin <j_fra@fastmail.us>07/02/17
    7f4a7205dc Replace an equality test with an instance method
  • Jason Franklin <j_fra@fastmail.us>07/02/17
    ebc206e58d Refactor "TreeDirNode.close()" method
  • Jason Franklin <j_fra@fastmail.us>07/02/17
    8660541333 Fix the "TreeDirNode.open()" method
  • Jason Franklin <j_fra@fastmail.us>07/02/17
    18f04e0824 Refactor the "TreeDirNode.displayString()" method
  • GitHub <noreply@github.com>06/30/17
    2e43ad074b Merge pull request #719 from lifecrisis/issue718
  • Jason Franklin <j_fra@fastmail.us>06/30/17
    2b2b35ceda Fix an inaccurate version check
  • GitHub <noreply@github.com>06/28/17
    7ed79c00c1 Merge pull request #717 from scrooloose/dev
  • Jason Franklin <j_fra@fastmail.us>06/28/17
    779e13374a Edit the filter in the TreeDirNode glob method
  • Jason Franklin <j_fra@fastmail.us>06/28/17
    2a97fb0fda Reformat the commentary in the TreeDirNode script
  • Jason Franklin <j_fra@fastmail.us>06/28/17
    b877fc65d8 Rename and expand the TreeDirNode glob method
  • Jason Franklin <j_fra@fastmail.us>06/28/17
    b0c44c7be1 Refactor the TreeDirNode glob method
  • GitHub <noreply@github.com>06/22/17
    4a487474c4 Modify call to sort() for older versions of Vim (#714)
  • GitHub <noreply@github.com>06/21/17
    626e80f6e4 Merge pull request #536 from satori/master
  • Maxim Bublis <b@codemonkey.ru>01/19/16
    6251ab1e63 Add support for natural sorting order.
  • GitHub <noreply@github.com>06/19/17
    54b423e0f8 Merge pull request #711 from lifecrisis/issue650
  • Jason Franklin <j_fra@fastmail.us>06/19/17
    c934b50c0d Repair the broken middle mouse click handler
  • GitHub <noreply@github.com>06/19/17
    5ce9bda392 Merge pull request #710 from jason0x43/globPath-fix
  • Jason Cheatham <j.cheatham@gmail.com>06/18/17
    1d83e4c1ce Handle non-relative globDir properly in Windows
  • Phil Runninger (mac) <prunninger@virtualhold.com>06/16/17
    5f3a44d066 Document the :NERDTreeFocus command. Closes #706.
  • GitHub <noreply@github.com>06/13/17
    2c3249de68 Merge pull request #675 from jason0x43/relative-paths
  • Jason Cheatham <j.cheatham@gmail.com>04/19/17
    0caa466854 Use relative path with globpath
  • GitHub <noreply@github.com>06/11/17
    17713ee293 Merge pull request #704 from lifecrisis/bookmarks-markers
  • Jason Franklin <j_fra@fastmail.us>06/11/17
    9b3487db64 Update the option summary
  • Jason Franklin <j_fra@fastmail.us>06/10/17
    471a03c9d9 Implement the g:NERDTreeMarkBookmarks setting
  • GitHub <noreply@github.com>06/11/17
    9bd34f9424 Merge pull request #703 from lifecrisis/issue677
  • Jason Franklin <j_fra@fastmail.us>06/10/17
    3063dfb766 Refactor the :OpenBookmark command
  • Jason Franklin <j_fra@fastmail.us>06/10/17
    a03a639390 Refactor and re-document Bookmark.getNode()
  • Jason Franklin <j_fra@fastmail.us>06/10/17
    c0b90811b0 Add an argument sigil in a Bookmark class method
  • Jason Franklin <j_fra@fastmail.us>06/10/17
    b0f60552ea Rewrite and expand the header in bookmark.vim
  • Jason Franklin <j_fra@fastmail.us>06/10/17
    81a42acb97 Refactor the bookmark query function
  • Phil Runninger (mac) <prunninger@virtualhold.com>06/05/17
    a9ab90198b Update CHANGELOG, giving contributors their due.
  • GitHub <noreply@github.com>06/04/17
    84c681989d Merge pull request #699 from asnr/add-keymaps-to-docs
  • asnr <asnr@users.noreply.github.com>06/04/17
    3a7293d450 Update docs with already existing mapping variables
  • GitHub <noreply@github.com>05/26/17
    c11affabb4 Merge pull request #696 from lifecrisis/issue361
  • Jason Franklin <j_fra@fastmail.us>05/26/17
    2a7a375729 Remove code duplication from sorting bookmarks
  • Jason Franklin <j_fra@fastmail.us>05/26/17
    0b65089122 Reimplement the bookmark comparison method
  • Jason Franklin <j_fra@fastmail.us>05/26/17
    5aec5ecfef Rename the class method for sorting bookmarks
  • Jason Franklin <j_fra@fastmail.us>05/26/17
    519436ad20 Apply consistent spacing before fold markers
  • GitHub <noreply@github.com>05/23/17
    66e00e61a2 Merge pull request #695 from scrooloose/revert-626-win32unix
  • GitHub <noreply@github.com>05/23/17
    d99967cadd Revert "Determine if we're running in Cygwin on Windows."
  • GitHub <noreply@github.com>05/20/17
    0b84d458d6 Merge pull request #648 from cntoplolicon/master
  • cntoplolicon <cntoplolicon@gmail.com>12/23/16
    dee152d08f correct NERDTreeIgnore pattern in doc
  • GitHub <noreply@github.com>05/20/17
    fce10d1b10 Merge pull request #626 from scrooloose/win32unix
  • Phil Runninger <prunninger@virtualhold.com>10/06/16
    a9a5aec9c0 Determine if we're running in Cygwin on Windows.
  • GitHub <noreply@github.com>05/20/17
    925627536e Merge pull request #574 from sooth-sayer/master
  • d.chernyatiev <d.chernyatiev>04/25/16
    1a55a93788 Remove empty segments
  • GitHub <noreply@github.com>05/18/17
    23ba97d263 Merge pull request #691 from wincent/patch-1
  • GitHub <noreply@github.com>05/18/17
    0c0bde3106 Update stale comments
  • GitHub <noreply@github.com>04/12/17
    45f4d61f04 Merge pull request #578 from wincent/eventignore
  • Greg Hurrell <greg@hurrell.net>05/05/16
    35b04fa3df Suppress autocmds less aggressively
  • Phil Runninger (mac) <prunninger@virtualhold.com>03/29/17
    97d2d70f6c Add an Issue template to ask for more information up front.
  • GitHub <noreply@github.com>03/27/17
    649d31384c Merge pull request #676 from josephfrazier/patch-1
  • GitHub <noreply@github.com>03/26/17
    bf193320f8 Fix headers in readme
  • Martin Grenfell <martin.grenfell@gmail.com>02/25/17
    e671e403dd don't touch @o and @h registers when rendering
  • GitHub <noreply@github.com>01/02/17
    281701021c Merge pull request #649 from alegen/master
  • Alex Geana <alex@alegen.net>12/29/16
    9c73a19f56 fix bug with files and directories that have dollar sign in name
  • Martin Grenfell <martin.grenfell@gmail.com>10/21/16
    eee431dbd4 really fix the previous buffer issue when closing a tree win
  • Martin Grenfell <martin.grenfell@gmail.com>10/21/16
    48df6bfd6e Revert "remove NERDTree.previousBuf() and related code"
  • Martin Grenfell <martin.grenfell@gmail.com>10/19/16
    513bf64555 update changelog
  • Martin Grenfell <martin.grenfell@gmail.com>10/19/16
    2027ae03db remove NERDTree.previousBuf() and related code
  • Phil Runninger <prunninger@virtualhold.com>10/17/16
    4477078170 Unlet! the nt variable before letting it.
  • Martin Grenfell <martin.grenfell@gmail.com>10/14/16
    84e7a77a7e reuse win trees when editing the same dir again
  • GitHub <noreply@github.com>10/13/16
    334fb0e687 Update CHANGELOG
  • GitHub <noreply@github.com>10/13/16
    25ec8b47c6 Merge pull request #630 from Leeiio/patch-1
  • GitHub <noreply@github.com>10/13/16
    32186f1660 Update NERDTreeOpenable and NERDTreeClosable color
  • GitHub <noreply@github.com>10/10/16
    b9b53d814b Update CHANGELOG
  • GitHub <noreply@github.com>10/10/16
    10ac799808 Update README.markdown
  • GitHub <noreply@github.com>10/10/16
    148e8570df Merge pull request #628 from ggicci/master
  • Ggicci <ggicci@163.com>10/10/16
    a229d8bb61 Remove a similar tip in README file.
  • Ggicci <ggicci@163.com>10/09/16
    b78fa83373 Fix opening current directory in NERDTree tab.
  • Ggicci <ggicci@163.com>10/09/16
    1c0d9efe6c Update readme, trick to open NERDTree as a tab window.
  • Ggicci <ggicci@163.com>10/09/16
    4cb9762999 Update readme, trick to avoid hiding nerdtree after first file open.
  • GitHub <noreply@github.com>10/04/16
    f26eaf8355 Merge pull request #625 from scrooloose/revert-546-master
  • GitHub <noreply@github.com>10/04/16
    408f7a572c Revert "changed arrows for NERDTreeDirArrowExpandable and NERDTreeDirArrowCol…"
  • GitHub <noreply@github.com>10/04/16
    08773e1e74 Merge pull request #623 from dschaub/rename-typo
  • Dan Schaub <dan.s@betterment.com>10/03/16
    682a7b64db Fix typo in argument usage in promptToRenameBuffer
  • GitHub <noreply@github.com>09/23/16
    af64474ebd Update CHANGELOG
  • GitHub <noreply@github.com>09/22/16
    26b40d162c Update CHANGELOG
  • GitHub <noreply@github.com>09/22/16
    f640646f2c Change confirmation prompt when deleting non-empty directory.
  • GitHub <noreply@github.com>09/22/16
    1a6c502f19 Merge pull request #530 from mikeperri/delete-empty-directory
  • Mike Perri <me@michaeljperri.com>06/27/16
    d2509d279e Don't require user to type 'yes' to delete an empty directory
  • GitHub <noreply@github.com>09/22/16
    5d7bc3b0b8 Merge pull request #533 from devm33/fix_e_on_dir
  • Devraj Mehta <devm33@gmail.com>01/17/16
    afe99a46d8 update api call to open directory tree in window
  • GitHub <noreply@github.com>09/22/16
    f173f62c9a Merge pull request #546 from gwilk/master
  • Grzegorz Wilk <Grzegorz.Wilk@dreamlab.pl>02/04/16
    28560e2e1b changed arrows for NERDTreeDirArrowExpandable and NERDTreeDirArrowCollapsible
  • GitHub <noreply@github.com>09/22/16
    1993700bef Merge pull request #584 from zwhitchcox/patch-1
  • Zane Hitchcox <zwhitchcox@gmail.com>05/23/16
    1ac98de88a Update README.markdown
  • GitHub <noreply@github.com>09/22/16
    a536498601 Merge pull request #593 from therealplato/docs/boot-other-window
  • GitHub <noreply@github.com>06/27/16
    0ef5b6be4f Add FAQ: how to unfocus nerdtree window on start
  • GitHub <noreply@github.com>09/22/16
    fa57b8128d Merge pull request #595 from zacharyvoase/fix_quote_file_name
  • Zachary Voase <zack@meat.io>06/30/16
    916f6b8f8f Use fnameescape to quote filenames for :badd.
  • GitHub <noreply@github.com>09/22/16
    4ebd7de207 Update CHANGELOG
  • GitHub <noreply@github.com>09/22/16
    d34f3a257f Merge pull request #619 from curran/patch-1
  • GitHub <noreply@github.com>09/17/16
    9aae0be318 Correct broken helptags command in docs.
  • GitHub <noreply@github.com>09/21/16
    b9ad20c0b1 Update CHANGELOG
  • GitHub <noreply@github.com>09/21/16
    9ff2096b04 Merge pull request #548 from adityanatraj/master
  • Aditya Natraj <aditya@picwell.com>02/06/16
    68dce4f994 Issue #537: Fix dir arrows not functioning properly
  • Phil Runninger <prunninger@virtualhold.com>09/08/16
    29cf96e45b Update change log.
  • Phil Runninger <prunninger@virtualhold.com>09/08/16
    d2f8bb8e8a Merge branch 'juanibiapina-disable-cascade'
  • Phil Runninger <prunninger@virtualhold.com>09/08/16
    ac2d3b077a Merge branch 'disable-cascade' of git://github.com/juanibiapina/nerdtree into juanibiapina-disable-cascade
  • Juan Ibiapina <juanibiapina@gmail.com>03/05/16
    b2bbed41fa Add option to disable collapsing of diretory names
  • Juan Ibiapina <juanibiapina@gmail.com>03/05/16
    88946e9832 Rewrite getCascade recursively
  • Juan Ibiapina <juanibiapina@gmail.com>03/05/16
    7f6c608a35 Remove extra whitespace at the end of the line
  • Phil Runninger <prunninger@virtualhold.com>08/26/16
    4428aba2a2 Replace strchars() with a backward compatible workaround.
  • Phil Runninger <prunninger@virtualhold.com>08/26/16
    0b73db9368 Simplify some statements. Don't convert path WinToUnix.
  • Skyler Lipthay <skyler.lipthay@gmail.com>08/25/16
    7730c8731a Quick syntax issue fix
  • Skyler Lipthay <skyler.lipthay@gmail.com>08/25/16
    b5519197e9 Added support for the copy command for both file and directory nodes on Windows systems
  • GitHub <noreply@github.com>08/25/16
    40993e9010 Corrected case of :Helptags to :helptags
  • GitHub <noreply@github.com>06/23/16
    2e2b649232 Merge pull request #591 from czak/cascade-close-fix
  • Łukasz Adamczak <lukasz@czak.pl>06/22/16
    2924ab2071 Verify we haven't reached root when traversing cascade
  • Łukasz Adamczak <lukasz@czak.pl>06/22/16
    c99312442b Fix upward traversal when closing a cascade
  • GitHub <noreply@github.com>06/10/16
    d280b15ba9 Merge pull request #544 from brookhong/master
  • brook hong <hzgmaxwell@hotmail.com>02/02/16
    e2bbedff09 Fix #520 E716: Key not present in Dictionary: setShowHidden
  • Martin Grenfell <martin.grenfell@gmail.com>05/11/16
    15445be5fb remove unneeded exec
  • Martin Grenfell <martin.grenfell@gmail.com>05/11/16
    5294593b14 Merge pull request #576 from mike-zueff/read-only_files_opening_fix
  • Mike Zueff <mike.zueff@gmail.com>04/29/16
    5458680265 Fixed read-only files opening.
  • Martin Grenfell <martin.grenfell@gmail.com>04/26/16
    35c859179d update initialization of default value for g:NERDTreeCreatePrefix
  • Martin Grenfell <martin.grenfell@gmail.com>04/26/16
    0cb999c070 Merge pull request #550 from wincent/keepalt
  • Greg Hurrell <greg@hurrell.net>02/09/16
    9843fd3686 Make window creation command configurable
  • Martin Grenfell <martin.grenfell@gmail.com>04/26/16
    7954eac006 Merge pull request #556 from acarlson1029/readonly-glyph
  • Alex Carlson <acarlson1029@gmail.com>02/26/16
    dfb9111786 Allow user-defined RO indicator.
  • Martin Grenfell <martin.grenfell@gmail.com>04/26/16
    2ec9b3dd9d Merge pull request #559 from Noah-Huppert/patch-1
  • Noah Huppert <noahhuppert@gmail.com>03/05/16
    0e4c270d19 Added horizontal rules to FAQ section in readme
  • Martin Grenfell <martin.grenfell@gmail.com>12/02/15
    4ebbb533c3 silence bookmark errors on startup
  • Martin Grenfell <martin.grenfell@gmail.com>11/27/15
    2f8a72144f silence an `ls!` call
  • Martin Grenfell <martin.grenfell@gmail.com>11/26/15
    bbb819d696 bugfix for win trees when using "stay in current win" command variants
  • Martin Grenfell <martin.grenfell@gmail.com>11/26/15
    0544ff524c handle tab tree buffers being :bdeleted
  • Martin Grenfell <martin.grenfell@gmail.com>11/26/15
    73ded483a0 update FAQ about opening nerdtree automatically on startup
  • Martin Grenfell <martin.grenfell@gmail.com>11/26/15
    fddac60afb fix a bug that occurs when opening window trees
  • Martin Grenfell <martin.grenfell@gmail.com>11/26/15
    c800aa27e2 fix a bug with `C` mapping
  • Martin Grenfell <martin.grenfell@gmail.com>11/25/15
    a2b06bbac3 remove references to NERDTreeDirArrows
  • Martin Grenfell <martin.grenfell@gmail.com>11/25/15
    4f9e981a60 update changelog
  • Martin Grenfell <martin.grenfell@gmail.com>11/25/15
    677a83b2b6 remove NERDTreeDirArrows option
  • Martin Grenfell <martin.grenfell@gmail.com>11/25/15
    fb15cfbf45 fix flag rendering for cascading dirs
  • Martin Grenfell <martin.grenfell@gmail.com>11/24/15
    af39458989 rework the cascading slightly to correctly show open/closed dir arrows
  • Martin Grenfell <martin.grenfell@gmail.com>11/24/15
    2cef8bb602 make cascading dirs more compact
  • Martin Grenfell <martin.grenfell@gmail.com>11/22/15
    ee4d42cfed encapsulate dep on g:NERDTreeMinimalUI in a function
  • Martin Grenfell <martin.grenfell@gmail.com>11/20/15
    dd754c7bc6 add path.isAncestor
  • Martin Grenfell <martin.grenfell@gmail.com>11/20/15
    9eb0004278 fix a syntax issue for older versions of vim
  • Martin Grenfell <martin.grenfell@gmail.com>11/20/15
    7c6795c5a2 fix a typo
  • Martin Grenfell <martin.grenfell@gmail.com>11/20/15
    a60bd34a33 add NERDTree.getroot()
  • Martin Grenfell <martin.grenfell@gmail.com>11/19/15
    c4f8681b77 add NERDTree.getRoot() and NERDTree.ForCurrentTab()
  • Martin Grenfell <martin.grenfell@gmail.com>11/19/15
    665f326577 remove dependency on b:NERDTree from classes that dont need it
  • Martin Grenfell <martin.grenfell@gmail.com>11/19/15
    a0de028688 wipeout "stale" nerdtree bufs
  • Martin Grenfell <martin.grenfell@gmail.com>11/16/15
    cedb40b4f5 move TreeFileNode.makeRoot() to NERDTree.changeRoot(node)
  • Martin Grenfell <martin.grenfell@gmail.com>11/16/15
    71ee64fed7 add TreeDirNode.getDirChildren() - using this in a plugin
  • Martin Grenfell <martin.grenfell@gmail.com>11/16/15
    bf217c75f9 fix a couple of var references in UI
  • Martin Grenfell <martin.grenfell@gmail.com>11/16/15
    d36b793656 dont use b:NERDTreeRoot internally, but leave the var there for compat
  • Martin Grenfell <martin.grenfell@gmail.com>11/16/15
    0b966aa23a refactor TreeDirNode.reveal slightly
  • Martin Grenfell <martin.grenfell@gmail.com>11/15/15
    449f2c77ed update changelog
  • Martin Grenfell <martin.grenfell@gmail.com>11/14/15
    b4fa33c39c remove some confusing redundancy from a few function calls
  • Martin Grenfell <martin.grenfell@gmail.com>11/14/15
    83d108894e move a bunch of `b:NERDTree.*` vars into the b:NERDTree.ui obj
  • Martin Grenfell <martin.grenfell@gmail.com>11/14/15
    4d8a0c90cb move b:NERDTreePreviousBuf into NERDTree class
  • Martin Grenfell <martin.grenfell@gmail.com>11/14/15
    5c20274761 move b:NERDTreeType into the NERDTree class and add some query methods
  • Martin Grenfell <martin.grenfell@gmail.com>11/14/15
    848857d18b rename "primary" and "secondary" trees to "tab" and "window" trees
  • Martin Grenfell <martin.grenfell@gmail.com>11/13/15
    4dada8c04f update version number to 5.0.0
  • Martin Grenfell <martin.grenfell@gmail.com>11/13/15
    be8f18914c remove some unneeded header comments
  • Martin Grenfell <martin.grenfell@gmail.com>11/13/15
    f486403b68 add license file
  • Martin Grenfell <martin.grenfell@gmail.com>11/13/15
    024966c7a8 move changelog out of the main doc, remove credits section
  • Martin Grenfell <martin.grenfell@gmail.com>11/13/15
    e4891632f5 update changelog
  • Martin Grenfell <martin.grenfell@gmail.com>11/13/15
    0c13ebc126 remove some old commented code
  • Martin Grenfell <martin.grenfell@gmail.com>11/13/15
    e27ab9c5c7 fsmenu: use nerdtree#echo* methods instead of reimplementing them
  • Martin Grenfell <martin.grenfell@gmail.com>11/13/15
    5b7085d9ae fs menu: remove unused var assigns
  • Martin Grenfell <martin.grenfell@gmail.com>11/13/15
    adc11983bc fs_menu: put the NERDTreeListNode* methods together
  • Martin Grenfell <martin.grenfell@gmail.com>11/13/15
    b19995b14f Merge pull request #382 from PhilRunninger/master
  • Phil Runninger <PhilRunninger@users.noreply.github.com>11/12/15
    3fb18e7399 Switch to upper case DIR /Q, in true DOS fashion
  • Phil Runninger <prunninger@virtualhold.com>11/12/15
    f1af61ddf7 Use the system('DIR /Q...') function to display file info.
  • Phil Runninger <prunninger@virtualhold.com>11/12/15
    c60f401371 Merge (p)roperties (for Windows) into the (l)ist menu item.
  • Phil Runninger <PhilRunninger@users.noreply.github.com>11/12/15
    fb030bcb1c Merge pull request #1 from scrooloose/master
  • Martin Grenfell <martin.grenfell@gmail.com>11/12/15
    47c20c4b64 Merge pull request #378 from Xuyuanp/up/master
  • Xuyuan Pang <xuyuanp@gmail.com>09/01/14
    5d19452284 Merge branch 'master' into up/master
  • Xuyuan Pang <xuyuanp@gmail.com>09/01/14
    8e06723c04 fix #363
  • Xuyuan Pang <xuyuanp@gmail.com>09/01/14
    a283c0e03e fix #363
  • Martin Grenfell <martin.grenfell@gmail.com>11/12/15
    d384382091 Merge pull request #470 from egalpin/master
  • egalpin <egalpin@users.noreply.github.com>07/30/15
    37f7a6cbe1 Update README.markdown
  • Martin Grenfell <martin.grenfell@gmail.com>11/12/15
    af13d39651 Merge pull request #488 from hiberabyss/master
  • hiberabyss <lhbf@qq.com>09/19/15
    34630f3926 issue #147: add support to ~ expand in bookmarks
  • Martin Grenfell <martin.grenfell@gmail.com>11/12/15
    caca3af211 Merge pull request #496 from evindor/master
  • Arseny Zarechnev <cyanidesign@gmail.com>10/03/15
    8996ea5bb5 Fix MacOS detection for menu, fixes #478
  • Martin Grenfell <martin.grenfell@gmail.com>11/12/15
    3092ddf831 Merge pull request #502 from JESii/master
  • Jonathan Seidel <jonathan.seidel@macys.com>11/02/15
    88104d26ac Add ability to list file metadata...
  • Martin Grenfell <martin.grenfell@gmail.com>09/18/15
    0b44415a33 Merge pull request #486 from Xuyuanp/syntax
  • Xuyuan Pang <xuyuanp@gmail.com>09/16/15
    d66370a8e5 Made NERDTreeFlags contained in NERDTreeExecFile
  • Martin Grenfell <martin.grenfell@gmail.com>09/17/15
    43012a6214 Merge pull request #484 from PickRelated/master
  • Igor Tatarintsev <ietatarin@gmail.com>09/15/15
    8c8c794104 Added character escaping to syn match regexes
  • Martin Grenfell <martin.grenfell@gmail.com>09/12/15
    8c7534bc9e Merge pull request #482 from PickRelated/master
  • Igor Tatarintsev <ietatarin@gmail.com>09/11/15
    dc29ec2db3 Added global variables for changing default arrows
  • Igor Tatarintsev <ietatarin@gmail.com>09/11/15
    188bd92658 Added global variables for changing default arrows
  • Martin Grenfell <martin.grenfell@gmail.com>07/30/15
    bcf3de4fdf Merge pull request #471 from SchDen/patch-1
  • Den <shapkinden@gmail.com>07/30/15
    f5fd121837 Incorrect path to event.vim
  • Martin Grenfell <martin.grenfell@gmail.com>07/13/15
    86e2e40af1 Merge pull request #466 from toiffel/master
  • toiffel <toiffel@inbox.ru>07/12/15
    93c9726c6d Fixed case-sensitive sorting of tree nodes when 'ignorecase' option is on
  • Martin Grenfell <martin.grenfell@gmail.com>06/17/15
    96c07746b4 Merge pull request #453 from WoLpH/patch-1
  • Rick van Hattem <wolph@wol.ph>05/22/15
    013c607ba4 Fixed incompatibility with older Vim versions
  • Martin Grenfell <martin.grenfell@gmail.com>05/13/15
    af85499eda rename 2 sort key related vars
  • Martin Grenfell <martin.grenfell@gmail.com>05/13/15
    99fa465b5d fix syntax error
  • Martin Grenfell <martin.grenfell@gmail.com>05/13/15
    008b62f71c Merge pull request #450 from vtsang/master
  • Vincent Tsang <Vincent.Tsang@macquarie.com>05/10/15
    10261d60a0 Updated the comment
  • Vincent Tsang <Vincent.Tsang@macquarie.com>05/10/15
    80e184df56 Refactor code to use getSortKey() and replace regular expression with
  • Vincent Tsang <vincenttsf@yahoo.com.hk>05/09/15
    3fb3fe3477 Merge branch 'master' of https://github.com/vtsang/nerdtree
  • Vincent Tsang <vincenttsf@yahoo.com.hk>05/09/15
    1f2531ec3a Speed up sortChildren() by using sorting token
  • Vincent Tsang <vincenttsf@yahoo.com.hk>05/09/15
    57d5bd7731 Speed up sortChildren() by using sorting token
  • Martin Grenfell <martin.grenfell@gmail.com>05/12/15
    6018af36bf pretty up some FAQ code blocks
  • Martin Grenfell <martin.grenfell@gmail.com>05/12/15
    2c1ebc37b2 add an FAQ about highlighting file with certain extensions
  • Martin Grenfell <martin.grenfell@gmail.com>05/12/15
    dfe260d1d7 doc the path listener API
  • Martin Grenfell <martin.grenfell@gmail.com>05/06/15
    a87b1bf3c5 Merge branch 'update_reuse_option'
  • Martin Grenfell <martin.grenfell@gmail.com>05/01/15
    87b27802b5 allow control over whether to reuse windows in different tabs
  • Martin Grenfell <martin.grenfell@gmail.com>05/06/15
    5c2060149f doc NERDTreeAddPathFilter()
  • Martin Grenfell <martin.grenfell@gmail.com>05/06/15
    76dbc0c8ee Merge branch 'add_path_filter_api'
  • Martin Grenfell <martin.grenfell@gmail.com>05/02/15
    64a9579c11 add a path filter API
  • Martin Grenfell <martin.grenfell@gmail.com>05/04/15
    da3874cf93 fix a bug when opening files in a new tab
  • Martin Grenfell <martin.grenfell@gmail.com>05/03/15
    7270212214 bugfix for secondary trees occurring when the screen state is saved
  • Martin Grenfell <martin.grenfell@gmail.com>05/02/15
    09e1dbec10 Merge branch 'refactor_autoload'
  • Martin Grenfell <martin.grenfell@gmail.com>05/02/15
    fc4bcb4806 remove UI.lolcats()... not sure what the story is there
  • Martin Grenfell <martin.grenfell@gmail.com>05/02/15
    8b189cb263 move some rendering and cursor moving functions out of autoload
  • Martin Grenfell <martin.grenfell@gmail.com>05/02/15
    b0114d202b move dumpHelp out of autoload
  • Martin Grenfell <martin.grenfell@gmail.com>05/02/15
    53d2de86eb move the closeTree functions out of autoload
  • Martin Grenfell <martin.grenfell@gmail.com>05/02/15
    0d88ce946f move isTreeOpen() out of autoload
  • Martin Grenfell <martin.grenfell@gmail.com>05/02/15
    8270b6d717 move nerdtree#getTreeWinNum out of autoload
  • Martin Grenfell <martin.grenfell@gmail.com>05/02/15
    973c9906f8 refactor 3 more functions out of the monolithic autoload file
  • Martin Grenfell <martin.grenfell@gmail.com>05/02/15
    0e87d45e84 update readme to add an FAQ, update the FAQ style and rm the changelog
  • Martin Grenfell <martin.grenfell@gmail.com>05/02/15
    f8499462c5 Revert "Use different arrow characters for compatibility."
  • Martin Grenfell <martin.grenfell@gmail.com>05/02/15
    186f817f5a Revert "fix one of the old style arrows"
  • Martin Grenfell <martin.grenfell@gmail.com>05/01/15
    5cec19365a Merge pull request #411 from xdl/master
  • xiaodili <eddieli188@hotmail.com>12/21/14
    6dfbcd660a Return early if exception was thrown in pathForString
  • Martin Grenfell <martin.grenfell@gmail.com>05/01/15
    b3281cc63e fix one of the old style arrows
  • Martin Grenfell <martin.grenfell@gmail.com>05/01/15
    1cbd52aa77 Merge pull request #434 from handcraftedbits/master
  • Curtiss Howard <curtiss@handcraftedbits.com>04/17/15
    f6cad7e957 Use different arrow characters for compatibility.
  • Martin Grenfell <martin.grenfell@gmail.com>05/01/15
    cd5f1685bc Merge pull request #436 from devmanhinton/patch-1
  • Devon Hinton <dhinton@stanford.edu>04/22/15
    321de60366 Remove NERD_tree.txt typo
  • Martin Grenfell <martin.grenfell@gmail.com>11/20/14
    3b98a7fcae Merge pull request #403 from gcmt/pretty-cwd
  • Giacomo Comitti <giacomit@gmail.com>11/20/14
    ba26044746 Truncate paths at slashes.
  • Martin Grenfell <martin.grenfell@gmail.com>10/30/14
    f8fd2ecce2 Merge pull request #390 from zhangoose/patch-1
  • Alex Zhang <hi.zhalex@gmail.com>10/29/14
    a895a53f1f easier to read one of the FAQ answers
  • Martin Grenfell <martin.grenfell@gmail.com>10/29/14
    3d421b8ec5 use the built in fnamemodify() to make a path relative
  • Martin Grenfell <martin.grenfell@gmail.com>10/29/14
    3ce33f017e fix escaping for `:edit` when renaming files
  • Martin Grenfell <martin.grenfell@gmail.com>10/29/14
    031ab5267c Merge remote-tracking branch 'origin/master'
  • Martin Grenfell <martin.grenfell@gmail.com>10/29/14
    5d0626a003 Merge pull request #384 from gastropoda/reopen-after-rename
  • Artem Baguinski <abaguinski@depraktijkindex.nl>09/25/14
    2fd0aa3ec7 Fix reloading renamed file
  • Martin Grenfell <martin.grenfell@gmail.com>10/29/14
    1c08146224 apply @mixvin's windows path fix at the top of the method instead
  • Martin Grenfell <martin.grenfell@gmail.com>10/29/14
    cd8d87fa57 Fix opening file path, in Windows
  • Phil Runninger <prunninger@virtualhold.com>09/15/14
    6ccf83df24 Add menu option to display file/directory properties.
  • Martin Grenfell <martin.grenfell@gmail.com>08/06/14
    4f1e6ecb05 Merge pull request #365 from ifsred/master
  • ifsred <atomicclockwork@gmail.com>08/06/14
    c4086667ef Fix doc map for NERDTreeMapChangeRoot
  • Martin Grenfell <martin.grenfell@gmail.com>07/22/14
    a47c6caf80 Merge pull request #359 from Xuyuanp/up/master
  • Xuyuan Pang <xuyuanp@gmail.com>07/19/14
    8cd045d0e2 add refreshDirFlags method to avoid refreshing too many files
  • Martin Grenfell <martin.grenfell@gmail.com>07/17/14
    c2dd750860 move nerdtree#treeExists.* methods into the NERDTree class
  • Martin Grenfell <martin.grenfell@gmail.com>07/17/14
    fd14757c04 add proper events and make the notifier class generic
  • Martin Grenfell <martin.grenfell@gmail.com>07/15/14
    f9a933991d allow plugins to override the default mappings
  • Martin Grenfell <martin.grenfell@gmail.com>07/14/14
    aa831e242b Merge pull request #356 from alvan/patch-2
  • alvan <alvan@users.noreply.github.com>07/09/14
    98a5d1fca7 Use event BufLeave instead of BufWinLeave to record screen state to avoid undefined b:NERDTree error
  • Martin Grenfell <martin.grenfell@gmail.com>07/14/14
    0c045d85ea fix a bug from recent refactoring RE some NERDTreeCWD
  • Martin Grenfell <martin.grenfell@gmail.com>07/10/14
    2f552e116d add highlighting for flags
  • Martin Grenfell <martin.grenfell@gmail.com>07/10/14
    579d96a0f3 remove testing git plugin
  • Martin Grenfell <martin.grenfell@gmail.com>07/09/14
    9f351de594 Merge branch 'master' into expt_add_path_flags_and_git
  • Martin Grenfell <martin.grenfell@gmail.com>07/09/14
    1e0d1cbc8f move some more view code into the UI class
  • Martin Grenfell <martin.grenfell@gmail.com>07/08/14
    2f59cc2080 Merge branch 'master' into expt_add_path_flags_and_git
  • Martin Grenfell <martin.grenfell@gmail.com>07/08/14
    eaa66aaf63 fix the NERDTreeFind command - broken in recent refactoring
  • Martin Grenfell <martin.grenfell@gmail.com>07/08/14
    410081a60e Merge pull request #353 from lucascaton/master
  • Lucas Caton <lucascaton@gmail.com>07/07/14
    1784de15dd Updating creator.vim file (this fixes #352)
  • Martin Grenfell <martin.grenfell@gmail.com>07/08/14
    8644622000 Merge branch 'master' into expt_add_path_flags_and_git
  • Martin Grenfell <martin.grenfell@gmail.com>07/07/14
    7f36008e80 Merge branch 'master' of github.com:scrooloose/nerdtree
  • Martin Grenfell <martin.grenfell@gmail.com>07/03/14
    3effeb5cb7 Merge pull request #347 from kelaban/minor-fix-to-readme
  • Keith Laban <klaban1@bloomberg.net>07/02/14
    04ac39b4b9 Fixes README for opening vim with no files
  • Martin Grenfell <martin.grenfell@gmail.com>07/07/14
    23dfc6d818 continue breaking down the epic autoload module
  • Martin Grenfell <martin.grenfell@gmail.com>07/07/14
    f982f61e8a continue breaking up the autoload/nerdtree god module
  • Martin Grenfell <martin.grenfell@gmail.com>07/07/14
    86488b1aa0 move ui functions out into their own autoload
  • Martin Grenfell <martin.grenfell@gmail.com>07/07/14
    04d9b27541 add `.refreshFlags()` to path/dir/file objects
  • Martin Grenfell <martin.grenfell@gmail.com>07/06/14
    3941389f13 fix a retarded bug with FlagSet.clearFlags
  • Martin Grenfell <martin.grenfell@gmail.com>07/05/14
    32cf3ee62d allow flags to be scoped to a plugin
  • Martin Grenfell <martin.grenfell@gmail.com>07/04/14
    a7428eba38 add proof of concept for path flags API and add git modified flags
  • Martin Grenfell <martin.grenfell@gmail.com>07/02/14
    d162c08fd7 comment and tweak the fix in 24561ad
  • Martin Grenfell <martin.grenfell@gmail.com>07/02/14
    2a769a7263 Merge pull request #298 from buggo/master
  • Rickard Karlsson <rickard.karlsson@sogeti.se>11/05/13
    24561ad59c Ugly hack to fix Error 121 when NERDTree is the active window and clicking on the command line below another window.
  • Martin Grenfell <martin.grenfell@gmail.com>07/02/14
    0ee888ee17 simplify the mapping definition
  • Martin Grenfell <martin.grenfell@gmail.com>07/02/14
    0b551a8abd Merge pull request #346 from shanesmith/master
  • Shane Smith <shane.smith.baz@gmail.com>07/01/14
    82cd4f5a9f Fix not working if active node map is special char such as
  • Martin Grenfell <martin.grenfell@gmail.com>06/30/14
    b64942a500 uncomment out some needed syntax matching code... fail
  • Martin Grenfell <martin.grenfell@gmail.com>06/29/14
    e954b2e6f8 trivial highlighting update for consistency
  • Martin Grenfell <martin.grenfell@gmail.com>06/29/14
    e68e12a33b fix highlighting for readonly files
  • Martin Grenfell <martin.grenfell@gmail.com>06/29/14
    b33d6daf0b remove the NERDChristmasTree option
  • Martin Grenfell <martin.grenfell@gmail.com>06/29/14
    abb93879bb simplify the syntax matching code slightly
  • Martin Grenfell <martin.grenfell@gmail.com>06/29/14
    634c23eadb Merge branch 'better_symlink_highlighting' into update_highlighting
  • Martin Grenfell <martin.grenfell@gmail.com>06/29/14
    9704a38a14 update symlink highlighting
  • Martin Grenfell <martin.grenfell@gmail.com>06/29/14
    9d9edd03d4 separate out syntax matching for Dir Arrows vs old style
  • Martin Grenfell <martin.grenfell@gmail.com>06/29/14
    55a8954c48 update the doc/quickhelp for :Bookmark
  • Martin Grenfell <martin.grenfell@gmail.com>06/29/14
    0b1166ff78 update code in readme to auto-open a tree on startup
  • Martin Grenfell <martin.grenfell@gmail.com>06/27/14
    b2d2cc1840 Merge branch 'inkarkat-better-set-filetype'
  • Martin Grenfell <martin.grenfell@gmail.com>06/27/14
    4b89264dfc Merge branch 'better-set-filetype' of https://github.com/inkarkat/nerdtree into inkarkat-better-set-filetype
  • Ingo Karkat <swdev@ingo-karkat.de>01/31/13
    b8cab9bae2 Set filetype unconditionally and after defining mappings.
  • Martin Grenfell <martin.grenfell@gmail.com>06/27/14
    1168f58987 update the NERDTreeCascadeOpenSingleChildDir doc
  • Martin Grenfell <martin.grenfell@gmail.com>06/27/14
    0928b5b026 Merge pull request #251 from pendulm/master
  • pendulm <lonependulm@gmail.com>04/22/13
    6ef67a2d8e Add correspoding close action to cascade open single child dir
  • pendulm <lonependulm@gmail.com>04/22/13
    60683f1cce Fix typo Casade to Cascade
  • Martin Grenfell <martin.grenfell@gmail.com>06/26/14
    8189597c0b Merge pull request #266 from staeff/patch-1
  • Stephan Klinger <staeff@arcor.de>05/27/13
    2ebe28468b Fixed typo in NERD_tree.txt
  • Martin Grenfell <martin.grenfell@gmail.com>06/26/14
    9e54c48086 Merge pull request #299 from tophsic/master
  • Christophe Sicard <christophe@vtech.fr>11/06/13
    4f48af0cb4 Fix typo
  • Martin Grenfell <martin.grenfell@gmail.com>06/26/14
    3863e69733 Merge pull request #316 from ZeroProbability/master
  • aramasamy <anbu@klyserv.com>02/20/14
    13b4058f2f Issue 315 - Incorrect buffer deleted on file delete
  • Martin Grenfell <martin.grenfell@gmail.com>06/26/14
    8b48413155 rename NERDTreeWildIgnore option and refactor the usage of it
  • Martin Grenfell <martin.grenfell@gmail.com>06/26/14
    186abb84c1 Merge pull request #303 from amarshall/wildignore
  • Andrew Marshall <andrew@johnandrewmarshall.com>12/07/13
    a50c571929 Add option to respect wildignore
  • Martin Grenfell <martin.grenfell@gmail.com>06/26/14
    10ba84b1fc Merge pull request #308 from igrep/patch-1
  • Yamamoto Yuji <whosekiteneverfly@gmail.com>02/01/14
    ad4ebaac93 correct invalid reference to MenuController
  • Martin Grenfell <martin.grenfell@gmail.com>06/26/14
    a45304832b Merge pull request #295 from DanielleSucher/create_parent_directories_as_needed
  • Danielle Sucher <dsucher@gmail.com>10/12/13
    eacd5d72ec Create nested parent directories as needed
  • Martin Grenfell <martin.grenfell@gmail.com>06/26/14
    dd8fe4bf69 Merge pull request #274 from an1zhegorodov/master
  • Anton Nizhegorodov <anizh3gorodov@gmail.com>07/21/13
    5b51f9d1ba Fix help mistake
  • Martin Grenfell <martin.grenfell@gmail.com>06/26/14
    e9427a9ca7 Merge pull request #326 from migueldvb/docs
  • Miguel de Val-Borro <miguel.deval@gmail.com>04/08/14
    603e6c74f2 Use pathogen.vim Helptags command in README file
  • Martin Grenfell <martin.grenfell@gmail.com>06/26/14
    23d2d19846 Merge pull request #331 from jinnko/add-bookmarks-sort-flag
  • Jinn Koriech <jinn@ixydo.com>04/24/14
    e38d8a8340 Add flag to disable/enable bookmark sorting
  • Martin Grenfell <martin.grenfell@gmail.com>06/26/14
    1da2890856 Merge pull request #338 from trkoch/spaces-umlauts
  • Tristan Koch <tristan@tknetwork.de>05/30/14
    fbab099fa9 Support space in path when renaming
  • Martin Grenfell <martin.grenfell@gmail.com>06/26/14
    47a3a84108 Merge pull request #340 from netj/sort-hidden-first-option
  • Jaeho Shin <netj@sparcs.org>06/10/14
    43842e0de5 Option for mixing dot files when sorting
  • Martin Grenfell <martin.grenfell@gmail.com>05/16/13
    b0bb781fc7 Merge pull request #263 from medvid/master
  • Volodymyr Medvid <medvid@univ.kiev.ua>05/14/13
    21af5e0abd fix spelling in documentation
  • Martin Grenfell <martin.grenfell@gmail.com>05/13/13
    6697bb7bed Revert "don't redefine user-defined mappings"
  • Martin Grenfell <martin.grenfell@gmail.com>05/06/13
    448ad6f1bc Merge pull request #255 from joshuarh/unique-mappings
  • Josh Hoff <randomenduser@gmail.com>04/25/13
    2fa35fb494 don't redefine user-defined mappings
  • Martin Grenfell <martin.grenfell@gmail.com>04/13/13
    eaf19734e7 move the class files out of the plugin dir
  • Martin Grenfell <martin.grenfell@gmail.com>04/09/13
    9a341ec18f fix a bug where the user couldnt override the mapping for
  • Martin Grenfell <martin.grenfell@gmail.com>04/03/13
    f93d2c79e5 fix NERDTreeCWD
  • Martin Grenfell <martin.grenfell@gmail.com>01/30/13
    40d05ace57 catch an error thrown when refreshing a dir with a FIFO or socket
  • Martin Grenfell <martin.grenfell@gmail.com>01/09/13
    64cb6204cc move a couple of functions into NERDTreeCreator
  • Martin Grenfell <martin.grenfell@gmail.com>01/08/13
    c3b63d2fd9 add some class methods to wrap the NERDTreeCreator public methods
  • Martin Grenfell <martin.grenfell@gmail.com>01/08/13
    7cbaee253a Merge pull request #227 from kasyaar/copy_node_fix
  • Dmitry Kasimtsev <dmitry.kasimtsev@strikead.com>01/08/13
    f5956dbbcf fixed error messages on copy node in NERDTree buffer
  • Martin Grenfell <martin.grenfell@gmail.com>01/07/13
    25b80b8a16 extract the tree creation functions out into their own class
  • Martin Grenfell <martin.grenfell@gmail.com>01/05/13
    29d3db8ffe fix a couple of function calls that should have been renamed
  • Martin Grenfell <martin.grenfell@gmail.com>01/05/13
    2eff928e7c some cosmetic updates to the class files
  • Martin Grenfell <martin.grenfell@gmail.com>01/05/13
    a7d5b3dbc1 fix the mapping
  • Martin Grenfell <martin.grenfell@gmail.com>01/05/13
    cc0777b792 move KeyMap_Invoke into the autoload file
  • Martin Grenfell <martin.grenfell@gmail.com>01/04/13
    8a984260e7 manually apply #220 to fix NERDTreeFind for hidden dirs
  • Martin Grenfell <martin.grenfell@gmail.com>01/04/13
    370f180ca0 replace a script level var with a query
  • Martin Grenfell <martin.grenfell@gmail.com>01/04/13
    fb4a5a116a decompose the giant NERD_tree.vim file
  • Martin Grenfell <martin.grenfell@gmail.com>01/02/13
    1817ccdb57 Merge pull request #219 from felipebueno/master
  • Felipe Bueno <bueno.felipe@gmail.com>12/31/12
    154f7aae7b Added a frequently asked question to README
  • Martin Grenfell <martin.grenfell@gmail.com>12/10/12
    3a8310a60b Merge pull request #213 from cperl82/fixes
  • Chris Perl <chris.perl@gmail.com>12/10/12
    bb1390c0c7 Fix s:Path.Resolve to it handles '/' properly
  • Martin Grenfell <martin.grenfell@gmail.com>11/12/12
    1dc3891f96 Merge pull request #204 from techlivezheng/feature/chrootcwd
  • Techlive Zheng <techlivezheng@gmail.com>11/05/12
    072d46880a Add a NERDTreeCWD command to change tree root to CWD
  • Martin Grenfell <martin.grenfell@gmail.com>11/12/12
    dff80ff7d0 Merge pull request #203 from techlivezheng/feature/find-in-existing-window
  • Techlive Zheng <techlivezheng@gmail.com>11/04/12
    c59ac8fba1 Make NERDTreeFind use an existing NERDTree window
  • Martin Grenfell <martin.grenfell@gmail.com>11/12/12
    30a770aab0 add Path.isUnixHiddenFile and refactor to use it
  • Martin Grenfell <martin.grenfell@gmail.com>11/12/12
    36cd8bfea7 Merge pull request #202 from techlivezheng/feature/find-hidden-file
  • Techlive Zheng <techlivezheng@gmail.com>11/04/12
    ce6c347f85 Make NERDTreeFind work on hidden files
  • Martin Grenfell <martin.grenfell@gmail.com>10/31/12
    22de74a45b Merge pull request #200 from hpesoj/master
  • Joseph Thomson <joseph.thomson@gmail.com>10/29/12
    16268c9c21 Fix call to globpath() for Vim 7.2 and below.
  • Martin Grenfell <martin.grenfell@gmail.com>10/18/12
    3e44d4ea5c Merge pull request #191 from ZeusTheTrueGod/master
  • ZeusTheTrueGod <l-2732@yandex.ru>08/26/12
    6b687977d9 Better handling file renaming and deleting
  • ZeusTheTrueGod <l-2732@yandex.ru>08/26/12
    0a16b24268 Better flow for renaming and deleting files
  • Martin Grenfell <martin.grenfell@gmail.com>10/15/12
    d62180d0ff Merge pull request #150 from cperl82/issue-144
  • Chris Perl <chris.perl@gmail.com>03/17/12
    94b2db2de6 Replace virtcol() with len() in handleLeftClick().
  • Martin Grenfell <martin.grenfell@gmail.com>10/03/12
    bf79e223ae Merge pull request #196 from mark-rushakoff/master
  • Mark Rushakoff <mark.rushakoff@gmail.com>10/03/12
    92a31a6fb2 Fix typo in copy action
  • Martin Grenfell <martin.grenfell@gmail.com>07/05/12
    a1433c485e update the doc for NERDTreeCasadeOpenSingleChildDir
  • Martin Grenfell <martin.grenfell@gmail.com>07/05/12
    b64f4428c1 default NERDTreeCasadeOpenSingleChildDir to 1
  • Martin Grenfell <martin.grenfell@gmail.com>07/05/12
    e7b663fe94 Merge pull request #180 from pendulm/master
  • pendulm <lonependulm@gmail.com>07/05/12
    29e687978b add option NERDTreeCasadeOpenSingleChildDir and function
  • Martin Grenfell <martin.grenfell@gmail.com>06/30/12
    dbeb1947ea Merge pull request #172 from stephenprater/master
  • A.G. Russell Knives <stephenp@agrussell.com>06/14/12
    121607b351 ignore wildignore setting
  • Martin Grenfell <martin.grenfell@gmail.com>06/30/12
    cdb31d423c Merge pull request #178 from franksort/master
  • Frank S <franksort@gmail.com>06/27/12
    87208d210b Fixed typo. changing s:clearBoomarks to s:clearBookmarks.
  • Martin Grenfell <martin.grenfell@gmail.com>04/02/12
    2cb0fc78fb add autocmds for fugitive integration
  • Martin Grenfell <martin.grenfell@gmail.com>02/17/12
    678bb28168 add NERDTreeFocus command - calls the NERDTreeFocus() function
  • Martin Grenfell <martin.grenfell@gmail.com>02/16/12
    aa1e7d642f fix previewing of directory nodes
  • Martin Grenfell <martin.grenfell@gmail.com>02/16/12
    7e7e761d7f Merge pull request #122 from cperl82/fixes
  • Chris Perl <chris.perl@gmail.com>01/25/12
    597cccce0f Add calls to NERDTreeAddKeyMap for previewing Bookmarks
  • Martin Grenfell <martin.grenfell@gmail.com>02/16/12
    0b3b8f7833 add NERDTreeFocus function
  • Martin Grenfell <martin.grenfell@gmail.com>02/14/12
    c8b54dc91a Merge pull request #137 from AndrewRadev/double-edit-fix
  • Andrew Radev <andrey.radev@gmail.com>02/14/12
    71465f79b1 Don't output a message on opening a file node
  • Andrew Radev <andrey.radev@gmail.com>02/14/12
    ff0816979c Remove second "edit" from Opener
  • Martin Grenfell <martin.grenfell@gmail.com>01/27/12
    2a0578227e Merge pull request #127 from cperl82/keymap-leader-fix2
  • Chris Perl <chris.perl@gmail.com>01/27/12
    30cc73d6ed Make handling of '<>' notation more robust.
  • Martin Grenfell <martin.grenfell@gmail.com>01/26/12
    7fbb77c067 fix the ctrl-j/ctrl-k mappings
  • Martin Grenfell <martin.grenfell@gmail.com>01/26/12
    185e087c40 Merge pull request #126 from cperl82/keymap-leader-fix
  • Chris Perl <chris.perl@gmail.com>01/26/12
    f29d6a4f0f Escape mappings that use '<>' notation.
  • Martin Grenfell <martin.grenfell@gmail.com>01/11/12
    eced5f98a0 Merge pull request #110 from cperl82/fixes
  • Chris Perl <chris.perl@gmail.com>01/11/12
    ba74b99fd7 Add s:Path.Resolve function to address trailing slash issues.
  • Chris Perl <chris.perl@gmail.com>01/11/12
    6d0183ea78 Revert "Fixed resolve() double endslash defect"
  • Martin Grenfell <martin.grenfell@gmail.com>01/11/12
    20f7ab8ade map to the default o mapping (again)
  • Martin Grenfell <martin.grenfell@gmail.com>01/11/12
    e5682d3948 dont close the tree window when using the 'preview' maps
  • Martin Grenfell <martin.grenfell@gmail.com>01/11/12
    b843635a50 fix NERDTreeQuitOnOpen option
  • Martin Grenfell <martin.grenfell@gmail.com>01/11/12
    dfc0aea1e7 Merge pull request #115 from Twinside/patch-1
  • Twinside <twinside@gmail.com>01/11/12
    5c01c5acd8 Deactivating folds in NERDtree buffer
  • Martin Grenfell <martin.grenfell@gmail.com>01/11/12
    6d83575490 remove a now misleading comment
  • Martin Grenfell <martin.grenfell@gmail.com>01/11/12
    e51a40c0d8 make the mouse work as expected with NERDTreeMouseMode
  • Martin Grenfell <martin.grenfell@gmail.com>01/11/12
    53bc77644c refactor KeyMap so we dont use index() on an array of objects
  • Martin Grenfell <martin.grenfell@gmail.com>01/11/12
    6782ec0104 make the default keymap generation happen only once
  • Martin Grenfell <martin.grenfell@gmail.com>01/11/12
    588e71c1e9 unlet TreeDirNode.openInNewTab since we are overriding it
  • Martin Grenfell <martin.grenfell@gmail.com>01/10/12
    6b7c9aa5c8 update the method comment for TreeDirNode.open
  • Martin Grenfell <martin.grenfell@gmail.com>01/10/12
    5e53df769d fix a bug with the T (open in new tab silently) mapping
  • Martin Grenfell <martin.grenfell@gmail.com>01/10/12
    3b325f6812 rename 'split' to 'where' in the open() interface
  • Martin Grenfell <martin.grenfell@gmail.com>01/10/12
    4f1a205c83 add Opener class to handle opening nodes/bookmarks
  • Martin Grenfell <martin.grenfell@gmail.com>01/10/12
    3620029ae0 make Bookmark use the new open() interface
  • Martin Grenfell <martin.grenfell@gmail.com>01/06/12
    217d9f6651 Merge pull request #78 from actionshrimp/master
  • Dave Aitken <dave.aitken@gmail.com>01/06/12
    ba3d43138a Added comment to clarify which part of the path is the 'drive' for windows network shares
  • Dave Aitken <dave.aitken@gmail.com>07/07/11
    bc745b6e99 Fixed resolve() double endslash defect
  • Dave Aitken <dave.aitken@gmail.com>07/07/11
    0b0c76626b Added support for windows network shares (\box\share format paths)
  • Martin Grenfell <martin.grenfell@gmail.com>01/06/12
    e027681803 wrap a couple of wincmd calls in s:exec
  • Martin Grenfell <martin.grenfell@gmail.com>01/06/12
    57ccede250 trivial comment change
  • Martin Grenfell <martin.grenfell@gmail.com>01/06/12
    04dbae2cb4 remove s:openEntrySplit as it is not needed anymore
  • Martin Grenfell <martin.grenfell@gmail.com>01/06/12
    af13711fac rename 'preview' to 'stay' and standardize the 'keepopen' name
  • Martin Grenfell <martin.grenfell@gmail.com>01/06/12
    92248f92ca make TreeDirNode use the new open() interface
  • Martin Grenfell <martin.grenfell@gmail.com>01/06/12
    9832d4a84a fix Bookmark so it uses the new TreeFileNode.open method
  • Martin Grenfell <martin.grenfell@gmail.com>01/05/12
    b7cdc191ca refactor the TreeFileNode*open* methods
  • Martin Grenfell <martin.grenfell@gmail.com>01/05/12
    54fab2f2e5 add dir and file flags to NERDTreeIgnore regexes
  • Martin Grenfell <martin.grenfell@gmail.com>01/05/12
    4337022524 dont convert windows paths to lower case when :editing
  • Martin Grenfell <martin.grenfell@gmail.com>01/04/12
    3be5f5ddd8 fix a bug for files that begin with +/-/~ chars
  • Martin Grenfell <martin.grenfell@gmail.com>01/04/12
    a55e9eca40 update faq in the readme
  • Martin Grenfell <martin.grenfell@gmail.com>01/04/12
    33a64260cd add NERDTreeCustomIgnoreFilter hook
  • Martin Grenfell <martin.grenfell@gmail.com>01/04/12
    1848a2cf9d fix a bug when activating bookmarks
  • Martin Grenfell <martin.grenfell@gmail.com>01/04/12
    c431d38d97 dont use VimEnter to cache bookmarks and load plugins
  • Martin Grenfell <martin.grenfell@gmail.com>01/04/12
    ebb2835c45 fix a bug where keymaps were failing with :set ignorecase
  • Martin Grenfell <martin.grenfell@gmail.com>01/04/12
    98b2fa5104 make a syntax fix for certain versions of vim
  • Martin Grenfell <martin.grenfell@gmail.com>01/03/12
    a63c8a2ec8 use the keymap api for the mouse mappings
  • Martin Grenfell <martin.grenfell@gmail.com>01/03/12
    aca917b4ca make a small fix for the left mouse button
  • Martin Grenfell <martin.grenfell@gmail.com>01/03/12
    4425627683 refactor option checking to simplify and remove duplication
  • Martin Grenfell <martin.grenfell@gmail.com>01/03/12
    b16a663618 Merge pull request #104 from cperl82/fixes
  • Chris Perl <chris.perl@gmail.com>12/22/11
    01f683c3c4 stayInCurrentTab fix
  • Martin Grenfell <martin.grenfell@gmail.com>01/03/12
    62c94e272f fix the mouse mappings
  • Martin Grenfell <martin.grenfell@gmail.com>01/03/12
    0c12f6fe10 update quickhelp for custom mappings
  • Martin Grenfell <martin.grenfell@gmail.com>01/03/12
    73e2d8ca7e update the doc for the new key api functionality
  • Martin Grenfell <martin.grenfell@gmail.com>01/03/12
    b0e2ed1cc7 remove a trivial piece of old debugging code
  • Martin Grenfell <martin.grenfell@gmail.com>01/03/12
    a1d528ae92 make the standard mappings use the key api
  • Martin Grenfell <martin.grenfell@gmail.com>12/29/11
    b5fd460560 rework the keymap API
  • Martin Grenfell <martin.grenfell@gmail.com>12/28/11
    205367ab3f update changelog/credits and bump to version 4.2.0
  • Martin Grenfell <martin.grenfell@gmail.com>12/27/11
    4bd0def6fb add a note about vim-nerdtree-tabs to the readme
  • Martin Grenfell <martin.grenfell@gmail.com>12/27/11
    4411344f7c update the doc for the new NERDTreeFind behaviour
  • Martin Grenfell <martin.grenfell@gmail.com>12/27/11
    7ff9def95b fix mixed indenting
  • Martin Grenfell <martin.grenfell@gmail.com>12/27/11
    b3b394c329 Open NERDTreeFind tree at CWD if current file is below it.
  • Martin Grenfell <martin.grenfell@gmail.com>12/27/11
    4dd1bc9ef6 make a minor formatting fix for the readme
  • Martin Grenfell <martin.grenfell@gmail.com>12/24/11
    1b4dfc8745 add first version of readme
  • Martin Grenfell <martin.grenfell@gmail.com>12/24/11
    0747198ee3 remove Rakefile - pathogen is now the recommended way to install
  • Martin Grenfell <martin.grenfell@gmail.com>12/21/11
    23d1746bbf refactor tree window creation to remove duplication
  • Martin Grenfell <martin.grenfell@gmail.com>12/21/11
    aa28ae7863 Merge pull request #87 from scottstvnsn/master
  • Scott Stevenson <scott@scottstvnsn.com>08/31/11
    1c568a4916 Add nolist to buffer options.
  • Martin Grenfell <martin.grenfell@gmail.com>12/21/11
    02f1d828d9 Merge pull request #88 from andersonfreitas/master
  • Anderson Freitas <anderson.amf@gmail.com>09/06/11
    796a40b5d7 New options in the file system menu:
  • Martin Grenfell <martin.grenfell@gmail.com>12/21/11
    b528910e7a dont add a trailing slash to auto-named bookmarked dirs
  • Martin Grenfell <martin.grenfell@gmail.com>12/21/11
    dcccd0e532 Defaulting bookmark name to file/dir name
  • Martin Grenfell <martin.grenfell@gmail.com>12/21/11
    af833e3006 remove the now unused s:setupSyntaxHighlighting()
  • Martin Grenfell <martin.grenfell@gmail.com>12/21/11
    82c93a6448 Merge remote-tracking branch 'gnap/master'
  • George Ang <gnap.an@gmail.com>06/18/11
    70ba0d60ec separate syntax file for better combacibility with plugins that reloads
  • Martin Grenfell <martin.grenfell@gmail.com>12/15/11
    49b88757b0 enable NERDTreeDirArrows by default except on windows
  • Martin Grenfell <martin.grenfell@gmail.com>10/09/11
    30f6bcc30c Merge pull request #86 from mathias/patch-1
  • Matt Gauger <matt.gauger@gmail.com>08/25/11
    077e330b64 Spelling
  • Martin Grenfell <martin.grenfell@gmail.com>08/30/11
    12f692f436 always disallow insert mode
  • Martin Grenfell <martin.grenfell@gmail.com>08/30/11
    9b5851c36c Merge pull request #84 from kml/master
  • Kamil K. Lemański <kamil.lemanski@gmail.com>08/05/11
    86364c2150 wycats's "disallow insert mode"
  • Martin Grenfell <martin.grenfell@gmail.com>07/09/11
    2dd198c6c4 fix for copying files
  • Martin Grenfell <martin.grenfell@gmail.com>07/09/11
    c08d7e9f19 Merge pull request #79 from AndrewRadev/master
  • Andrew Radev <andrey.radev@gmail.com>07/08/11
    5bd641834d Fix for copying error
  • Martin Grenfell <martin.grenfell@gmail.com>07/05/11
    2fbd578a77 Merge remote-tracking branch 'EvanDotPro/master'
  • Evan Coury <me@evancoury.com>07/04/11
    71d6c1d3c6 specify 'file' input types to allow for tab-completion of paths when copying, moving, or creating a node
  • Martin Grenfell <martin.grenfell@gmail.com>07/05/11
    04aa45fcd8 Merge pull request #74 from iNecas/nerd_tree_find_fix
  • Ivan Necas <necasik@gmail.com>06/25/11
    063e4d0870 Revert commit 7f5a8caa
  • Martin Grenfell <martin.grenfell@gmail.com>05/06/11
    1cd50482d2 Merge pull request #56 from iNecas/nerd_tree_find_fix
  • Ivan Necas <necasik@gmail.com>03/20/11
    7f5a8c3aac Fix for getting line of node
  • Martin Grenfell <martin.grenfell@gmail.com>05/06/11
    bf73470723 Merge pull request #50 from sdewald/master
  • Steve DeWald <sdewald@gmail.com>03/04/11
    6a6ffe2ad6 Merge branch 'master' of github.com:scrooloose/nerdtree
  • Steve DeWald <sdewald@gmail.com>02/20/11
    1de3c22a44 Fixed two bugs affecting adding and copying nodes with escaped chars (e.g. spaces) in the filepath
  • Martin Grenfell <martin.grenfell@gmail.com>04/23/11
    2e072fe0e2 fix the mouse and NERDTreeDirArrows
  • Martin Grenfell <martin.grenfell@gmail.com>03/09/11
    f621df68ae fix a minor bug with syntax highlighting of the root node
  • Martin Grenfell <martin.grenfell@gmail.com>03/02/11
    1dd345c56d only set relativenumber for vim >= 7.3
  • Martin Grenfell <martin.grenfell@gmail.com>02/28/11
    bc0c64ef82 fix a bug when the bookmarks are toggled with NERDTreeMinimalUI
  • Martin Grenfell <martin.grenfell@gmail.com>02/28/11
    702a88956b remove '.. (up a dir)' when NERDTreeMinimalUI is set
  • Martin Grenfell <martin.grenfell@gmail.com>02/28/11
    fad6f06ace fix a bug with NERDTreeMinimalUI and syntax highlighting
  • Cam Thompson <cam@camthompson.com>02/27/11
    e697444f29 set nornu when line numbers aren't shown
  • Cam Thompson <cam@camthompson.com>02/27/11
    d595605ff1 hide (up a dir) when using minimal ui
  • Cam Thompson <cam@camthompson.com>02/27/11
    b9e970d934 Merge branch 'master' of git://github.com/scrooloose/nerdtree
  • Martin Grenfell <martin.grenfell@gmail.com>02/27/11
    21bd141866 fix highlighting of executable files with NERDTreeDirArrows
  • Marcin Kulik <marcin.kulik@gmail.com>02/23/11
    8accb0978e Make tree style (|+~ or arrows) configurable
  • Marcin Kulik <marcin.kulik@gmail.com>02/20/11
    867de91643 Make indentation of file nodes more intuitive
  • Marcin Kulik <marcin.kulik@gmail.com>02/19/11
    eac32148a4 Use small triangles for directories and get rid of ascii bars
  • Cam Thompson <cam@camthompson.com>02/27/11
    999ba49857 merge hide bookmarks and press ? options
  • Cam Thompson <cam@camthompson.com>02/25/11
    e88f436302 Merge remote-tracking branch 'upstream/master'
  • Martin Grenfell <martin.grenfell@gmail.com>02/13/11
    2504666a72 make it handle dirs of the form '[foo]baz' properly in *nix
  • Cam Thompson <cam@camthompson.com>02/25/11
    2d17132f48 add bookmarks and press help documentation
  • Cam Thompson <cam@camthompson.com>02/18/11
    37bfae0d2f rename press for help and bmark label options
  • Cam Thompson <cam@camthompson.com>02/08/11
    9e415dcc6d add option to hide bookmarks label
  • Cam Thompson <cam@camthompson.com>02/08/11
    e4efdb3bd4 add option to hide 'Press ? for help'
  • Martin Grenfell <martin.grenfell@gmail.com>02/07/11
    721ad3ecc2 fix a bug when opening a file bookmark in a new tab
  • Martin Grenfell <martin.grenfell@gmail.com>02/07/11
    8618929e9a fix a couple of typos in the filesystem menu
  • Martin Grenfell <martin.grenfell@gmail.com>02/07/11
    b3df8fb1e6 make all regex matching case sensitive
  • Martin Grenfell <martin.grenfell@gmail.com>02/07/11
    492f491056 prefix all highlight groups with NERDTree for namespace reasons
  • marty <martin.grenfell@gmail.com>11/20/10
    7650cdc662 update credits/changelog
  • marty <martin.grenfell@gmail.com>11/20/10
    a72cb80337 fix a bug with :NERDTreeFind and symlinks
  • marty <martin_grenfell@msn.com>09/18/10
    e1abd4d373 close the tree win when opening bookmarked files for NERDTreeQuitOnOpen
  • marty <martin_grenfell@msn.com>09/18/10
    37859888b5 correct the window the cursor jumps to on :NERDTree(Close|Toggle)
  • Martin Grenfell <martin.grenfell@gmail.com>07/31/10
    88aaba22b5 Escaped "value" parameter to initVariable, so it is a valid literal-string.
  • marty <martin_grenfell@msn.com>06/21/10
    a997ab3341 fix a bug with `:Bookmark foo' where foo was an existing bookmark
  • marty <martin_grenfell@msn.com>12/01/09
    153041ac93 switch to version 4.1.0
  • marty <martin_grenfell@msn.com>12/01/09
    68cb5fc2eb update changelog and credits
  • marty <martin_grenfell@msn.com>11/24/09
    ee7aafb135 bugfix: paths were incorrectly escaped in win32 for :e and :cd
  • marty <martin_grenfell@msn.com>11/23/09
    b047d7f312 put the open-in-new-tab logic in the models, make NERDTreeQuitOnOpen effect T and t
  • marty <martin_grenfell@msn.com>11/23/09
    1537d42706 move s:getSelectedBookmark in to the Bookmark model
  • marty <martin_grenfell@msn.com>11/22/09
    4b566f153f add NERDTreeFind command and handling code
  • marty <martin_grenfell@msn.com>11/22/09
    f34986d30f move the path string truncation into Path#str()
  • marty <martin_grenfell@msn.com>11/04/09
    a713a86f06 truncate the root line if its too long
  • marty <martin_grenfell@msn.com>10/09/09
    08bc9870bc bugfix: escape filenames for ":edit"ing
  • marty <martin_grenfell@msn.com>10/09/09
    94e085f1a2 really fix the window state restoring
  • marty <martin_grenfell@msn.com>10/09/09
    241f2e9dfe switch to version 4.0.0
  • marty <martin_grenfell@msn.com>10/09/09
    c864c6e463 bugfix for NERDTreeMirror
  • marty <martin_grenfell@msn.com>10/08/09
    bc55f3dda8 fix a typo in the doc
  • marty <martin_grenfell@msn.com>10/08/09
    39a3a78729 update changelog/credits
  • marty <martin_grenfell@msn.com>10/08/09
    31f65b97b1 remove the git menu plugin
  • marty <martin_grenfell@msn.com>10/08/09
    3837ea85e0 change my email to gmail
  • marty <martin_grenfell@msn.com>10/08/09
    fedd5f1162 minor refactor
  • marty <martin_grenfell@msn.com>10/08/09
    dc108f555e bugfix: the window state wasnt being stored
  • marty <martin_grenfell@msn.com>10/07/09
    93a0a422b4 remove a couple of useless lines
  • marty <martin_grenfell@msn.com>09/28/09
    e899bed4d7 fix a retarded line that somehow got in
  • marty <martin_grenfell@msn.com>09/28/09
    87fbc2e5e4 fix syntax error in Path#delete()
  • marty <martin_grenfell@msn.com>09/15/09
    cf61ad3285 change the statusline so restoring a session doesnt break so badly
  • marty <martin_grenfell@msn.com>09/12/09
    f772cfdefb fix path escaping for Path._strForCd()
  • marty <martin_grenfell@msn.com>09/12/09
    a1e7bc0b01 refactor away from Path.strForCd() (since it was removed earlier)
  • marty <martin_grenfell@msn.com>09/11/09
    e5c79fc5c1 dont highlight current menu item
  • Martin Grenfell <martin_grenfell@msn.com>09/11/09
    a3b05e8e38 Taught s:Path.getParent to handle Windows paths.
  • marty <martin_grenfell@msn.com>09/09/09
    89cfedd39b syntax fix
  • marty <martin_grenfell@msn.com>09/06/09
    1be18ed53c dont show separators at the top of the menu
  • marty <martin_grenfell@msn.com>09/05/09
    e2265ec3b3 update the changelog
  • marty <martin_grenfell@msn.com>09/05/09
    5ba3b3a5a8 update the doc
  • marty <martin_grenfell@msn.com>09/05/09
    6a513e4340 remove some old code left over for the ! mapping
  • marty <martin_grenfell@msn.com>09/05/09
    1ea2a0c29b update doc RE menu
  • marty <martin_grenfell@msn.com>09/05/09
    3a163fca64 migrate fs_menu.vim to use the new Path#str method
  • marty <martin_grenfell@msn.com>09/03/09
    36e4402550 update the API doc
  • marty <martin_grenfell@msn.com>09/03/09
    effb5d4de0 make "OS" the default format for Path#str()
  • marty <martin_grenfell@msn.com>09/02/09
    a854feeb1e comment Path#str()
  • marty <martin_grenfell@msn.com>09/02/09
    cbb0a8698f correct a header comment
  • marty <martin_grenfell@msn.com>09/02/09
    d21b00c767 fix bug when using x on the tree root
  • marty <martin_grenfell@msn.com>09/01/09
    5311777308 rename Path#_strForEditCmd to _strForEdit
  • marty <martin_grenfell@msn.com>09/01/09
    7a5685af57 highlight the current menu item
  • marty <martin_grenfell@msn.com>09/01/09
    38e2bcaf85 simplify the menu rendering
  • marty <martin_grenfell@msn.com>09/01/09
    0dda0ce5d7 refactor the Path#str* methods
  • marty <martin_grenfell@msn.com>08/26/09
    8fc72fd352 remove s:executeNode since it is now unused
  • marty <martin_grenfell@msn.com>08/23/09
    dc3f1b5edf refactor/move around the method to render a path to a string
  • marty <martin_grenfell@msn.com>08/23/09
    dd38ab8f43 remove the arg from Path#str()
  • marty <martin_grenfell@msn.com>08/21/09
    7051977808 updates to the doc
  • marty <martin_grenfell@msn.com>08/21/09
    d9f315d63e update some file header info for the nerdtree plugins
  • marty <martin_grenfell@msn.com>08/21/09
    5e9635dfa4 update some of the old fs menu doc for the new menu system
  • marty <martin_grenfell@msn.com>08/21/09
    f2a9e9a360 make the git menu use the new NERDTreeAddSubmenu() call
  • marty <martin_grenfell@msn.com>08/21/09
    1080246af9 add some doc for the new API
  • marty <martin_grenfell@msn.com>08/21/09
    fcb4ec0303 make the menu api more awesome
  • marty <martin_grenfell@msn.com>08/21/09
    8211554efa recursively source all .vim files in nerdtree_plugin/
  • marty <martin_grenfell@msn.com>08/19/09
    464699215c set nolazyredraw ... not sure how this got changed
  • marty <martin_grenfell@msn.com>08/19/09
    10bb62a728 add comments to MenuItem and MenuController methods
  • marty <martin_grenfell@msn.com>08/19/09
    46710bfb25 update git_menu so we dont prompt anymore unless needed
  • marty <martin_grenfell@msn.com>08/19/09
    fcb54eee12 remove some unneeded checks from fs_menu
  • marty <martin_grenfell@msn.com>08/19/09
    a686be5c31 some cosmetic changes to exec_menuitem
  • marty <martin_grenfell@msn.com>08/19/09
    bd5e5d71b5 rearange some code so the menu doesnt change the window/cursor position
  • marty <martin_grenfell@msn.com>08/19/09
    711c8e3328 add travis jefferys git-vimscript-installer rakefile
  • marty <martin_grenfell@msn.com>08/18/09
    ec1f7e3e6e Merge branch 'api'
  • marty <martin_grenfell@msn.com>08/18/09
    8535a906be refactor MenuItem.CreateSeparator()
  • marty <martin_grenfell@msn.com>08/18/09
    eef8a7b280 bugfix in fs_menu plugin
  • marty <martin_grenfell@msn.com>08/18/09
    891f0ed3a2 make the git menu work and put it under a submenu
  • marty <martin_grenfell@msn.com>08/18/09
    e93bf0632b make the menu system more awesome
  • marty <martin_grenfell@msn.com>08/17/09
    31c0ec6d63 add basic menu implementation
  • marty <marty@rodney.(none)>08/11/09
    fc3cb76695 remove a redundant function
  • marty <marty@rodney.(none)>08/11/09
    389f33ea81 add quickhelpText to s:KeyMap and display it in quickhelp
  • marty <marty@rodney.(none)>08/11/09
    abc0cc4c40 remove some useless/misleading comments
  • marty <marty@rodney.(none)>08/11/09
    1654ef820b remove some redundant code
  • marty <marty@rodney.(none)>08/11/09
    df3485ec64 remove an unused function
  • marty <marty@rodney.(none)>08/11/09
    59257d7a3a remove the old api functions
  • marty <marty@rodney.(none)>08/11/09
    a052a0db65 add an API to add custom key maps
  • marty <marty@rodney.(none)>08/11/09
    65dd1137da create a new dir for nerdtree plugins
  • marty <marty@rodney.(none)>08/11/09
    236d20946c correct a typo in the changelog
  • marty <marty@rodney.(none)>08/11/09
    a796715ac1 add A mapping to maximize/restore tree window size
  • marty <marty@rodney.(none)>07/31/09
    02b3cec827 set up syntax highlighting even if highlighting rules already exist
  • Martin Grenfell <martin_grenfell@msn.com>07/21/09
    bc2a628a10 move the ! keymap into a plugin
  • Martin Grenfell <martin_grenfell@msn.com>07/21/09
    6518d1eb4c rename check_to_enable_callback to isActiveCallback
  • Martin Grenfell <martin_grenfell@msn.com>07/21/09
    a2ead3545e rename MenuCallback -> MenuItem
  • Martin Grenfell <martin_grenfell@msn.com>07/21/09
    a163f327eb make the git menu own harder
  • Martin Grenfell <martin_grenfell@msn.com>07/21/09
    e9d6a7209c update the fs menu to use the new api
  • Martin Grenfell <martin_grenfell@msn.com>07/21/09
    f0290b08dd add another api callback to determine whether menu items should appear
  • Martin Grenfell <martin_grenfell@msn.com>07/19/09
    51637ec6d4 remove inferior rake symlink to travisjefferys awesome rakefile
  • Martin Grenfell <martin_grenfell@msn.com>07/19/09
    4d77c3ae45 add basic git plugin
  • Martin Grenfell <martin_grenfell@msn.com>07/19/09
    a7f9abe827 fix a bug where the ../ and ./ entries werent being filtered out
  • Martin Grenfell <martin_grenfell@msn.com>07/19/09
    41029aef24 put the fs operations in the top level of the menu
  • Martin Grenfell <martin_grenfell@msn.com>07/19/09
    c75a022a23 extend the api and move the fs operations into a plugin
  • marty <marty@rodney.(none)>08/09/09
    abfd4fef76 correct a typo in the changelog
  • marty <marty@rodney.(none)>08/09/09
    95acf7dd25 add A mapping to maximize/restore tree window size
  • marty <marty@rodney.(none)>07/31/09
    c3a2f88b63 set up syntax highlighting even if highlighting rules already exist
  • Martin Grenfell <martin_grenfell@msn.com>07/17/09
    1acf6321a5 refactor the activate method so the code is now in the models
  • Martin Grenfell <martin_grenfell@msn.com>07/17/09
    e164980d84 fix a bug where the script ignored dirs ending in a dot
  • Martin Grenfell <martin_grenfell@msn.com>07/17/09
    71ebe27a8d fix a bug with secondary nerd trees and NERDTreeQuitOnOpen
  • Martin Grenfell <martin_grenfell@msn.com>06/07/09
    e7ebee3084 switch to version 3.1.1
  • Martin Grenfell <martin_grenfell@msn.com>06/07/09
    1239f78baf update changelog
  • Martin Grenfell <martin_grenfell@msn.com>06/07/09
    5f4c005771 bugfix: :NERDTreeMirror doesnt have tab completion
  • Martin Grenfell <martin_grenfell@msn.com>06/02/09
    9e0a0b6a43 fix a bug that was causing no-name bufs to be created
  • Martin Grenfell <martin_grenfell@msn.com>06/01/09
    5c85d28285 fix a function description comment
  • Martin Grenfell <martin_grenfell@msn.com>06/01/09
    f65bc62fac fix a bug that was occurring with :set nohidden
  • Martin Grenfell <martin_grenfell@msn.com>06/01/09
    9b12953343 add a help file entry for the cd mapping
  • Martin Grenfell <martin_grenfell@msn.com>05/28/09
    84f9793231 fix some help tags
  • Martin Grenfell <martin_grenfell@msn.com>03/11/09
    1f46ecf4b8 update changelog
  • Martin Grenfell <martin_grenfell@msn.com>03/11/09
    eef90bf320 fix lots of no-name buffers being created
  • Martin Grenfell <martin_grenfell@msn.com>03/05/09
    3796a8799a map '' to the same as 'o'
  • Martin Grenfell <martin_grenfell@msn.com>01/30/09
    c726655d23 Compatibility syntax fix for screwy versions of vim
  • Martin Grenfell <martin_grenfell@msn.com>01/27/09
    bdfac3e25c switch to version 3.1.0
  • Martin Grenfell <martin_grenfell@msn.com>01/27/09
    faf1459ce5 minor doc fix
  • Martin Grenfell <martin_grenfell@msn.com>01/26/09
    02751f4d11 update changelog and credits
  • Martin Grenfell <martin_grenfell@msn.com>01/23/09
    992c9f24eb use ==# always instead of ==
  • Martin Grenfell <martin_grenfell@msn.com>01/23/09
    8164fa09d3 fix a bug with the Path#strForEditCmd() and relative paths
  • Martin Grenfell <martin_grenfell@msn.com>01/23/09
    5e50601788 fix a bug where doing a :cd would cause :NERDTreeToggle to fail
  • Martin Grenfell <martin_grenfell@msn.com>01/23/09
    23e79de2c2 make the hijacknetrw functionality work when vim starts up
  • Martin Grenfell <martin_grenfell@msn.com>01/21/09
    4accc8a79c fix a bug when g:NERDTreeChDirMode==2
  • Martin Grenfell <martin_grenfell@msn.com>01/21/09
    7522cbf4f0 add g:NERDTreeStatusline option
  • Martin Grenfell <martin_grenfell@msn.com>01/13/09
    3a25a594ca add -bar to all :commands
  • Martin Grenfell <martin_grenfell@msn.com>01/13/09
    40374e5056 add doc for the vertical split maps
  • Martin Grenfell <martin_grenfell@msn.com>01/13/09
    4e4fb179e7 correct a help tag
  • Martin Grenfell <martin_grenfell@msn.com>01/13/09
    0f2effb049 make the vertical splitting work with secondary trees
  • Martin Grenfell <martin_grenfell@msn.com>01/13/09
    63ee15ca6e do the vertical split according to the users settings
  • Martin Grenfell <martin_grenfell@msn.com>01/13/09
    f8a105d972 remove a rogue call to s:putCursorInTreeWin()
  • Martin Grenfell <martin_grenfell@msn.com>01/13/09
    f2707106bd bugfix: make the vsplit maps work when the tree is on the left
  • Martin Grenfell <martin_grenfell@msn.com>01/13/09
    1586cfdb03 add g and gs to the guickhelp
  • Martin Grenfell <martin_grenfell@msn.com>01/13/09
    ca8b1d2b34 add mapping options for g and gs
  • Martin Grenfell <martin_grenfell@msn.com>01/13/09
    100d8d2a47 add s and gs for vsplitting the current node
  • Martin Grenfell <martin_grenfell@msn.com>01/12/09
    efe03d6988 switch to version 3.0.1
  • Martin Grenfell <martin_grenfell@msn.com>01/12/09
    7b59186dfe update change log and credits
  • Martin Grenfell <martin_grenfell@msn.com>01/10/09
    e9f403ac44 fix a bug where going :NERDTree would fail
  • Martin Grenfell <martin_grenfell@msn.com>01/10/09
    2038f38026 unlet TreeDirNode#open because we are overriding it
  • Martin Grenfell <martin_grenfell@msn.com>01/09/09
    6e9a5d4cea fixes to secondary nerd trees for the q mapping
  • Martin Grenfell <martin_grenfell@msn.com>01/09/09
    495e906169 update changelog
  • Martin Grenfell <martin_grenfell@msn.com>01/09/09
    2e6cedcad7 fix the q mapping again
  • Martin Grenfell <martin_grenfell@msn.com>01/08/09
    d76f936698 remove some trailing whitespace
  • Martin Grenfell <martin_grenfell@msn.com>01/08/09
    0e9feaede3 use the s:nextBufferName() helper in s:createTreeWin()
  • Martin Grenfell <martin_grenfell@msn.com>01/08/09
    cd55e2d522 ensure all secondary nerd tree buf names are unique
  • Martin Grenfell <martin_grenfell@msn.com>01/08/09
    3d2bf2d9ac fix a bug when doing :NERDTreeMirror without 'hidden set
  • Martin Grenfell <martin_grenfell@msn.com>01/08/09
    2f4d1b93e8 make the q mapping work with secondary trees
  • Martin Grenfell <martin_grenfell@msn.com>01/08/09
    f06d99f7b5 bugfix: use TreeDirNode.GetSelected() instead of getSelectedDir()
  • Martin Grenfell <martin_grenfell@msn.com>01/08/09
    1b13fb05ea add a note to the changelog
  • Martin Grenfell <martin_grenfell@msn.com>01/08/09
    f90da509e1 updates to the doc
  • Martin Grenfell <martin_grenfell@msn.com>01/08/09
    c8afb6d92d fix a bug where :NERDTreeToggle was broken without :set hidden
  • Martin Grenfell <martin_grenfell@msn.com>01/07/09
    b0950d1593 move getSelectedNode into TreeFileNode
  • Martin Grenfell <martin_grenfell@msn.com>01/06/09
    9f569c61f9 move the drawTree function into TreeFileNode
  • Martin Grenfell <martin_grenfell@msn.com>01/06/09
    7874b3c60e move the openFileNode() code into TreeFileNode
  • Martin Grenfell <martin_grenfell@msn.com>01/06/09
    99afbe9ec8 move putCursorOnNode into TreeFileNode
  • Martin Grenfell <martin_grenfell@msn.com>01/06/09
    78aa2fa1db move the openExplorerFor code into the TreeDirNode
  • Martin Grenfell <martin_grenfell@msn.com>01/05/09
    111e309507 move the open(Dir|File)NodeSplit code into TreeFileNode
  • Martin Grenfell <martin_grenfell@msn.com>01/05/09
    7a86663128 move findNodeLineNumber/findRootNodeLineNumber into the TreeFileNode model
  • Martin Grenfell <martin_grenfell@msn.com>12/28/08
    6f24013463 switch to version 3.0.0
  • Martin Grenfell <martin_grenfell@msn.com>12/28/08
    d508c231b5 update quickhelp for the 'e' mapping
  • Martin Grenfell <martin_grenfell@msn.com>12/26/08
    8f7e2bb98a update changelog for version 3.0.0
  • Martin Grenfell <martin_grenfell@msn.com>12/26/08
    39fc42d1cf change the H mapping (toggle hidden files) to I
  • Martin Grenfell <martin_grenfell@msn.com>12/24/08
    7f6603ea4a update the doc for the e mapping
  • Martin Grenfell <martin_grenfell@msn.com>12/24/08
    3b1289ba40 bugfix for the e mapping
  • Martin Grenfell <martin_grenfell@msn.com>12/24/08
    6464cff113 fix a bug with the gi mapping
  • Martin Grenfell <martin_grenfell@msn.com>12/24/08
    4f5599e275 update the 'features' blurb in the doc intro
  • Martin Grenfell <martin_grenfell@msn.com>12/23/08
    f98a3f9eab bugfix with :NERDTreeMirror
  • Martin Grenfell <martin_grenfell@msn.com>12/23/08
    c9c67b5b67 add a help tag for :NERDTreeClose
  • Martin Grenfell <martin_grenfell@msn.com>12/23/08
    3803db5555 add doc for :NERDTreeMirror
  • Martin Grenfell <martin_grenfell@msn.com>12/23/08
    a33849ef9b change the way nerd tree buffers are named
  • Martin Grenfell <martin_grenfell@msn.com>12/23/08
    b09e0fbfa4 refactor the initNerdTreeMirror function
  • Martin Grenfell <martin_grenfell@msn.com>12/23/08
    402fea6902 make the NERDTreeMirror handler smarter
  • Martin Grenfell <martin_grenfell@msn.com>12/23/08
    589036f5c9 add NERDTreeMirror command and handler
  • Martin Grenfell <martin_grenfell@msn.com>12/22/08
    d3b2258acb update doc for hacking nerd tree
  • Martin Grenfell <martin_grenfell@msn.com>12/19/08
    6103a308af set ei=all for all wincmd calls
  • Martin Grenfell <martin_grenfell@msn.com>12/18/08
    8d20ae913a adjust the quickhelp for primary vs secondary trees
  • Martin Grenfell <martin_grenfell@msn.com>12/17/08
    9fc7fb8d51 make the throw/catch code uniform and consistent
  • Martin Grenfell <martin_grenfell@msn.com>12/17/08
    6da7f317a3 when in a secondary tree, just use :split for the 'i' mapping
  • Martin Grenfell <martin_grenfell@msn.com>12/17/08
    d0d755ff87 ignore errors when removing netrw autocmds if they dont exist
  • Martin Grenfell <martin_grenfell@msn.com>12/17/08
    56b5446eaf change the mapping to i
  • Martin Grenfell <martin_grenfell@msn.com>12/17/08
    88020835d6 make the nerd tree only appear on the left or right
  • Martin Grenfell <martin_grenfell@msn.com>12/17/08
    d4b78be306 doc the NERDTreeHijackNetrw option
  • Martin Grenfell <martin_grenfell@msn.com>12/17/08
    5ff836ed26 clean up the netrwhijack code and make an option to disable it
  • Martin Grenfell <martin_grenfell@msn.com>12/17/08
    6b4dca7361 put the base nerd tree autocmds in an augroup
  • Martin Grenfell <martin_grenfell@msn.com>12/14/08
    7ac998fafc bugfix when creating a fresh tree for a tab
  • Martin Grenfell <martin_grenfell@msn.com>12/13/08
    888934a3be make TreeFileNode#isRoot() assume a tree exists for current buf, not tab
  • Martin Grenfell <martin_grenfell@msn.com>12/13/08
    fb5ee9fbc2 assume the cursor is already on a tree window when doing an open-split
  • Martin Grenfell <martin_grenfell@msn.com>12/13/08
    b2c56e94c9 fix for the preview mappings
  • Martin Grenfell <martin_grenfell@msn.com>12/13/08
    3e5faf9c56 hijack netrw
  • Martin Grenfell <martin_grenfell@msn.com>12/13/08
    b0297c5c91 use buffer level variables instead of tab lvl
  • Martin Grenfell <martin_grenfell@msn.com>12/12/08
    9aba1c17f6 switch to version 2.14.3
  • Martin Grenfell <martin_grenfell@msn.com>12/12/08
    0fc5d3f656 update changelog and credits
  • Martin Grenfell <martin_grenfell@msn.com>12/06/08
    729abf8e9b bugfix for read only node highlighting
  • Martin Grenfell <martin_grenfell@msn.com>11/30/08
    96215c5da6 use reletive paths for edit commands if possible
  • Martin Grenfell <martin_grenfell@msn.com>11/28/08
    f4c455bc2f fix a typo
  • Martin Grenfell <martin_grenfell@msn.com>11/28/08
    22904e41de allow relative paths for :NERDTree commands
  • Martin Grenfell <martin_grenfell@msn.com>11/28/08
    d49c742daf use the cwd instead of the dir of the current file for :NERDTree
  • Martin Grenfell <martin_grenfell@msn.com>10/29/08
    a59a2f6177 switch to version 2.14.2
  • Martin Grenfell <martin_grenfell@msn.com>10/29/08
    2f399b9ba4 update changelog and credits
  • Martin Grenfell <martin_grenfell@msn.com>10/28/08
    4b61723952 rename and fix s:windowIsUsable()
  • Martin Grenfell <martin_grenfell@msn.com>10/28/08
    00ab690758 bugfix for doing :qa when a nerd tree is open in another tab
  • Martin Grenfell <martin_grenfell@msn.com>10/27/08
    d4b4d69469 when opening a file (with o), dont split unless there is no choice
  • Martin Grenfell <martin_grenfell@msn.com>10/19/08
    283559bd97 fix a bug where directories starting with + couldnt be opened
  • Martin Grenfell <martin_grenfell@msn.com>10/19/08
    38442b06d4 refactor code to find tree indent level
  • Martin Grenfell <martin_grenfell@msn.com>10/16/08
    ae0d744357 fix a backwards compatibility bug with maps
  • Martin Grenfell <martin_grenfell@msn.com>10/16/08
    094074d8c6 correct version in changelog
  • Martin Grenfell <martin_grenfell@msn.com>10/11/08
    9b192b4be4 bump the version
  • Martin Grenfell <martin_grenfell@msn.com>10/01/08
    5fcdd03f12 refactor the help page slightly
  • Martin Grenfell <martin_grenfell@msn.com>10/01/08
    d89dbd354a dont clobber &cpo
  • Martin Grenfell <martin_grenfell@msn.com>09/28/08
    ed273e108d minor refactor to Bookmark#toRoot()
  • Martin Grenfell <martin_grenfell@msn.com>09/23/08
    03dec4cde4 rename TreeFileNode#findOpenDirSiblingWithChildren
  • Martin Grenfell <martin_grenfell@msn.com>09/23/08
    171c3825fa bug fix for TreeDirNode#hasVisibleChildren()
  • Martin Grenfell <martin_grenfell@msn.com>09/10/08
    be2e602efa make path.bookmarkNames private
  • Martin Grenfell <martin_grenfell@msn.com>09/06/08
    2ca4573b01 switch to version 2.14.0, update changelog
  • Martin Grenfell <martin_grenfell@msn.com>09/04/08
    cdc005f46a downcase all script level function names
  • Martin Grenfell <martin_grenfell@msn.com>09/03/08
    19d5aaa513 bugfix: openRecursively2 hadnt been renamed properly
  • Martin Grenfell <martin_grenfell@msn.com>09/03/08
    83966b7563 correct a comment
  • Martin Grenfell <martin_grenfell@msn.com>09/03/08
    b2b2bdfccd make TreeDirNode#initChildren private
  • Martin Grenfell <martin_grenfell@msn.com>09/03/08
    cf8c54689b make TreeDirNode#openRecursively2 private
  • Martin Grenfell <martin_grenfell@msn.com>09/03/08
    a8cd995624 remove 2 unused methods
  • Martin Grenfell <martin_grenfell@msn.com>09/03/08
    82a6064803 fix a comment
  • Martin Grenfell <martin_grenfell@msn.com>09/03/08
    f8b51d01b7 rename all classes - remove the leading 'o'
  • Martin Grenfell <martin_grenfell@msn.com>09/03/08
    3cbb73a63c remove 2 unused function2
  • Martin Grenfell <martin_grenfell@msn.com>09/03/08
    d24a421efd cosmetic fix
  • Martin Grenfell <martin_grenfell@msn.com>09/03/08
    6cf4e9a763 move some bookmark logic into the model
  • Martin Grenfell <martin_grenfell@msn.com>09/03/08
    2e26da9666 minor cosmetic change
  • Martin Grenfell <martin_grenfell@msn.com>09/03/08
    e102abe98f move a method into the TreeDirNode model
  • Martin Grenfell <martin_grenfell@msn.com>09/02/08
    4c1362aff8 rename all class instance methods to start with lower case
  • Martin Grenfell <martin_grenfell@msn.com>09/02/08
    1a4cf45f03 remove some unneeded 'unlet' calls
  • Martin Grenfell <martin_grenfell@msn.com>09/02/08
    374df70218 remove some unneeded syntax
  • Martin Grenfell <martin_grenfell@msn.com>08/31/08
    a57b867ee6 correct the comments above s:GetSelectedBookmark()
  • Martin Grenfell <martin_grenfell@msn.com>08/31/08
    927aebfa8b display bookmarks without the surrounding [ ]
  • Martin Grenfell <martin_grenfell@msn.com>08/31/08
    4f0a39159a fix some bugs with bookmarks
  • Martin Grenfell <martin_grenfell@msn.com>08/31/08
    76d2ecbb17 add keymap to delete bookmarks
  • Martin Grenfell <martin_grenfell@msn.com>08/03/08
    73322e88d2 fix a bug with the o mapping
  • Martin Grenfell <martin_grenfell@msn.com>07/20/08
    0620b91efa switch version to 2.13.0
  • Martin Grenfell <martin_grenfell@msn.com>07/20/08
    ea4d4ff80d fix to changelog
  • Martin Grenfell <martin_grenfell@msn.com>07/19/08
    45c33fe0f6 update changelog and credits
  • Martin Grenfell <martin_grenfell@msn.com>07/19/08
    fe249e20b9 tell the user how many files couldnt be loaded
  • Martin Grenfell <martin_grenfell@msn.com>07/19/08
    e819e13a5d check for FIFO files when initializing path objects
  • Martin Grenfell <martin_grenfell@msn.com>07/16/08
    5c95fbda65 improve invalid bookmarks handling
  • Martin Grenfell <martin_grenfell@msn.com>07/16/08
    3e217115bc fix a bug with improper use of bufwinnr function
  • Martin Grenfell <martin_grenfell@msn.com>07/16/08
    5d564fdbcf bugfix for the mouse handling function
  • Martin Grenfell <martin_grenfell@msn.com>07/15/08
    8184b964bc dont delete invalid bookmarks
  • Martin Grenfell <martin_grenfell@msn.com>07/13/08
    0daeebc0eb Revert "implement copying nodes for windows"
  • Martin Grenfell <martin_grenfell@msn.com>07/13/08
    5939fdb140 add s:ValidateBookmark()
  • Martin Grenfell <martin_grenfell@msn.com>07/13/08
    9dd850b672 refactored the bookmark not found exception code
  • Martin Grenfell <martin_grenfell@msn.com>07/13/08
    21601d9c3d implement copying nodes for windows
  • Martin Grenfell <martin_grenfell@msn.com>07/13/08
    332a1baedd ensure bookmarks exist before opening them
  • Martin Grenfell <martin_grenfell@msn.com>07/13/08
    e8aadb77b8 reposition a method in the file
  • Martin Grenfell <martin_grenfell@msn.com>07/12/08
    31c1faea32 make NERDTreeChDir default to 0
  • Martin Grenfell <martin_grenfell@msn.com>07/12/08
    818a53003e write bookmarks file after deleting a bookmark
  • Martin Grenfell <martin_grenfell@msn.com>07/12/08
    78419f858c delete a paths bookmarks when delete the path
  • Martin Grenfell <martin_grenfell@msn.com>07/12/08
    b1d10a12fa refresh new parent node after a move operation
  • Martin Grenfell <martin_grenfell@msn.com>07/12/08
    f404cdd54b update bookmarks when moving via filesystem menu
  • Martin Grenfell <martin_grenfell@msn.com>07/12/08
    c463234452 fix caching bug for s:oPath.BookmarkNames()
  • Martin Grenfell <martin_grenfell@msn.com>07/12/08
    b1020ad9c8 remove some unused code
  • Martin Grenfell <martin_grenfell@msn.com>07/11/08
    0ad0d195e5 make NERDTreeQuitOnOpen option work with g/go
  • Martin Grenfell <martin_grenfell@msn.com>07/07/08
    43bf05c42e jump to the bookmarks table after opening it
  • Martin Grenfell <martin_grenfell@msn.com>07/07/08
    236df49362 refactor the t/T mappings for bookmarks
  • Martin Grenfell <martin_grenfell@msn.com>07/07/08
    bccd73c8f5 make t/T open a nerd tree rather than netrw
  • Martin Grenfell <martin_grenfell@msn.com>07/07/08
    fd487dfa5c make t/T open a new tree in a new tab, not netrw
  • Martin Grenfell <martin_grenfell@msn.com>07/04/08
    3cb3227d56 some corrections to changelog
  • Martin Grenfell <martin_grenfell@msn.com>07/04/08
    f183d60b13 switch version to 2.12.0
  • Martin Grenfell <martin_grenfell@msn.com>07/04/08
    8c8cd29142 update changelog and credits
  • Martin Grenfell <martin_grenfell@msn.com>07/02/08
    83e8c144ed update the doc RE bookmark names
  • Martin Grenfell <martin_grenfell@msn.com>07/02/08
    06c7c53127 fix for swap files and opening in a split
  • Martin Grenfell <martin_grenfell@msn.com>07/02/08
    ec682b1f9b fix bookmark highlighting and make it "quieter"
  • Martin Grenfell <martin_grenfell@msn.com>07/02/08
    7a15d9879f use s:Echo instead of :echo
  • Martin Grenfell <martin_grenfell@msn.com>07/02/08
    dea37444bc loosen bookmark name restrictions
  • Martin Grenfell <martin_grenfell@msn.com>07/02/08
    f5a20e5379 fix some bugs when dealing with invalid bookmarks
  • Martin Grenfell <martin_grenfell@msn.com>07/01/08
    a0573c51b1 update the doc and changelog
  • Martin Grenfell <martin_grenfell@msn.com>07/01/08
    d0cb14c7ce make every tab have its own filter settings
  • Martin Grenfell <martin_grenfell@msn.com>07/01/08
    f2b2327c24 merge bookmark name caching with path string caching
  • Martin Grenfell <martin_grenfell@msn.com>06/30/08
    9d5a940be3 clear cached display string when path is refreshed
  • Martin Grenfell <martin_grenfell@msn.com>06/30/08
    38d91b66b0 cache display string
  • Martin Grenfell <martin_grenfell@msn.com>06/30/08
    65ebd30334 fix a bug when overwriting an existing bookmark
  • Martin Grenfell <martin_grenfell@msn.com>06/29/08
    1998cef2b4 highlighting fix - allow numbers in bookmark names
  • Martin Grenfell <martin_grenfell@msn.com>06/29/08
    030cff2eda sort bookmarks when we add a new one
  • Martin Grenfell <martin_grenfell@msn.com>06/29/08
    02facac20a make bookmark width take into account the line numbers
  • Martin Grenfell <martin_grenfell@msn.com>06/29/08
    7789ccb90a update changelog
  • Martin Grenfell <martin_grenfell@msn.com>06/29/08
    d497c9ae9c small doc update for bookmarks
  • Martin Grenfell <martin_grenfell@msn.com>06/29/08
    cdf1e8d6e9 update the doc around the NERDTreeWinPos option
  • Martin Grenfell <martin_grenfell@msn.com>06/29/08
    5f4a002787 combine NERDTreeSplitVertical and NERDTreeWinPos
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    c34968d282 add quickhelp doc for new t/T map functionality
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    f76f983182 add doc for the changes to the t/T mappings
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    312ce93bb4 make the t/T mappings work for bookmarks
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    06776557cf add bookmark mappings to quickhelp
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    d831cbf17b render bookmark paths as wide as the window allows
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    aad2259522 add doc for bookmarks
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    e1bd98fc7c open file bookmarks when user activates them
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    7ca9b07b68 make NERDTreeShowBookmarks default to 0
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    1532bf1922 move the bookmark->string code into the bookmark class
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    ac544460e4 clean up/add comments to the bookmark methods
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    d2989eb3e0 huge refactor, add bookmark class
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    73be034d5e remove some random unneeded colons
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    b5d6736f76 remove some old testing code
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    1c38ffd30b add bookmark mapping to the quickhelp
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    8e4b3565f8 turn bookmarks off by default
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    31445645f7 truncate the bookmark path if its too long
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    fc053917d8 add highlighting for bookmarks gui
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    201df0a782 only show bookmark if NERDTreeShowBookmarks is set
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    b59a7cd979 remove bookmarks display footer
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    8f7aed712b add a mapping to toggle display of bookmarks
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    3e946b1b4f make 'o' active bookmarks as well
  • Martin Grenfell <martin_grenfell@msn.com>06/28/08
    2a16431b2d add bookmarks to the view
  • Martin Grenfell <martin_grenfell@msn.com>06/27/08
    6815622d2c add doc for NERDTreeQuitOnClose
  • Martin Grenfell <martin_grenfell@msn.com>06/27/08
    5c32c2a226 update help file to reflect the previous patch
  • Martin Grenfell <martin_grenfell@msn.com>06/27/08
    b363396a93 apply "NERDTreeQuitOnOpen" patch from Matan Nassau
  • Martin Grenfell <martin_grenfell@msn.com>06/24/08
    87382097df resize the tree window when it was the only one
  • Martin Grenfell <martin_grenfell@msn.com>06/23/08
    e6d2f12bf6 switch to version 2.11.0
  • Martin Grenfell <martin_grenfell@msn.com>06/23/08
    43ee096cee inline some script level constants
  • Martin Grenfell <martin_grenfell@msn.com>06/22/08
    2b1eecebb2 bugfix for renaming files
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    c0d83f95a8 update credits
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    01ded5d150 update changelog
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    5884cf3774 fix a bug with scrolloff
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    d15818bafa save and restore the size of the window
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    f74ec0661d dont resize tree window when opening with
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    d68dcd252e bugfix to window resize code
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    30bfb6e6b7 Revert "be silent when opening files"
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    bfa5de8c55 minor bugfix
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    6a665a588f update the help page
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    55ff76171a update the changelog
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    a701bb71c4 remove some trailing whitespace from the view
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    6343639193 remove the magic from the / mappings
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    5ce5c62611 dont ever escape paths when calling delete()
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    3ebff6ae54 fix highlighting of directory symlinks
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    d9a03f4600 add syntax highlighting for executable nodes
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    59b132f0f7 add a * when rendering executable paths
  • Martin Grenfell <martin_grenfell@msn.com>06/21/08
    d56bf992d2 make paths cache whether they are executable
  • Martin Grenfell <martin_grenfell@msn.com>06/20/08
    efa7941c54 remove a stray :echo
  • Martin Grenfell <martin_grenfell@msn.com>06/19/08
    808850a464 dont open a file twice in the same tab with o mapping
  • Martin Grenfell <martin_grenfell@msn.com>06/19/08
    24ad44b46f dont clobber "special" windows when opening files
  • Martin Grenfell <martin_grenfell@msn.com>06/19/08
    737ad58740 use :echomsg instead of just :echo
  • Martin Grenfell <martin_grenfell@msn.com>06/17/08
    a856622f0c switch vertion to 2.10.0
  • Martin Grenfell <martin_grenfell@msn.com>06/17/08
    ce79c243a3 show how many invalid bookmarks were read
  • Martin Grenfell <martin_grenfell@msn.com>06/17/08
    e1b369f34e update header and change license to wtfpl
  • Martin Grenfell <martin_grenfell@msn.com>06/16/08
    0a73777381 bugfix for reading files with invalid bookmark syntax
  • Martin Grenfell <martin_grenfell@msn.com>06/16/08
    176b551af0 handle invalid bookmarks in bookmarks file
  • Martin Grenfell <martin_grenfell@msn.com>06/13/08
    95ee07c9d3 switch version to 2.10.0rc1
  • Martin Grenfell <martin_grenfell@msn.com>06/13/08
    b58ccce913 update changelog and credits
  • Martin Grenfell <martin_grenfell@msn.com>06/12/08
    b60bcb6cb2 bugfix for :NERDTree when a file bookmark is given
  • Martin Grenfell <martin_grenfell@msn.com>06/12/08
    f7e8c453ea make :OpenBookmark open a netrw for dir bookmarks
  • Martin Grenfell <martin_grenfell@msn.com>06/12/08
    58ccd230fa refactor the logic out of s:OpenExplorer()
  • Martin Grenfell <martin_grenfell@msn.com>06/12/08
    866df769b5 fix for quickhelp highlighting bug
  • Martin Grenfell <martin_grenfell@msn.com>06/12/08
    bd3b03fd79 update doc/changelog
  • Martin Grenfell <martin_grenfell@msn.com>06/12/08
    9030ff0312 make the quickhelp narrower so it fits
  • Martin Grenfell <martin_grenfell@msn.com>06/12/08
    5172efc976 bugfix: dont render duplicate bookmarks
  • Martin Grenfell <martin_grenfell@msn.com>06/12/08
    b252a1250a rename 'marks' to 'bookmarks'
  • Martin Grenfell <martin_grenfell@msn.com>06/10/08
    dae5c93fec fix NERDTree-C doc
  • Martin Grenfell <martin_grenfell@msn.com>06/10/08
    004b4fc9dd add a note marks to the intro
  • Martin Grenfell <martin_grenfell@msn.com>06/10/08
    7614f745ae some fixes/enhancements to the marks doc
  • Martin Grenfell <martin_grenfell@msn.com>06/10/08
    585b5f1579 remove trailing whitespace
  • Martin Grenfell <martin_grenfell@msn.com>06/10/08
    bc41c51f93 doc :RevealMark
  • Martin Grenfell <martin_grenfell@msn.com>06/10/08
    0888f6c011 fix an error in a method header
  • Martin Grenfell <martin_grenfell@msn.com>06/10/08
    df8f132d6e update the quickhelp
  • Martin Grenfell <martin_grenfell@msn.com>06/10/08
    d7a319c3a6 rename RecallMark to RevealMark
  • Martin Grenfell <martin_grenfell@msn.com>06/10/08
    5a45ea08c4 add/update doc for the mark commands
  • Martin Grenfell <martin_grenfell@msn.com>06/10/08
    ec7e013150 add some mark quickhelp
  • Martin Grenfell <martin_grenfell@msn.com>06/09/08
    5b35d0bb31 bugfix: fix NERDTreeFromMark command
  • Martin Grenfell <martin_grenfell@msn.com>06/09/08
    40ccf3cd45 make the mark manipulation funcs use the caching
  • Martin Grenfell <martin_grenfell@msn.com>06/09/08
    1b17f945a3 refactor s:GetPath() to take marks into account
  • Martin Grenfell <martin_grenfell@msn.com>06/09/08
    421431b5df correct a method header comment
  • Martin Grenfell <martin_grenfell@msn.com>06/09/08
    26983f1921 make oPath cache the marks associated with it
  • Martin Grenfell <martin_grenfell@msn.com>06/09/08
    1571274aec refactor the Refresh() method for tree nodes
  • Martin Grenfell <martin_grenfell@msn.com>06/09/08
    a111af5361 merge InitNerdTreeFromMark into InitNerdTree
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    64514e3ceb make :ClearMarks default to all marks on the current node
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    bcc690a141 put cursor on the tree root by default
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    397dee5cb1 remove all trailing whitespace
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    dbb0677749 add :NERDTreeFromMark and corresponding function
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    0fed73d83a read marks when vim loads, not when a nerd tree loads
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    3a437b402a dont call RenderView() inside ReadMarks()
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    1d9564db54 improve the error handling of RecallMark()
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    c63e183acf make OpenMark open the mark even if its not cached
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    6334e99192 be silent when opening files
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    776aeef26f bugfix for oTreeFileNode#MakeRoot()
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    1d6516b96d add oTreeFileNode.CacheParent()
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    995f7faec3 only attempt to open marks file if it exists
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    140deac284 add NERDTreeMarksFile global var
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    6e24eed04a use a script lvl variable for NERDTreeSortStarIndex
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    82c1fece9f make MarkToRoot() work for nodes that arent cached
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    371379a860 read and write marks automatically
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    0a91f3511e add functions and :commands to read/write marks to a file
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    192424429d make marks global instead of tab based
  • Martin Grenfell <martin_grenfell@msn.com>06/08/08
    3092355648 add a modeline
  • Martin Grenfell <martin_grenfell@msn.com>06/07/08
    ae50662943 clear all marks when the tree is initialized
  • Martin Grenfell <martin_grenfell@msn.com>06/07/08
    8529b6f0e3 add s:ClearAllMark() and refactor to use it
  • Martin Grenfell <martin_grenfell@msn.com>06/07/08
    d718f1098c put the cursor on the new root after :MarkToRoot
  • Martin Grenfell <martin_grenfell@msn.com>06/07/08
    0501fc825c add :MarkToRoot command and a corresponding function
  • Martin Grenfell <martin_grenfell@msn.com>06/07/08
    05ce3ab896 add searchFromAbsoluteRoot flag to s:GetNodeForMark
  • Martin Grenfell <martin_grenfell@msn.com>06/07/08
    642c2b76fc add oFileNode#MakeRoot() and refactor s:ChRoot()
  • Martin Grenfell <martin_grenfell@msn.com>06/07/08
    6b7760e6e4 add s:AbsoluteTreeRoot()
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    5cafc7018d bugfix to s:GetNodeForMark()
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    332756282a add :ClearAllMarks
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    bcc1180510 add :ClearMarks and bind it to s:ClearMarks()
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    2ecd6ebd63 add s:MarkForNode() and refactor to use it
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    5a4ef66db2 improve error messages when marks dont exist
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    a537e1535c some highlighting fixes for marks
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    44e8534f1f display marks before the symlink target
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    c108a19881 add a redraw! in s:OpenMark()
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    5685fa7af4 add :OpenMark command
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    990706b725 restrict mark names to alphanumeric + underscores
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    6e60ecfee1 check for nonexistent marks
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    219d16f61a bugfix for stripping :Mark markup from a line
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    5fd7441dbe add highlighting for marks
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    a5f86e1a8f minor fix to method header
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    782e60efc9 display marks on tree
  • Martin Grenfell <martin_grenfell@msn.com>06/06/08
    7b26dac959 add oPath#MarkNames()
  • Martin Grenfell <martin_grenfell@msn.com>06/05/08
    600f2cac14 make PutCursorOnNode open ancestors until target node is visible
  • Martin Grenfell <martin_grenfell@msn.com>06/05/08
    fb3c4f9212 add marking functionality
  • Martin Grenfell <martin_grenfell@msn.com>06/05/08
    24c1f6beab add recurseUpward arg to s:PutCursorOnNode
  • Martin Grenfell <martin_grenfell@msn.com>06/03/08
    3e507620fe update changelog
  • Martin Grenfell <martin_grenfell@msn.com>06/03/08
    a520080cc3 put cursor on new node after copying
  • Martin Grenfell <martin_grenfell@msn.com>06/03/08
    b747086137 strip trailing slashes off copy destination
  • Martin Grenfell <martin_grenfell@msn.com>06/03/08
    7a1dbcbdb0 fix a bug with refreshing after copying
  • Martin Grenfell <martin_grenfell@msn.com>05/28/08
    ce9fece626 fix screen jumping bug with &scrolloff
  • Martin Grenfell <martin_grenfell@msn.com>05/17/08
    90fd47bd00 update the credits
  • Martin Grenfell <martin_grenfell@msn.com>05/17/08
    80e0bca4dc change version to 2.9.0
  • Martin Grenfell <martin_grenfell@msn.com>05/16/08
    04ea2eb0f7 apply Cory Echols' patch
  • Martin Grenfell <martin_grenfell@msn.com>05/16/08
    25aaaaae42 gitignore tags file
  • Martin Grenfell <martin_grenfell@msn.com>05/16/08
    8a32f5851f update changelog and credits
  • Martin Grenfell <martin_grenfell@msn.com>05/15/08
    6018625170 bugfix: use #StrForOS when refreshing a path
  • Martin Grenfell <martin_grenfell@msn.com>05/15/08
    c36aaf55f8 bugfix: process files with single letter extension
  • Martin Grenfell <martin_grenfell@msn.com>05/15/08
    6e7960ba94 convert tabs to spaces
  • Martin Grenfell <martin_grenfell@msn.com>05/10/08
    f1a9bd3c89 couple of fixes to the doc
  • Martin Grenfell <martin_grenfell@msn.com>05/10/08
    191dcc4068 remove a now unneeded not to windows users
  • Martin Grenfell <martin_grenfell@msn.com>05/10/08
    0d62ffd5db bugfix for paths on windows
  • Martin Grenfell <martin_grenfell@msn.com>05/10/08
    510f890ee1 change to version 2.8.0.1
  • Martin Grenfell <martin_grenfell@msn.com>05/10/08
    06db1cdf2c fix some formatting
  • Martin Grenfell <martin_grenfell@msn.com>05/10/08
    0eaaf6842c improve path handling for windows
  • Martin Grenfell <martin_grenfell@msn.com>05/09/08
    2ed6524b9d use oPath#StrForCd where appropriate
  • Martin Grenfell <martin_grenfell@msn.com>05/09/08
    fb7f66dc47 update oPath#Equals
  • Martin Grenfell <martin_grenfell@msn.com>05/09/08
    dcf9e956a7 minor bugfix
  • Martin Grenfell <martin_grenfell@msn.com>05/09/08
    8aafa66eac handle trailing slashes inside oPath#Rename
  • Martin Grenfell <martin_grenfell@msn.com>05/09/08
    f2ce7390b8 add oPath#StrForCd
  • Martin Grenfell <martin_grenfell@msn.com>05/09/08
    7275d89a35 add oPath#ExtractDriveLetter
  • Martin Grenfell <martin_grenfell@msn.com>05/04/08
    e6479c36f3 bugfix to prevent double escaping when refreshing a node
  • Martin Grenfell <martin_grenfell@msn.com>05/04/08
    da76bafaef add oPath#StrForGlob() to return a string that can be used to call globpath with
  • Martin Grenfell <martin_grenfell@msn.com>05/04/08
    ec76876a74 added a comment note to clarify something
  • Martin Grenfell <martin_grenfell@msn.com>05/04/08
    ef1a466342 make the script able to handle strange filenames with random chars in them (eg {'$%^&)
  • Martin Grenfell <martin_grenfell@msn.com>05/03/08
    56dd5f05ab fix the output of the rename prompt when it asks you to delete an old buffer
  • Martin Grenfell <martin_grenfell@msn.com>05/03/08
    92a006f51c some handy utils
  • Martin Grenfell <martin_grenfell@msn.com>04/17/08
    7d1cc4ecec bugfix: the script failed when being initialized on a dir containing spaces
  • Martin Grenfell <martin_grenfell@msn.com>03/31/08
    c008fb3983 changed the version to 2.8.0 for the next release
  • Martin Grenfell <martin_grenfell@msn.com>03/10/08
    8654b98b09 gitignored some stuff
  • Martin Grenfell <martin_grenfell@msn.com>03/10/08
    5e3e95d168 added a credit and an entry in the changelog
  • Martin Grenfell <martin_grenfell@msn.com>03/10/08
    faabc8c47d documented the NERDTreeShowLineNumbers option
  • Martin Grenfell <martin_grenfell@msn.com>03/10/08
    91d5a52c39 added the NERDTreeShowLineNumbers option into the script
  • marty <marty@yeliz.(none)>01/18/08
    a5bc034851 updated the changelog
  • marty <marty@yeliz.(none)>01/18/08
    1383e3fea7 bumped the version to 2.7.1
  • marty <marty@yeliz.(none)>01/18/08
    47adbe9942 updated the changelog and filesystem menu doc
  • marty <marty@yeliz.(none)>01/18/08
    020c635cca changed the key for the filesystem menu to be mnemonic
  • marty <marty@yeliz.(none)>11/02/07
    6a77424c25 update to the change log
  • marty <marty@yeliz.(none)>11/02/07
    3badb3efae changed the version to 2.7.0
  • marty <marty@yeliz.(none)>11/02/07
    3b98b41740 removed a comment at the top of the file that is invalid now cos the help is split out
  • marty <marty@yeliz.(none)>11/02/07
    355c23db7c updated the changelog
  • marty <marty@yeliz.(none)>11/02/07
    e8592f0f5c removed the doc file, the install call and the install function
  • marty <marty@yeliz.(none)>11/02/07
    d04b057d1b made some cosmetic fixes to the doc file
  • marty <marty@yeliz.(none)>11/02/07
    c95a366765 added the plugin and doc files

subscribe

atom rss