comparison src/version.c @ 17972:a170c48e0f91 v8.1.1982

patch 8.1.1982: more functions can be used as methods Commit: https://github.com/vim/vim/commit/6a124e622cfe52619781c6a02119177a44d09210 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 4 18:15:19 2019 +0200 patch 8.1.1982: more functions can be used as methods Problem: More functions can be used as methods. Solution: Make popup functions usable as a method.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Sep 2019 18:30:03 +0200
parents 684a15da9929
children 9fb236d0f386
comparison
equal deleted inserted replaced
17971:cf3bf7a0d3e2 17972:a170c48e0f91
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 1982,
760 /**/ 762 /**/
761 1981, 763 1981,
762 /**/ 764 /**/
763 1980, 765 1980,
764 /**/ 766 /**/