mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
option: restore termencoding (readonly) #11662
'termencoding' option was removed in abaabd1d03
but some plugins check its value.
This commit is contained in:

committed by
Justin M. Keyes

parent
0c436559df
commit
77b61cb0df
@@ -174,7 +174,6 @@ func Test_Catch_Exception_Message()
|
||||
endfunc
|
||||
|
||||
func Test_unicode()
|
||||
throw 'skipped: Nvim does not support "termencoding" option and only supports "utf-8" for "encoding" option'
|
||||
" this crashed Vim once
|
||||
if &tenc != ''
|
||||
throw "Skipped: 'termencoding' is not empty"
|
||||
|
Reference in New Issue
Block a user