comparison runtime/doc/usr_45.txt @ 1618:46bbe11644e0

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 20:19:36 +0000
parents de2bde5aa8ff
children 0b796e045c42
comparison
equal deleted inserted replaced
1617:5f0c7aae4da2 1618:46bbe11644e0
1 *usr_45.txt* For Vim version 7.1. Last change: 2006 Apr 24 1 *usr_45.txt* For Vim version 7.2a. Last change: 2008 Apr 30
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Select your language 5 Select your language
6 6
193 :set guifont=courier_new:h12 193 :set guifont=courier_new:h12
194 194
195 If it doesn't work well, try getting a fontpack. If Microsoft didn't move it, 195 If it doesn't work well, try getting a fontpack. If Microsoft didn't move it,
196 you can find it here: 196 you can find it here:
197 197
198 http://www.microsoft.com/typography/fontpack/default.htm ~ 198 http://www.microsoft.com/typography/fonts/default.aspx ~
199 199
200 Now you have told Vim to use Unicode internally and display text with a 200 Now you have told Vim to use Unicode internally and display text with a
201 Unicode font. Typed characters still arrive in the encoding of your original 201 Unicode font. Typed characters still arrive in the encoding of your original
202 language. This requires converting them to Unicode. Tell Vim the language 202 language. This requires converting them to Unicode. Tell Vim the language
203 from which to convert with the 'termencoding' option. You can do it like 203 from which to convert with the 'termencoding' option. You can do it like