diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2021-08-19 06:13:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 06:13:08 -0700 |
commit | 19a0d90bb3479bb6516be229f6001646329d842f (patch) | |
tree | 9c4aa1f2c91d71c10cc42e9e3eed04627cc97482 /test/functional/helpers.lua | |
parent | 7bff642169438a66557b65d6aba80536eaf570fa (diff) | |
parent | d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e (diff) | |
download | rneovim-19a0d90bb3479bb6516be229f6001646329d842f.tar.gz rneovim-19a0d90bb3479bb6516be229f6001646329d842f.tar.bz2 rneovim-19a0d90bb3479bb6516be229f6001646329d842f.zip |
Merge #15410 defaults: 'hidden', 'nojoinspaces'
ref #6289
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r-- | test/functional/helpers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index a1b464af13..5974e8897f 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -38,7 +38,7 @@ module.nvim_prog = ( module.nvim_set = ( 'set shortmess+=IS background=light noswapfile noautoindent startofline' ..' laststatus=1 undodir=. directory=. viewdir=. backupdir=.' - ..' belloff= wildoptions-=pum noshowcmd noruler nomore redrawdebug=invalid') + ..' belloff= wildoptions-=pum joinspaces noshowcmd noruler nomore redrawdebug=invalid') module.nvim_argv = { module.nvim_prog, '-u', 'NONE', '-i', 'NONE', '--cmd', module.nvim_set, |