mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:00:05 +08:00
fix(indent): fix indent
This commit is contained in:
parent
59770a07b8
commit
2fc1389cce
@ -184,7 +184,7 @@ function! s:echon() abort
|
||||
echohl None | echon s:c_end
|
||||
endfunction
|
||||
|
||||
fu! s:windowsinit() abort
|
||||
function! s:windowsinit() abort
|
||||
" option
|
||||
setl fileformat=unix
|
||||
setl fileencoding=utf-8
|
||||
@ -205,7 +205,7 @@ fu! s:windowsinit() abort
|
||||
setl nofoldenable
|
||||
setl cursorline
|
||||
setl filetype=vimchat
|
||||
endf
|
||||
endfunction
|
||||
|
||||
let s:enter_history = []
|
||||
function! s:enter() abort
|
||||
|
Loading…
Reference in New Issue
Block a user