summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-30 13:28:28 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-30 13:28:28 +0100
commit4349c57543a98dc417b74da5a08c326337aa0bd3 (patch)
tree45f72049af7a0a68827cd0769a9c21986ac783bf /src/Makefile
parent3e96c3d241ab657cf4df0913ea8de50a6cb90730 (diff)
downloadvim-git-4349c57543a98dc417b74da5a08c326337aa0bd3.tar.gz
patch 7.4.1203v7.4.1203
Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 38d31eb34..f388f9ab3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1661,6 +1661,7 @@ PRO_AUTO = \
hangulin.pro \
if_cscope.pro \
if_lua.pro \
+ if_mzsch.pro \
if_python.pro \
if_python3.pro \
if_ruby.pro \
@@ -1668,6 +1669,7 @@ PRO_AUTO = \
json.pro \
main.pro \
mark.pro \
+ mbyte.pro \
memfile.pro \
memline.pro \
menu.pro \
@@ -1675,7 +1677,6 @@ PRO_AUTO = \
misc1.pro \
misc2.pro \
move.pro \
- mbyte.pro \
normal.pro \
ops.pro \
option.pro \