forked from aniani/vim
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);
|
||||
|
||||
if (*regparse == 'n' || *regparse == 'n')
|
||||
if (*regparse == 'n')
|
||||
startc = reg_string ? NL : NFA_NEWL;
|
||||
else
|
||||
if (*regparse == 'd'
|
||||
|
||||
Reference in New Issue
Block a user