mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
updated for version 7.3.1001
Problem: Duplicate condition in if. Solution: Remove one condition.
This commit is contained in:
@@ -1091,7 +1091,7 @@ nfa_regatom()
|
|||||||
{
|
{
|
||||||
nfa_inc(®parse);
|
nfa_inc(®parse);
|
||||||
|
|
||||||
if (*regparse == 'n' || *regparse == 'n')
|
if (*regparse == 'n')
|
||||||
startc = reg_string ? NL : NFA_NEWL;
|
startc = reg_string ? NL : NFA_NEWL;
|
||||||
else
|
else
|
||||||
if (*regparse == 'd'
|
if (*regparse == 'd'
|
||||||
|
@@ -728,6 +728,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1001,
|
||||||
/**/
|
/**/
|
||||||
1000,
|
1000,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user