diff src/version.c @ 4065:e1b98967a985 v7.3.787

updated for version 7.3.787 Problem: With 'relativenumber' set it is not possible to see the absolute line number. Solution: For the cursor line show the absolute line number instead of a zero. (Nazri Ramliy)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 12:31:36 +0100
parents 8b3e88bab702
children 386fc822dd00
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    787,
+/**/
     786,
 /**/
     785,