aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-06-18 17:02:38 -0300
committerJustin M. Keyes <justinkz@gmail.com>2015-06-20 14:02:56 -0400
commit8e3f67f2a0166994925af75c0efa972d76ea82de (patch)
treef2913183c74950a7b9a7396044403682ca96d2c0 /test/functional/helpers.lua
parent81847da948b91a77d55fd2245fff3fc5cf8e6310 (diff)
downloadrneovim-8e3f67f2a0166994925af75c0efa972d76ea82de.tar.gz
rneovim-8e3f67f2a0166994925af75c0efa972d76ea82de.tar.bz2
rneovim-8e3f67f2a0166994925af75c0efa972d76ea82de.zip
defaults: enable 'autoindent' #2857
Re: https://github.com/neovim/neovim/issues/2676
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index 27c94c34a8..3d02aa7fdd 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -6,8 +6,9 @@ local AsyncSession = require('nvim.async_session')
local Session = require('nvim.session')
local nvim_prog = os.getenv('NVIM_PROG') or 'build/bin/nvim'
+--- FIXME: 'autoindent' messes up the insert() function
local nvim_argv = {nvim_prog, '-u', 'NONE', '-i', 'NONE', '-N',
- '--cmd', 'set shortmess+=I background=light noswapfile',
+ '--cmd', 'set shortmess+=I background=light noswapfile noautoindent',
'--embed'}
-- Formulate a path to the directory containing nvim. We use this to