Fix an error in neovim 0.11

This commit is contained in:
Kevin MacMartin 2025-03-28 11:58:49 -04:00
parent c4ae79b333
commit e371440738

View file

@ -27,10 +27,6 @@
"configure to primarily use utf-8
if has("multi_byte")
if &termencoding == ""
let &termencoding = &encoding
endif
set encoding=utf-8
setglobal fileencoding=utf-8
endif