commit | a3e7b1f42b3d91de6f3e5f01d8067cf0079be56c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 10 19:00:01 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 10 19:00:01 2010 +0100 |
tree | 71cf8702f02bee07517b0ccf71daed47e381b089 | |
parent | 2a8caa414ec4b704284e39523b457eacca06eea0 [diff] [blame] |
updated for version 7.3.054 Problem: Can define a user command for :Print, but it doesn't work. (Aaron Thoma) Solution: Let user command :Print overrule the builtin command (Christian Brabandt) Disallow :X and :Next as a user defined command.
diff --git a/src/version.c b/src/version.c index ec2f91b..ab330b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 54, +/**/ 53, /**/ 52,