mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.2280: crash when passing partial to substitute()
Problem: Crash when passing partial to substitute(). Solution: Take extra arguments into account. (closes #5186)
This commit is contained in:
@@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2280,
|
||||
/**/
|
||||
2279,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user