diff src/version.c @ 3875:8235ccf121bb v7.3.694

updated for version 7.3.694 Problem: Now that 'shiftwidth' may use the value of 'tabstop' it is not so easy to use in indent files. Solution: Add the shiftwidth() function. (so8res)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Oct 2012 00:45:18 +0200
parents fd96b3cc88ed
children cd6c420e31d6
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 */
 /**/
+    694,
+/**/
     693,
 /**/
     692,