diff src/version.c @ 3831:ca1c025079b1 v7.3.673

updated for version 7.3.673 Problem: Using "gN" while 'selection' is "exclusive" misses one character. (Ben Fritz) Solution: Check the direction when compensating for exclusive selection. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Oct 2012 13:35:51 +0200
parents fd6ef931aa77
children 4da6003f0f0e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    673,
+/**/
     672,
 /**/
     671,