1
0
forked from aniani/vim

patch 8.2.0407: no early check if :find and :sfind have an argument

Problem:    No early check if :find and :sfind have an argument.
Solution:   Add EX_NEEDARG.
This commit is contained in:
Bram Moolenaar
2020-03-19 14:37:30 +01:00
parent e32848780c
commit 2d10cd4780
4 changed files with 12 additions and 6 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
407,
/**/
406,
/**/