mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
regexp: Fix warning about octal constant
This commit is contained in:
parent
76783963eb
commit
69ebfb8d8e
@ -2398,7 +2398,7 @@ collection:
|
||||
regc('\b');
|
||||
break;
|
||||
case CLASS_ESCAPE:
|
||||
regc('\033');
|
||||
regc(ESC);
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user