1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:50:06 +08:00
This commit is contained in:
wsdjeg 2017-09-11 20:04:53 +08:00
parent a9019a45d8
commit 2fcfdaedd5

View File

@ -53,7 +53,7 @@ augroup startify_map
if !exists('g:startify_custom_header')
autocmd FileType startify call <SID>update_logo()
endif
autocmd FileType startify setl scrolloff=0 nowrap
autocmd FileType startify setl nowrap
augroup END
if !exists('g:startify_custom_header')