mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -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);
|
||||
|
||||
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