commit | c7a0d32c834ff321491d8fd7bc68bf6cabd11e44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 12:43:07 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 12:43:07 2015 +0200 |
tree | b6b44a0b1ba641a2b63f1185c454c342f387cdf0 | |
parent | acc39888cddbc8082fb3b89c1a46646bdca55e42 [diff] [blame] |
patch 7.4.740 Problem: ":1quit" works like ":.quit". (Bohr Shaw) Solution: Don't exit Vim when a range is specified. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 03352a7..df9b506 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 740, +/**/ 739, /**/ 738,