diff src/testdir/Make_dos.mak @ 14339:43b8795f1ddf v8.1.0185

patch 8.1.0185: running tests writes lua.vim even though it is not used commit https://github.com/vim/vim/commit/1ce9a1515be5255641d31ab5b0e9418d8f250d84 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 14 21:48:46 2018 +0200 patch 8.1.0185: running tests writes lua.vim even though it is not used Problem: Running tests writes lua.vim even though it is not used. Solution: Stop writing lua.vim.
author Christian Brabandt <cb@256bit.org>
date Sat, 14 Jul 2018 22:00:06 +0200
parents 0b6c09957b43
children 9b04068f7265
line wrap: on
line diff
--- a/src/testdir/Make_dos.mak
+++ b/src/testdir/Make_dos.mak
@@ -85,7 +85,6 @@ clean:
 	-if exist tiny.vim del tiny.vim
 	-if exist mbyte.vim del mbyte.vim
 	-if exist mzscheme.vim del mzscheme.vim
-	-if exist lua.vim del lua.vim
 	-if exist Xdir1 rd /s /q Xdir1
 	-if exist Xfind rd /s /q Xfind
 	-if exist XfakeHOME rd /s /q XfakeHOME