diff src/version.c @ 2778:e92a4b9b4484 v7.3.165

updated for version 7.3.165 Problem: ":find" completion does not escape spaces in a directory name. (Isz) Solution: Add backslashes for EXPAND_FILES_IN_PATH. (Carlo Teubner)
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Apr 2011 17:21:53 +0200
parents cdefcbb70e8c
children 5ddb68c2a845
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    165,
+/**/
     164,
 /**/
     163,