mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
eval/encode: Dump FF character correctly
This commit is contained in:
@@ -866,6 +866,7 @@ static const char escapes[][3] = {
|
||||
[CAR] = "\\r",
|
||||
['"'] = "\\\"",
|
||||
['\\'] = "\\\\",
|
||||
[FF] = "\\f",
|
||||
};
|
||||
|
||||
static const char xdigits[] = "0123456789ABCDEF";
|
||||
|
Reference in New Issue
Block a user