comparison src/Makefile @ 7807:1a5d34492798 v7.4.1200

commit https://github.com/vim/vim/commit/d99df423c559d85c17779b3685426c489554908c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 29 23:20:40 2016 +0100 patch 7.4.1200 Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Jan 2016 23:30:06 +0100
parents e086f4ca4617
children 7fda54504fee
comparison
equal deleted inserted replaced
7806:eb2af74e899a 7807:1a5d34492798
1658 getchar.pro \ 1658 getchar.pro \
1659 hardcopy.pro \ 1659 hardcopy.pro \
1660 hashtab.pro \ 1660 hashtab.pro \
1661 hangulin.pro \ 1661 hangulin.pro \
1662 if_cscope.pro \ 1662 if_cscope.pro \
1663 if_xcmdsrv.pro \ 1663 if_lua.pro \
1664 if_python.pro \ 1664 if_python.pro \
1665 if_python3.pro \ 1665 if_python3.pro \
1666 if_ruby.pro \ 1666 if_ruby.pro \
1667 if_xcmdsrv.pro \
1667 json.pro \ 1668 json.pro \
1668 main.pro \ 1669 main.pro \
1669 mark.pro \ 1670 mark.pro \
1670 memfile.pro \ 1671 memfile.pro \
1671 memline.pro \ 1672 memline.pro \
1678 normal.pro \ 1679 normal.pro \
1679 ops.pro \ 1680 ops.pro \
1680 option.pro \ 1681 option.pro \
1681 os_unix.pro \ 1682 os_unix.pro \
1682 popupmnu.pro \ 1683 popupmnu.pro \
1684 pty.pro \
1683 quickfix.pro \ 1685 quickfix.pro \
1684 regexp.pro \ 1686 regexp.pro \
1685 screen.pro \ 1687 screen.pro \
1686 search.pro \ 1688 search.pro \
1687 sha256.pro \ 1689 sha256.pro \
1995 test_backspace_opt \ 1997 test_backspace_opt \
1996 test_cdo \ 1998 test_cdo \
1997 test_cursor_func \ 1999 test_cursor_func \
1998 test_delete \ 2000 test_delete \
1999 test_expand \ 2001 test_expand \
2002 test_glob2regpat \
2000 test_hardcopy \ 2003 test_hardcopy \
2001 test_increment \ 2004 test_increment \
2002 test_json \ 2005 test_json \
2003 test_langmap \ 2006 test_langmap \
2004 test_lispwords \ 2007 test_lispwords \