mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -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:
@@ -12464,6 +12464,9 @@ f_has(argvars, rettv)
|
||||
#ifdef FEAT_DIGRAPHS
|
||||
"digraphs",
|
||||
#endif
|
||||
#ifdef FEAT_DIRECTX
|
||||
"directx",
|
||||
#endif
|
||||
#ifdef FEAT_DND
|
||||
"dnd",
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user