forked from aniani/vim
patch 8.1.1803: all builtin functions are global
Problem: All builtin functions are global. Solution: Add the method call operator ->. Implemented for a limited number of functions.
This commit is contained in:
@@ -773,6 +773,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1803,
|
||||
/**/
|
||||
1802,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user