From 6fe2d24cef095bda797c2b33c1dadd4fac082945 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Fri, 16 Aug 2019 12:03:33 +0200 Subject: keymap: allow modifiers to multibyte chars, like MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/functional/ui/input_spec.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/functional') diff --git a/test/functional/ui/input_spec.lua b/test/functional/ui/input_spec.lua index 121cbe47d6..0009f2c31b 100644 --- a/test/functional/ui/input_spec.lua +++ b/test/functional/ui/input_spec.lua @@ -103,6 +103,11 @@ describe('mappings', function() check_mapping('','') check_mapping('','') end) + + it('support meta + multibyte char mapping', function() + add_mapping('', '') + check_mapping('', '') + end) end) describe('feeding large chunks of input with ', function() -- cgit