diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-02-19 16:46:44 +0100 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2018-06-13 10:11:35 +0200 |
commit | 050f3975f6b44da6316de189929625e1c382a6c8 (patch) | |
tree | 511a6cb5b025f8aa5432554b98773ddbc8627015 /test | |
parent | d8e18c96a904667ce60366be22dbdf248006ff2e (diff) | |
download | rneovim-050f3975f6b44da6316de189929625e1c382a6c8.tar.gz rneovim-050f3975f6b44da6316de189929625e1c382a6c8.tar.bz2 rneovim-050f3975f6b44da6316de189929625e1c382a6c8.zip |
options: remove 'maxcombine` option (always use 6)
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/options/num_options_spec.lua | 15 | ||||
-rw-r--r-- | test/functional/ui/fold_spec.lua | 5 |
2 files changed, 16 insertions, 4 deletions
diff --git a/test/functional/options/num_options_spec.lua b/test/functional/options/num_options_spec.lua index ed17ffdd3c..fb0559054d 100644 --- a/test/functional/options/num_options_spec.lua +++ b/test/functional/options/num_options_spec.lua @@ -51,7 +51,6 @@ describe(':set validation', function() should_succeed('winminheight', 0) should_fail('winwidth', 0, 'E487') should_fail('helpheight', -1, 'E487') - should_fail('maxcombine', 7, 'E474') should_fail('iminsert', 3, 'E474') should_fail('imsearch', 3, 'E474') should_fail('titlelen', -1, 'E487') @@ -94,4 +93,18 @@ describe(':set validation', function() feed_command('set winminwidth=3') eq('E592', eval("v:errmsg"):match("E%d*")) end) + + it('set maxcombine resets to 6', function() + local function setto(value) + feed_command('setglobal maxcombine=' .. value) + feed_command('setlocal maxcombine=' .. value) + meths.set_option('maxcombine', value) + eq(6, meths.get_option('maxcombine')) + eq('', eval("v:errmsg")) + end + setto(0) + setto(1) + setto(6) + setto(7) + end) end) diff --git a/test/functional/ui/fold_spec.lua b/test/functional/ui/fold_spec.lua index 40089d217d..9c5a59b58d 100644 --- a/test/functional/ui/fold_spec.lua +++ b/test/functional/ui/fold_spec.lua @@ -27,9 +27,8 @@ describe("folded lines", function() end) it("works with multibyte text", function() - -- Soon, we will always use the maximum value of 'maxcombine'. - feed_command("set maxcombine=6") - + -- Currently the only allowed value of 'maxcombine' + eq(6, meths.get_option('maxcombine')) eq(true, meths.get_option('arabicshape')) insert([[ å 语 x̨̣̘̫̲͚͎̎͂̀̂͛͛̾͢͟ العَرَبِيَّة |