mirror of
https://github.com/altercation/solarized
synced 2024-11-21 19:23:02 +00:00
Vim augroup for hitrail doesn't include s: in name
This caused errors when hitrail was enabled and you switched to a different colorscheme.
This commit is contained in:
parent
644d4db64e
commit
9e7ca21a5b
1 changed files with 1 additions and 1 deletions
|
@ -1003,7 +1003,7 @@ augroup SolarizedHiTrail
|
|||
autocmd!
|
||||
if g:solarized_hitrail==1
|
||||
autocmd! Syntax * call s:SolarizedHiTrail()
|
||||
autocmd! ColorScheme * if g:colors_name == "solarized" | call s:SolarizedHiTrail() | else | augroup! s:SolarizedHiTrail | endif
|
||||
autocmd! ColorScheme * if g:colors_name == "solarized" | call s:SolarizedHiTrail() | else | augroup! SolarizedHiTrail | endif
|
||||
endif
|
||||
augroup END
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue