mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
Remove EBCDIC: Remove IF_EB macros
This commit is contained in:
@@ -4076,7 +4076,7 @@ int put_escstr(FILE *fd, char_u *strstart, int what)
|
||||
*/
|
||||
if (c == NL) {
|
||||
if (what == 2) {
|
||||
if (fprintf(fd, IF_EB("\\\026\n", "\\" CTRL_V_STR "\n")) < 0)
|
||||
if (fprintf(fd, "\\\026\n") < 0)
|
||||
return FAIL;
|
||||
} else {
|
||||
if (fprintf(fd, "<NL>") < 0)
|
||||
|
Reference in New Issue
Block a user