mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.4.393
Problem: Text drawing on newer MS-Windows systems is suboptimal. Some multi-byte characters are not displayed, even though the same font in Notepad can display them. (Srinath Avadhanula) Solution: Add the 'renderoptions' option to enable Direct-X drawing. (Taro Muraoka)
This commit is contained in:
@@ -655,6 +655,9 @@ EXTERN long p_rdt; /* 'redrawtime' */
|
||||
#endif
|
||||
EXTERN int p_remap; /* 'remap' */
|
||||
EXTERN long p_re; /* 'regexpengine' */
|
||||
#ifdef FEAT_RENDER_OPTIONS
|
||||
EXTERN char_u *p_rop; /* 'renderoptions' */
|
||||
#endif
|
||||
EXTERN long p_report; /* 'report' */
|
||||
#if defined(FEAT_WINDOWS) && defined(FEAT_QUICKFIX)
|
||||
EXTERN long p_pvh; /* 'previewheight' */
|
||||
|
Reference in New Issue
Block a user