diff src/version.c @ 2699:bb3661a2eccc v7.3.116

updated for version 7.3.116 Problem: 'cursorline' is displayed too short when there are concealed characters and 'list' is set. (Dennis Preiser) Solution: Check for 'cursorline' when 'list' is set. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Feb 2011 17:09:30 +0100
parents 6cc8a093e4a9
children 7c46737918cb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    116,
+/**/
     115,
 /**/
     114,