comparison runtime/optwin.vim @ 839:1f3b1021f002 v7.0e05

updated for version 7.0e05
author vimboss
date Fri, 21 Apr 2006 22:12:41 +0000
parents fb913578cbf5
children a209672376fd
comparison
equal deleted inserted replaced
838:8e5830943bff 839:1f3b1021f002
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 18 4 " Last Change: 2006 Apr 21
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
479 call append("$", " \tset tpm=" . &tpm) 479 call append("$", " \tset tpm=" . &tpm)
480 call append("$", "tabline\tcustom tab pages line") 480 call append("$", "tabline\tcustom tab pages line")
481 call <SID>OptionG("tal", &tal) 481 call <SID>OptionG("tal", &tal)
482 call append("$", "guitablabel\tcustom tab page label for the GUI") 482 call append("$", "guitablabel\tcustom tab page label for the GUI")
483 call <SID>OptionG("gtl", &gtl) 483 call <SID>OptionG("gtl", &gtl)
484 call append("$", "guitabtooltip\tcustom tab page tooltip for the GUI")
485 call <SID>OptionG("gtt", &gtt)
484 486
485 487
486 call <SID>Header("terminal") 488 call <SID>Header("terminal")
487 call append("$", "term\tname of the used terminal") 489 call append("$", "term\tname of the used terminal")
488 call <SID>OptionG("term", &term) 490 call <SID>OptionG("term", &term)