mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 08:20:06 +08:00
Fix #832
This commit is contained in:
parent
a9019a45d8
commit
2fcfdaedd5
@ -53,7 +53,7 @@ augroup startify_map
|
|||||||
if !exists('g:startify_custom_header')
|
if !exists('g:startify_custom_header')
|
||||||
autocmd FileType startify call <SID>update_logo()
|
autocmd FileType startify call <SID>update_logo()
|
||||||
endif
|
endif
|
||||||
autocmd FileType startify setl scrolloff=0 nowrap
|
autocmd FileType startify setl nowrap
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
if !exists('g:startify_custom_header')
|
if !exists('g:startify_custom_header')
|
||||||
|
Loading…
Reference in New Issue
Block a user