comparison src/Makefile @ 6424:de877dab1c31 v7.4.542

updated for version 7.4.542 Problem: Using a range for window and buffer commands has a few problems. Cannot specify the type of range for a user command. Solution: Add the -addr argument for user commands. Fix problems. (Marcin Szamotulski)
author Bram Moolenaar <bram@vim.org>
date Mon, 08 Dec 2014 04:16:44 +0100
parents 5a76e36f07b1
children db53fd1a7d5c
comparison
equal deleted inserted replaced
6423:946876e24d5d 6424:de877dab1c31
1894 test_argument_count \ 1894 test_argument_count \
1895 test_autoformat_join \ 1895 test_autoformat_join \
1896 test_breakindent \ 1896 test_breakindent \
1897 test_changelist \ 1897 test_changelist \
1898 test_close_count \ 1898 test_close_count \
1899 test_command_count \
1899 test_eval \ 1900 test_eval \
1900 test_insertcount \ 1901 test_insertcount \
1901 test_listlbr \ 1902 test_listlbr \
1902 test_listlbr_utf8 \ 1903 test_listlbr_utf8 \
1903 test_mapping \ 1904 test_mapping \