commit | a554a1933c61d5464c5878ea41ec4dce02c2f01e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 17:33:53 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 17:33:53 2011 +0200 |
tree | 86e4a96b3fbd5adb65249f71cbc52cba9fcf9bc4 | |
parent | 38e2b0636b23fd5a7b2da0a86bbca714ba98e31b [diff] [blame] |
updated for version 7.3.318 Problem: "C" on the last line deletes that line if it's blank. Solution: Only delete the last line for a delete operation. (James Vega)
diff --git a/src/version.c b/src/version.c index 35ed103..a22a460 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 318, +/**/ 317, /**/ 316,