From 2cb8db34e3a275dec3dacb10fdc75640f4ec8174 Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Mon, 16 Aug 2021 19:28:52 -0600 Subject: feat: defaults: set undo points in and (#15400) --- test/functional/helpers.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index 21ae529b71..a1b464af13 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -44,6 +44,8 @@ module.nvim_argv = { '--cmd', module.nvim_set, '--cmd', 'unmap Y', '--cmd', 'unmap ', + '--cmd', 'iunmap ', + '--cmd', 'iunmap ', '--embed'} -- Directory containing nvim. -- cgit