diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2015-05-10 15:18:39 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2015-05-17 18:39:25 +0200 |
commit | d9acfbd471403a4f11ad050665633d3311a462d9 (patch) | |
tree | 91afcb17b227c7b4c31a2c02587e0a54f968c3f2 /test/functional/legacy | |
parent | f4423c96973c1c35945c5be9b22331550be92ce8 (diff) | |
download | rneovim-d9acfbd471403a4f11ad050665633d3311a462d9.tar.gz rneovim-d9acfbd471403a4f11ad050665633d3311a462d9.tar.bz2 rneovim-d9acfbd471403a4f11ad050665633d3311a462d9.zip |
options: mark nonfunctional &termencoding option as hidden. #2631
Remove related dead code and references in the docs.
Helped-By: Michael Reed <m.reed@mykolab.com>
Helped-By: Shougo Matsushita <Shougo.Matsu@gmail.com>
Diffstat (limited to 'test/functional/legacy')
-rw-r--r-- | test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua b/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua index de628b0b52..58838e9d6e 100644 --- a/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua +++ b/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua @@ -33,7 +33,7 @@ local function run_test_with_regexpengine(regexpengine) j 0123❤x k combinations]]) - execute('set encoding=utf-8 termencoding=latin1') + execute('set encoding=utf-8') execute('set re=' .. regexpengine) -- Lines 1-8. Exercise regexp search with various magic settings. On each |