aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_python3.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-01-03 00:42:52 -0500
committerJustin M. Keyes <justinkz@gmail.com>2020-01-02 21:42:52 -0800
commit77b61cb0dff55318fdec9e28ccbaedd051996c5a (patch)
treeac8d5d31b3c765dd9b4fa9024c82f1d9a538d73d /src/nvim/testdir/test_python3.vim
parent0c436559dfba9e0bb7e6ce5a835ed8eee540205f (diff)
downloadrneovim-77b61cb0dff55318fdec9e28ccbaedd051996c5a.tar.gz
rneovim-77b61cb0dff55318fdec9e28ccbaedd051996c5a.tar.bz2
rneovim-77b61cb0dff55318fdec9e28ccbaedd051996c5a.zip
option: restore termencoding (readonly) #11662
'termencoding' option was removed in abaabd1d03fd723630f6addeadee9928faa4cdde but some plugins check its value.
Diffstat (limited to 'src/nvim/testdir/test_python3.vim')
-rw-r--r--src/nvim/testdir/test_python3.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_python3.vim b/src/nvim/testdir/test_python3.vim
index 948ef0a07f..d0f80b8958 100644
--- a/src/nvim/testdir/test_python3.vim
+++ b/src/nvim/testdir/test_python3.vim
@@ -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"