diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/statusline.vim | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/plugin/statusline.vim b/plugin/statusline.vim index bad9eb9..561a47e 100644 --- a/plugin/statusline.vim +++ b/plugin/statusline.vim  | |||
| @@ -125,8 +125,9 @@ augroup MAX_FANCYLINE | |||
| 125 | 125 | ||
| 126 | 126 | ||
| 127 | if $USER ==? 'root' | 127 | if $USER ==? 'root' | 
| 128 | let invert_group = CreateInvertGroup("ErrorMsg") | 128 | let highlight_group_root = "ErrorMsg" | 
| 129 | let g:group_tabline = invert_group | 129 | let invert_group = CreateInvertGroup(highlight_group_root) | 
| 130 | let g:group_tabline = highlight_group_root | ||
| 130 | endif | 131 | endif | 
| 131 | 132 | ||
| 132 | function! ApplyColorScheme() | 133 | function! ApplyColorScheme() | 
