Skip to content

Commit 4b3ffb0

Browse files
committed
sync with vim73-kaoriya-win64-20110323
1 parent 4960836 commit 4b3ffb0

24 files changed

+7468
-7452
lines changed

.hgignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,16 @@ gvimext.lib
4444
*.swp
4545
*~
4646

47-
# KaoriYa
48-
src/Obj/*/pathdef.c
49-
src/if_perl.c
50-
5147
# Generated by "make test"
5248
src/po/*.ck
5349
src/testdir/mbyte.vim
5450
src/testdir/mzscheme.vim
5551
src/testdir/small.vim
5652
src/testdir/tiny.vim
5753
src/testdir/test*.out
54+
55+
# KaoriYa
56+
src/*.lib
57+
src/Obj/*/pathdef.c
58+
src/if_perl.c
59+
src/po/vim.pot

runtime/doc/options.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,9 @@ A jump table for the options with a short description can be found at |Q_op|.
678678
"single": Use the same width as characters in US-ASCII. This is
679679
expected by most users.
680680
"double": Use twice the width of ASCII characters.
681+
"auto": Use obtained width from system.
682+
{only for Win NT/2K systems, currently}
683+
681684
*E834* *E835*
682685
The value "double" cannot be used if 'listchars' or 'fillchars'
683686
contains a character that would be double width.
@@ -697,6 +700,10 @@ A jump table for the options with a short description can be found at |Q_op|.
697700
when the system locale is set to one of CJK locales. See Unicode
698701
Standard Annex #11 (http://www.unicode.org/reports/tr11).
699702

703+
On some systems, we can use width for a character which defined by
704+
font design. If you use such a system try "auto" for this option.
705+
It will give you more nice result for a font which you select.
706+
700707
*'antialias'* *'anti'* *'noantialias'* *'noanti'*
701708
'antialias' 'anti' boolean (default: off)
702709
global
@@ -3645,6 +3652,9 @@ A jump table for the options with a short description can be found at |Q_op|.
36453652
'F' Add a footer. Only for Motif. See |gui-footer|.
36463653

36473654

3655+
'C' Remove caption (title) bar. Support Win32 only.
3656+
3657+
36483658
*'guipty'* *'noguipty'*
36493659
'guipty' boolean (default on)
36503660
global

runtime/encode_japan.vim

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)