mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
Remove FEAT_POSTSCRIPT
Printing using PostScript file output
This commit is contained in:
@@ -130,7 +130,6 @@
|
|||||||
#define FEAT_MULTI_LANG
|
#define FEAT_MULTI_LANG
|
||||||
#define FEAT_PATH_EXTRA
|
#define FEAT_PATH_EXTRA
|
||||||
#define FEAT_PERSISTENT_UNDO
|
#define FEAT_PERSISTENT_UNDO
|
||||||
#define FEAT_POSTSCRIPT
|
|
||||||
#define FEAT_PRINTER
|
#define FEAT_PRINTER
|
||||||
#define FEAT_PROFILE
|
#define FEAT_PROFILE
|
||||||
#define FEAT_RELTIME
|
#define FEAT_RELTIME
|
||||||
|
@@ -2032,8 +2032,7 @@ void set_init_1(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(FEAT_POSTSCRIPT) && (defined(MSWIN) || \
|
#if defined(MSWIN) || defined(EBCDIC) || defined(MAC)
|
||||||
defined(EBCDIC) || defined(MAC))
|
|
||||||
/* Set print encoding on platforms that don't default to latin1 */
|
/* Set print encoding on platforms that don't default to latin1 */
|
||||||
set_string_default("penc",
|
set_string_default("penc",
|
||||||
(char_u *)"hp-roman8"
|
(char_u *)"hp-roman8"
|
||||||
|
Reference in New Issue
Block a user