comparison src/version.c @ 6110:1bff71d20262 v7.4.393

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)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Aug 2014 14:52:30 +0200
parents 589fd07888ab
children d594c1552137
comparison
equal deleted inserted replaced
6109:e21d20c8500f 6110:1bff71d20262
187 #ifdef FEAT_DIGRAPHS 187 #ifdef FEAT_DIGRAPHS
188 "+digraphs", 188 "+digraphs",
189 #else 189 #else
190 "-digraphs", 190 "-digraphs",
191 #endif 191 #endif
192 #ifdef FEAT_GUI_W32
193 # ifdef FEAT_DIRECTX
194 "+directx",
195 # else
196 "-directx",
197 # endif
198 #endif
192 #ifdef FEAT_DND 199 #ifdef FEAT_DND
193 "+dnd", 200 "+dnd",
194 #else 201 #else
195 "-dnd", 202 "-dnd",
196 #endif 203 #endif
732 NULL 739 NULL
733 }; 740 };
734 741
735 static int included_patches[] = 742 static int included_patches[] =
736 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 393,
737 /**/ 746 /**/
738 392, 747 392,
739 /**/ 748 /**/
740 391, 749 391,
741 /**/ 750 /**/