forked from aniani/vim
updated for version 7.3.1127
Problem: No error for using empty \%[]. Solution: Give error message.
This commit is contained in:
@@ -977,6 +977,9 @@ nfa_regatom()
|
||||
reg_magic == MAGIC_ALL);
|
||||
EMIT(c);
|
||||
}
|
||||
if (n == 0)
|
||||
EMSG2_RET_FAIL(_(e_empty_sb),
|
||||
reg_magic == MAGIC_ALL);
|
||||
EMIT(NFA_OPT_CHARS);
|
||||
EMIT(n);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user