commit | f1d6ccf2f9c8a8ae2c0ec4577946397c103ead2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 08 04:16:44 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 08 04:16:44 2014 +0100 |
tree | d400dfd4f59ed200c17eb4df1ffdc6c3d273d192 | |
parent | b2a851fee41a5a1faddcb862aef2beca69dc063a [diff] [blame] |
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)
diff --git a/src/Makefile b/src/Makefile index 13fe70b..5a5518d 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -1896,6 +1896,7 @@ test_breakindent \ test_changelist \ test_close_count \ + test_command_count \ test_eval \ test_insertcount \ test_listlbr \