diff src/version.c @ 2597:c3b5d3fe9404 v7.3.020

updated for version 7.3.020 Problem: Cursor position wrong when joining multiple lines and 'formatoptions' contains "a". (Moshe Kamensky) Solution: Adjust cursor position for skipped indent. (Carlo Teubner)
author Bram Moolenaar <bram@vim.org>
date Sat, 09 Oct 2010 17:23:31 +0200
parents bf9579ab26e5
children 10ce04af8c5b
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 */
 /**/
+    20,
+/**/
     19,
 /**/
     18,