diff src/version.c @ 4117:4584e59860b8 v7.3.812

updated for version 7.3.812 Problem: When 'indentexpr' moves the cursor "curswant" not restored. Solution: Restore "curswant". (Sung Pae)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Feb 2013 16:10:17 +0100
parents ad21448af931
children 4e6e012af150
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 */
 /**/
+    812,
+/**/
     811,
 /**/
     810,