mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
lint
This commit is contained in:
parent
25baeb39e3
commit
0cd786b905
@ -3524,8 +3524,9 @@ static int ccheck_abbr(int c)
|
||||
{
|
||||
int spos = 0;
|
||||
|
||||
if (p_paste || no_abbr) /* no abbreviations or in paste mode */
|
||||
return FALSE;
|
||||
if (p_paste || no_abbr) { // no abbreviations or in paste mode
|
||||
return false;
|
||||
}
|
||||
|
||||
// Do not consider '<,'> be part of the mapping, skip leading whitespace.
|
||||
// Actually accepts any mark.
|
||||
|
Loading…
Reference in New Issue
Block a user