diff src/version.c @ 3516:ebec52bc2800 v7.3.519

updated for version 7.3.519 Problem: When completefunction returns it cannot indicate end of completion mode. Solution: Recognize completefunction returning -3. (Mtsushita Shougo)
author Bram Moolenaar <bram@vim.org>
date Fri, 18 May 2012 16:35:21 +0200
parents ec4ab9d832b0
children 7bafe52b6245
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 */
 /**/
+    519,
+/**/
     518,
 /**/
     517,