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/old/testdir | |
| 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/old/testdir')
| -rw-r--r-- | test/old/testdir/setup.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |