comparison src/testdir/Make_ming.mak @ 7645:1529ae1c456a v7.4.1122

commit https://github.com/vim/vim/commit/42c9cfa7f4d2f176234e385573ff2fb1f61915e5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 18:49:57 2016 +0100 patch 7.4.1122 Problem: Test 92 and 93 fail when using gvim on a system with a non utf-8 locale. Solution: Avoid using .gvimrc by adding -U NONE. (Yukihiro Nakadaira)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 19:00:04 +0100
parents 2720952e9acb
children 1b6a589a0efc
comparison
equal deleted inserted replaced
7644:db5cd097d9d7 7645:1529ae1c456a
63 63
64 win32: fixff $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) 64 win32: fixff $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32)
65 echo ALL DONE 65 echo ALL DONE
66 66
67 fixff: 67 fixff:
68 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok 68 -$(VIMPROG) -u dos.vim -U NONE --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
69 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q \ 69 -$(VIMPROG) -u dos.vim -U NONE --noplugin "+argdo set ff=unix|upd" +q \
70 dotest.in test60.ok test71.ok test74.ok test_listchars.ok 70 dotest.in test60.ok test71.ok test74.ok test_listchars.ok
71 71
72 clean: 72 clean:
73 -$(DEL) *.out 73 -$(DEL) *.out
74 -$(DEL) test.ok 74 -$(DEL) test.ok