commit | 5fe6bdf858a7f2f288d599ffb5efb3c08449c817 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 17:22:12 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 17:22:12 2017 +0100 |
tree | 06d28d0ae034a699ccd44176ef6f5a61d0854e5f | |
parent | 3767c6e9ee1bd585a2afba7e932854b24d194a2d [diff] [blame] |
patch 8.0.1374: CTRL-A does not work with an empty line Problem: CTRL-A does not work with an empty line. (Alex) Solution: Decrement the end only once. (Hirohito Higashi, closes #2387)
diff --git a/src/version.c b/src/version.c index 837ca02..9df11cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1374, +/**/ 1373, /**/ 1372,