diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/editor/defaults_spec.lua | 2 | ||||
-rw-r--r-- | test/old/testdir/setup.vim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/editor/defaults_spec.lua b/test/functional/editor/defaults_spec.lua index 25332d5b1f..876810ce6f 100644 --- a/test/functional/editor/defaults_spec.lua +++ b/test/functional/editor/defaults_spec.lua @@ -167,7 +167,7 @@ describe('default', function() end) describe('unimpaired-style mappings', function() - it('show the command ouptut when successful', function() + it('show the command output when successful', function() n.clear({ args_rm = { '--cmd' } }) local screen = Screen.new(40, 8) n.fn.setqflist({ diff --git a/test/old/testdir/setup.vim b/test/old/testdir/setup.vim index 9bb2dd4e0a..87287a57ff 100644 --- a/test/old/testdir/setup.vim +++ b/test/old/testdir/setup.vim @@ -3,8 +3,8 @@ if exists('s:did_load') set commentstring=/*\ %s\ */ set complete=.,w,b,u,t,i set define=^\\s*#\\s*define - set directory^=. set diffopt=internal,filler,closeoff + set directory^=. set display= set fillchars=vert:\|,foldsep:\|,fold:- set formatoptions=tcq |