1
0
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:
wsdjeg 2022-04-30 19:02:32 +08:00
parent 59770a07b8
commit 2fc1389cce

View File

@ -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