patch 7.4.1200
Problem: Still using __ARGS.
Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
diff --git a/src/Makefile b/src/Makefile
index 9883a77..29c8680 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1660,10 +1660,11 @@
hashtab.pro \
hangulin.pro \
if_cscope.pro \
- if_xcmdsrv.pro \
+ if_lua.pro \
if_python.pro \
if_python3.pro \
if_ruby.pro \
+ if_xcmdsrv.pro \
json.pro \
main.pro \
mark.pro \
@@ -1680,6 +1681,7 @@
option.pro \
os_unix.pro \
popupmnu.pro \
+ pty.pro \
quickfix.pro \
regexp.pro \
screen.pro \
@@ -1997,6 +1999,7 @@
test_cursor_func \
test_delete \
test_expand \
+ test_glob2regpat \
test_hardcopy \
test_increment \
test_json \