mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2025-04-08 06:08:34 -04:00
Fix an error in neovim 0.11
This commit is contained in:
parent
c4ae79b333
commit
e371440738
1 changed files with 0 additions and 4 deletions
|
@ -27,10 +27,6 @@
|
||||||
|
|
||||||
"configure to primarily use utf-8
|
"configure to primarily use utf-8
|
||||||
if has("multi_byte")
|
if has("multi_byte")
|
||||||
if &termencoding == ""
|
|
||||||
let &termencoding = &encoding
|
|
||||||
endif
|
|
||||||
|
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
setglobal fileencoding=utf-8
|
setglobal fileencoding=utf-8
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue