diff options
author | Gregory Anders <greg@gpanders.com> | 2021-08-17 12:12:47 -0600 |
---|---|---|
committer | Gregory Anders <greg@gpanders.com> | 2021-08-17 16:39:04 -0600 |
commit | d417e67e595a9eb19797866e91bb80b4fe299a94 (patch) | |
tree | 15b0f537d8ffd15b4603ec6addfedf4948b71023 /test/functional/helpers.lua | |
parent | f6c72b745cfbaaba80555de9a5d4b25f30f17ab2 (diff) | |
download | rneovim-d417e67e595a9eb19797866e91bb80b4fe299a94.tar.gz rneovim-d417e67e595a9eb19797866e91bb80b4fe299a94.tar.bz2 rneovim-d417e67e595a9eb19797866e91bb80b4fe299a94.zip |
feat(defaults): set nojoinspaces
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, |