Skip to content

Commit

Permalink
Fix typo causing skwp theme to always show Help
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lamontagne committed May 14, 2012
1 parent 65e54dd commit b3069d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/Powerline/Themes/skwp.vim
Expand Up @@ -39,7 +39,7 @@ let g:Powerline#Themes#skwp#theme = Pl#Theme#Create(
\ , Pl#Segment#Split()
\ ),
\
\ Pl#Theme#Buffer('ft_help'
\ Pl#Theme#Buffer('bt_help'
\ , ['static_str.name', 'Help']
\ , 'filename'
\ , Pl#Segment#Truncate()
Expand Down

0 comments on commit b3069d3

Please sign in to comment.