aboutsummaryrefslogtreecommitdiff
path: root/runtime/indent/Makefile
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-09-18 22:37:41 +0200
committerDaniel Hahler <git@thequod.de>2019-09-18 22:37:54 +0200
commitb466f0e1141fd09847c9763aaa2d02de770e299d (patch)
tree3f7cd6cd1852e9475806d75fdbe20f010c255fc4 /runtime/indent/Makefile
parent7f59f5b1042a39d2b29bb79603bdf4b235971ba1 (diff)
downloadrneovim-b466f0e1141fd09847c9763aaa2d02de770e299d.tar.gz
rneovim-b466f0e1141fd09847c9763aaa2d02de770e299d.tar.bz2
rneovim-b466f0e1141fd09847c9763aaa2d02de770e299d.zip
vim-patch:8.1.0545: when executing indent tests user preferences interfere
Problem: When executing indent tests user preferences interfere. Solution: Add "--clean". https://github.com/vim/vim/commit/dc2f73a6980be13c97a83047d0de50824bc0f20f
Diffstat (limited to 'runtime/indent/Makefile')
-rw-r--r--runtime/indent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/indent/Makefile b/runtime/indent/Makefile
index fa81db0470..3791f3348d 100644
--- a/runtime/indent/Makefile
+++ b/runtime/indent/Makefile
@@ -6,8 +6,8 @@ VIM = vim
# If a test succeeds a testdir/*.out file will be written.
# If a test fails a testdir/*.fail file will be written.
test:
- $(VIM) --not-a-term -u testdir/runtest.vim
+ $(VIM) --clean --not-a-term -u testdir/runtest.vim
clean:
- $(VIM) --not-a-term -u testdir/cleantest.vim
+ $(VIM) --clean --not-a-term -u testdir/cleantest.vim