This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/autoload/Powerline/Matches.vim b/autoload/Powerline/Matches.vim | |
index 2244f57..98d9cde 100644 | |
--- a/autoload/Powerline/Matches.vim | |
+++ b/autoload/Powerline/Matches.vim | |
@@ -2,6 +2,7 @@ let g:Powerline#Matches#matches = { | |
\ 'command_t' : Pl#Match#Add('bufname("%")', 'GoToFile'), | |
\ 'ft_help' : Pl#Match#Add('&ft' , 'help'), | |
\ 'ft_man' : Pl#Match#Add('&ft' , 'man'), | |
+ \ 'ft_nerdtree' : Pl#Match#Add('&ft' , 'nerdtree'), | |
\ 'ft_qf' : Pl#Match#Add('&ft' , 'qf'), |