mirror of
https://github.com/vim/vim.git
synced 2025-11-12 22:44:34 -05:00
patch 9.1.1148: Vim9: finding imported scripts can be further improved
Problem: Vim9: finding imported scripts can be further improved
(after v9.1.1146)
Solution: Eliminate extra find_imported() call (Hirohito Higashi)
related: #16602
related: #16660
closes: #16731
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
00a00f5d3f
commit
6c0128385e
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1148,
|
||||
/**/
|
||||
1147,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user