This commit is contained in:
Jan Edmund Lazo 2018-10-10 23:26:26 -04:00
parent 25baeb39e3
commit 0cd786b905

View File

@ -3524,8 +3524,9 @@ static int ccheck_abbr(int c)
{ {
int spos = 0; int spos = 0;
if (p_paste || no_abbr) /* no abbreviations or in paste mode */ if (p_paste || no_abbr) { // no abbreviations or in paste mode
return FALSE; return false;
}
// Do not consider '<,'> be part of the mapping, skip leading whitespace. // Do not consider '<,'> be part of the mapping, skip leading whitespace.
// Actually accepts any mark. // Actually accepts any mark.