diff src/version.c @ 17998:ea916dbbb9b9 v8.1.1995

patch 8.1.1995: more functions can be used as methods Commit: https://github.com/vim/vim/commit/93476fd6343ef40d088e064289cc279659d03953 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 6 22:00:54 2019 +0200 patch 8.1.1995: more functions can be used as methods Problem: More functions can be used as methods. Solution: Make sign functions usable as a method.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 Sep 2019 22:15:03 +0200
parents 03a53a45c2ca
children 7a19c8d6bb9e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1995,
+/**/
     1994,
 /**/
     1993,