comparison 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
comparison
equal deleted inserted replaced
17997:e7c2e81d8270 17998:ea916dbbb9b9
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 1995,
760 /**/ 762 /**/
761 1994, 763 1994,
762 /**/ 764 /**/
763 1993, 765 1993,
764 /**/ 766 /**/