0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.1.1809: more functions can be used as a method

Problem:    More functions can be used as a method.
Solution:   Add has_key(), split(), str2list(), etc.
This commit is contained in:
Bram Moolenaar
2019-08-04 17:35:53 +02:00
parent e4ce825a55
commit a74e4946de
7 changed files with 76 additions and 13 deletions

View File

@@ -773,6 +773,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1809,
/**/
1808,
/**/