diff src/version.c @ 4069:43c15135926f v7.3.789

updated for version 7.3.789 Problem: "\k" in regexp does not work in other window. Solution: Use the right buffer. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 13:59:37 +0100
parents 386fc822dd00
children 8819ea6dcb72
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 */
 /**/
+    789,
+/**/
     788,
 /**/
     787,