commit | d0d0fe09cf95bf88f643ec07d07939cbd41f8e63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 19:23:46 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 19:23:46 2015 +0200 |
tree | b41a7eaa184d206d8ebbdd080cb3cb981fc55621 | |
parent | 7098ee5c37e35494ed36f3ad2d1c305341a41a45 [diff] [blame] |
patch 7.4.732 Problem: The cursor line is not always updated for the "O" command. Solution: Reset the VALID_CROW flag. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 680e551..d9d6c3a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 732, +/**/ 731, /**/ 730,