comparison runtime/optwin.vim @ 625:81fe2ccc1207 v7.0179

updated for version 7.0179
author vimboss
date Thu, 12 Jan 2006 23:22:24 +0000
parents b13dbb7b797c
children 0f9f4761ad9c
comparison
equal deleted inserted replaced
624:91e7d4a7b3b0 625:81fe2ccc1207
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: 2005 Oct 02 4 " Last Change: 2006 Jan 13
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
723 call append("$", "digraph\tenable entering digraps with c1 <BS> c2") 723 call append("$", "digraph\tenable entering digraps with c1 <BS> c2")
724 call <SID>BinOptionG("dg", &dg) 724 call <SID>BinOptionG("dg", &dg)
725 endif 725 endif
726 call append("$", "tildeop\tthe \"~\" command behaves like an operator") 726 call append("$", "tildeop\tthe \"~\" command behaves like an operator")
727 call <SID>BinOptionG("top", &top) 727 call <SID>BinOptionG("top", &top)
728 call append("$", "operatorfunc\tfunction called for the\"g@\" operator")
729 call <SID>OptionG("opfunc", &opfunc)
728 call append("$", "showmatch\tWhen inserting a bracket, briefly jump to its match") 730 call append("$", "showmatch\tWhen inserting a bracket, briefly jump to its match")
729 call <SID>BinOptionG("sm", &sm) 731 call <SID>BinOptionG("sm", &sm)
730 call append("$", "matchtime\ttenth of a second to show a match for 'showmatch'") 732 call append("$", "matchtime\ttenth of a second to show a match for 'showmatch'")
731 call append("$", " \tset mat=" . &mat) 733 call append("$", " \tset mat=" . &mat)
732 call append("$", "matchpairs\tlist of pairs that match for the \"%\" command") 734 call append("$", "matchpairs\tlist of pairs that match for the \"%\" command")