summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-10-31 12:42:01 +0100
committerBram Moolenaar <Bram@vim.org>2014-10-31 12:42:01 +0100
commitfe3c41009887331dc9fee2bedf457728117be544 (patch)
tree8b1d51cd7326264a77bc31f71cde7d517de7d49c /src/version.c
parent7a373dd0d49b3dd992e7999bb368d0b307d70662 (diff)
downloadvim-fe3c41009887331dc9fee2bedf457728117be544.zip
updated for version 7.4.489
Problem: Cursor movement still wrong when 'lbr' is set and there is a number column. (Hirohito Higashi) Solution: Add correction for number column. (Hiroyuki Takagi)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e720782c7..1ef081855 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 489,
+/**/
488,
/**/
487,