comparison runtime/optwin.vim @ 7511:9985800f116d v7.4.1057

commit https://github.com/vim/vim/commit/2b7db933b0418f3964da5399047ce8998007874c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 7 16:52:10 2016 +0100 patch 7.4.1057 Problem: Typos in the :options window. Solution: Fix the typos. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jan 2016 17:00:05 +0100
parents 6ba7182fb7bd
children c9fc24b76293
comparison
equal deleted inserted replaced
7510:b8104d67b976 7511:9985800f116d
792 endif 792 endif
793 call append("$", "infercase\tadjust case of a keyword completion match") 793 call append("$", "infercase\tadjust case of a keyword completion match")
794 call append("$", "\t(local to buffer)") 794 call append("$", "\t(local to buffer)")
795 call <SID>BinOptionL("inf") 795 call <SID>BinOptionL("inf")
796 if has("digraphs") 796 if has("digraphs")
797 call append("$", "digraph\tenable entering digraps with c1 <BS> c2") 797 call append("$", "digraph\tenable entering digraphs with c1 <BS> c2")
798 call <SID>BinOptionG("dg", &dg) 798 call <SID>BinOptionG("dg", &dg)
799 endif 799 endif
800 call append("$", "tildeop\tthe \"~\" command behaves like an operator") 800 call append("$", "tildeop\tthe \"~\" command behaves like an operator")
801 call <SID>BinOptionG("top", &top) 801 call <SID>BinOptionG("top", &top)
802 call append("$", "operatorfunc\tfunction called for the\"g@\" operator") 802 call append("$", "operatorfunc\tfunction called for the\"g@\" operator")
1197 call <SID>BinOptionG("arshape", &arshape) 1197 call <SID>BinOptionG("arshape", &arshape)
1198 call append("$", "termbidi\tterminal will perform bidi handling") 1198 call append("$", "termbidi\tterminal will perform bidi handling")
1199 call <SID>BinOptionG("tbidi", &tbidi) 1199 call <SID>BinOptionG("tbidi", &tbidi)
1200 endif 1200 endif
1201 if has("keymap") 1201 if has("keymap")
1202 call append("$", "keymap\tname of a keyboard mappping") 1202 call append("$", "keymap\tname of a keyboard mapping")
1203 call <SID>OptionL("kmp") 1203 call <SID>OptionL("kmp")
1204 endif 1204 endif
1205 if has("langmap") 1205 if has("langmap")
1206 call append("$", "langmap\tlist of characters that are translated in Normal mode") 1206 call append("$", "langmap\tlist of characters that are translated in Normal mode")
1207 call <SID>OptionG("lmap", &lmap) 1207 call <SID>OptionG("lmap", &lmap)