mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
regexp: Fix warning about octal constant
This commit is contained in:
@@ -2398,7 +2398,7 @@ collection:
|
||||
regc('\b');
|
||||
break;
|
||||
case CLASS_ESCAPE:
|
||||
regc('\033');
|
||||
regc(ESC);
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user