From d9acfbd471403a4f11ad050665633d3311a462d9 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Sun, 10 May 2015 15:18:39 +0200 Subject: options: mark nonfunctional &termencoding option as hidden. #2631 Remove related dead code and references in the docs. Helped-By: Michael Reed Helped-By: Shougo Matsushita --- test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/legacy') 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 -- cgit