mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
parent
e3f7a26f71
commit
780955486b
@ -88,6 +88,9 @@ let [s:ilsep , s:irsep] = get(s:i_separators, g:spacevim_statusline_iseparator,
|
|||||||
if SpaceVim#layers#isLoaded('checkers')
|
if SpaceVim#layers#isLoaded('checkers')
|
||||||
call add(s:loaded_modes, 'syntax-checking')
|
call add(s:loaded_modes, 'syntax-checking')
|
||||||
endif
|
endif
|
||||||
|
if &spell
|
||||||
|
call add(s:loaded_modes, 'spell-checking')
|
||||||
|
endif
|
||||||
if &cc ==# '80'
|
if &cc ==# '80'
|
||||||
call add(s:loaded_modes, 'fill-column-indicator')
|
call add(s:loaded_modes, 'fill-column-indicator')
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user