diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2025-02-17 03:33:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-17 10:33:20 +0800 |
| commit | bd0a65bc151a7a496e913125f54814f591845e91 (patch) | |
| tree | 8816b1bbd7598bc433e04b689a02b058d731bee3 /test | |
| parent | 5e7801329f5b1d7dc6523beb9b60a2bda19e7da1 (diff) | |
| download | rneovim-bd0a65bc151a7a496e913125f54814f591845e91.tar.gz rneovim-bd0a65bc151a7a496e913125f54814f591845e91.tar.bz2 rneovim-bd0a65bc151a7a496e913125f54814f591845e91.zip | |
docs: misc (#32258)
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Co-authored-by: Julian Visser <12615757+justmejulian@users.noreply.github.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
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 |