Merge commit 'HEAD@{1}' into develop

This commit is contained in:
ZyX 2014-10-06 08:45:33 +04:00
commit 7b8bcbd5c0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import re
from powerline.bindings.vim import buffer_name
NERD_TREE_RE = re.compile(b'NERD_TREE_\\d+')
NERD_TREE_RE = re.compile(b'NERD_tree_\\d+')
def nerdtree(matcher_info):