updated for version 7.4.393 v7.4.393
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Aug 2014 12:52:30 +0000 (14:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Aug 2014 12:52:30 +0000 (14:52 +0200)
commitb5a7a8b5451c6fe8a2cc1d5d86c42d9b9a50ef98
treef5616b152c67bfa1de710ca93fe6f883c9069b46
parent8c1329cb59e964797b8abdcf8d42af9877ea8daa
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)
16 files changed:
runtime/doc/eval.txt
runtime/doc/options.txt
runtime/doc/various.txt
src/Make_cyg.mak
src/Make_ming.mak
src/Make_mvc.mak
src/eval.c
src/gui_dwrite.cpp [new file with mode: 0644]
src/gui_dwrite.h [new file with mode: 0644]
src/gui_w32.c
src/gui_w48.c
src/option.c
src/option.h
src/proto/gui_w32.pro
src/version.c
src/vim.h