diff src/version.c @ 3873:fd96b3cc88ed v7.3.693

updated for version 7.3.693 Problem: Can't make 'softtabstop' follow 'shiftwidth'. Solution: When 'softtabstop' is negative use the value of 'shiftwidth'. (so8res)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Oct 2012 00:10:39 +0200
parents 337a4368fd2b
children 8235ccf121bb
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 */
 /**/
+    693,
+/**/
     692,
 /**/
     691,