comparison runtime/optwin.vim @ 721:ebd1799949ff

updated for version 7.0220
author vimboss
date Fri, 10 Mar 2006 21:34:27 +0000
parents 0f9f4761ad9c
children 59971e227f8c
comparison
equal deleted inserted replaced
720:e180933b876a 721:ebd1799949ff
1 " These commands create the option window. 1 " These commands create the option window.
2 " 2 "
3 " Maintainer: Bram Moolenaar <Bram@vim.org> 3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last Change: 2006 Mar 05 4 " Last Change: 2006 Mar 10
5 5
6 " If there already is an option window, jump to that one. 6 " If there already is an option window, jump to that one.
7 if bufwinnr("option-window") > 0 7 if bufwinnr("option-window") > 0
8 let s:thiswin = winnr() 8 let s:thiswin = winnr()
9 while 1 9 while 1
1161 call <SID>OptionG("tenc", &tenc) 1161 call <SID>OptionG("tenc", &tenc)
1162 call append("$", "charconvert\texpression used for character encoding conversion") 1162 call append("$", "charconvert\texpression used for character encoding conversion")
1163 call <SID>OptionG("ccv", &ccv) 1163 call <SID>OptionG("ccv", &ccv)
1164 call append("$", "delcombine\tDelete combining (composing) characters on their own") 1164 call append("$", "delcombine\tDelete combining (composing) characters on their own")
1165 call <SID>BinOptionG("deco", &deco) 1165 call <SID>BinOptionG("deco", &deco)
1166 call append("$", "maxcombine\tMaximum number of combining (composing) characters displayed")
1167 call <SID>OptionG("mco", &mco)
1166 if has("xim") && has("gui_gtk") 1168 if has("xim") && has("gui_gtk")
1167 call append("$", "imactivatekey\tkey that activates the X input method") 1169 call append("$", "imactivatekey\tkey that activates the X input method")
1168 call <SID>OptionG("imak", &imak) 1170 call <SID>OptionG("imak", &imak)
1169 endif 1171 endif
1170 call append("$", "ambiwidth\tWidth of ambiguous width characters") 1172 call append("$", "ambiwidth\tWidth of ambiguous width characters")