diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-10-26 22:38:47 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2022-10-27 00:14:02 +0800 |
| commit | 5559cabf4d851edb94cc2f09d50bcf0a04bd0819 (patch) | |
| tree | 72b4793f802b2c611cb0b870fcbb20f26ea85923 /src/nvim/testdir/Makefile | |
| parent | a8d454816ad14e05578d37d1e16c34d8207fde19 (diff) | |
| download | rneovim-5559cabf4d851edb94cc2f09d50bcf0a04bd0819.tar.gz rneovim-5559cabf4d851edb94cc2f09d50bcf0a04bd0819.tar.bz2 rneovim-5559cabf4d851edb94cc2f09d50bcf0a04bd0819.zip | |
vim-patch:8.2.0531: various errors not tested
Problem: Various errors not tested.
Solution: Add tests. (Yegappan Lakshmanan, closes vim/vim#5895)
https://github.com/vim/vim/commit/476a613135bdc94e61c1dce8a9cbb4ab0b6dc2d1
Need to remove "F" flag from 'shortmess' as early as possible.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 4641408069..a6d1cf1003 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -179,4 +179,4 @@ newtestssilent: $(NEW_TESTS_RES) @echo "[OLDTEST] Running" $* @rm -rf $*.failed test.ok $(RM_ON_RUN) @mkdir -p $(TMPDIR) - @/bin/sh runnvim.sh $(ROOT) $(NVIM_PRG) $* $(RUN_VIMTEST) $(NO_INITS) -u NONE -S runtest.vim $*.vim + @/bin/sh runnvim.sh $(ROOT) $(NVIM_PRG) $* $(RUN_VIMTEST) $(NO_INITS) -u NONE --cmd "set shortmess-=F" -S runtest.vim $*.vim |