Skip to content

Commit

Permalink
patch 9.1.0955: Vim9: vim9compile.c can be further improved
Browse files Browse the repository at this point in the history
Problem:  Vim9: vim9compile.c can be further improved
Solution: refactor the compile_def_function
          (Yegappan Lakshmanan)

closes: vim#16280

Signed-off-by: Yegappan Lakshmanan <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
yegappan authored and chrisbra committed Dec 23, 2024
1 parent 08be9dd commit f07c10d
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 148 deletions.
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
955,
/**/
954,
/**/
Expand Down
Loading

0 comments on commit f07c10d

Please sign in to comment.