cleanup/ex_docmd.c: remove most put_line() calls

- prefer fprintf() instead of put_line()
- PUTLINE_FAIL macro to avoid some boilerplate
This commit is contained in:
Justin M. Keyes
2020-01-26 03:45:48 -08:00
parent 2c1d12d0be
commit 2070c082b5
2 changed files with 170 additions and 181 deletions

View File

@@ -578,7 +578,7 @@ static char *(p_ssop_values[]) = {
# define SSOP_BLANK 0x080
# define SSOP_GLOBALS 0x100
# define SSOP_SLASH 0x200
# define SSOP_UNIX 0x400
# define SSOP_UNIX 0x400 /* Deprecated, not used. */
# define SSOP_SESDIR 0x800
# define SSOP_CURDIR 0x1000
# define SSOP_FOLDS 0x2000