Skip to content

Commit

Permalink
patch 9.1.0361: Vim9: vim9type.c is too complicated
Browse files Browse the repository at this point in the history
Problem:  Vim9: vim9type.c is too complicated
Solution: Refactor a few functions in vim9type.c
          (Yegappan Lakshmanan)

closes: #14605

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
yegappan authored and chrisbra committed Apr 21, 2024
1 parent 84f6dc7 commit 5eaa4d9
Show file tree
Hide file tree
Showing 2 changed files with 438 additions and 343 deletions.
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -704,6 +704,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
361,
/**/
360,
/**/
Expand Down

0 comments on commit 5eaa4d9

Please sign in to comment.