comparison runtime/optwin.vim @ 6951:b2673982c625

Updated and new runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Jul 2015 19:19:13 +0200
parents 62ba356c2d4e
children ad7ee058c03b
comparison
equal deleted inserted replaced
6950:21cbf1529a71 6951:b2673982c625
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: 2014 Nov 19 4 " Last Change: 2015 Jul 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
703 endif 703 endif
704 call append("$", "errorbells\tring the bell for error messages") 704 call append("$", "errorbells\tring the bell for error messages")
705 call <SID>BinOptionG("eb", &eb) 705 call <SID>BinOptionG("eb", &eb)
706 call append("$", "visualbell\tuse a visual bell instead of beeping") 706 call append("$", "visualbell\tuse a visual bell instead of beeping")
707 call <SID>BinOptionG("vb", &vb) 707 call <SID>BinOptionG("vb", &vb)
708 call append("$", "belloff\tdo not ring the bell for these reasons")
709 call <SID>OptionG("beolloff", &beolloff)
708 if has("multi_lang") 710 if has("multi_lang")
709 call append("$", "helplang\tlist of preferred languages for finding help") 711 call append("$", "helplang\tlist of preferred languages for finding help")
710 call <SID>OptionG("hlg", &hlg) 712 call <SID>OptionG("hlg", &hlg)
711 endif 713 endif
712 714
952 call append("$", "\t(local to buffer)") 954 call append("$", "\t(local to buffer)")
953 call <SID>BinOptionL("bin") 955 call <SID>BinOptionL("bin")
954 call append("$", "endofline\tlast line in the file has an end-of-line") 956 call append("$", "endofline\tlast line in the file has an end-of-line")
955 call append("$", "\t(local to buffer)") 957 call append("$", "\t(local to buffer)")
956 call <SID>BinOptionL("eol") 958 call <SID>BinOptionL("eol")
957 call append("$", "fixeol\tfixes missing end-of-line at end of text file") 959 call append("$", "fixendofline\tfixes missing end-of-line at end of text file")
958 call append("$", "\t(local to buffer)") 960 call append("$", "\t(local to buffer)")
959 call <SID>BinOptionL("fixeol") 961 call <SID>BinOptionL("fixeol")
960 if has("multi_byte") 962 if has("multi_byte")
961 call append("$", "bomb\tprepend a Byte Order Mark to the file") 963 call append("$", "bomb\tprepend a Byte Order Mark to the file")
962 call append("$", "\t(local to buffer)") 964 call append("$", "\t(local to buffer)")