diff src/version.c @ 8712:65130a9d3386 v7.4.1645

commit https://github.com/vim/vim/commit/c5fbe8af4cd80789f831b78aa44ff0b238138769 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 24 21:42:09 2016 +0100 patch 7.4.1645 Problem: When a dict contains a partial it can't be redefined as a function. (Nikolai Pavlov) Solution: Remove the partial when overwriting with a function.
author Christian Brabandt <cb@256bit.org>
date Thu, 24 Mar 2016 21:45:07 +0100
parents af3cb5c068fd
children a5224eeb3546
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1645,
+/**/
     1644,
 /**/
     1643,