diff src/version.c @ 5513:eed95874f30e v7.4.105

updated for version 7.4.105 Problem: Completing a tag pattern may give an error for invalid pattern. Solution: Suppress the error, just return no matches.
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Nov 2013 14:36:33 +0100
parents dd7d1a86b311
children de9a01851ebd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    105,
+/**/
     104,
 /**/
     103,