vim-patch:7.4.1057

Problem:    Typos in the :options window.
Solution:   Fix the typos. (Dominique Pelle)

2b7db933b0
This commit is contained in:
Michael Ennen 2016-05-19 21:21:58 -07:00
parent 7d11cc6912
commit 817438f16c
2 changed files with 3 additions and 3 deletions

View File

@ -766,7 +766,7 @@ call append("$", "infercase\tadjust case of a keyword completion match")
call append("$", "\t(local to buffer)")
call <SID>BinOptionL("inf")
if has("digraphs")
call append("$", "digraph\tenable entering digraps with c1 <BS> c2")
call append("$", "digraph\tenable entering digraphs with c1 <BS> c2")
call <SID>BinOptionG("dg", &dg)
endif
call append("$", "tildeop\tthe \"~\" command behaves like an operator")
@ -1142,7 +1142,7 @@ if has("arabic")
call <SID>BinOptionG("tbidi", &tbidi)
endif
if has("keymap")
call append("$", "keymap\tname of a keyboard mappping")
call append("$", "keymap\tname of a keyboard mapping")
call <SID>OptionL("kmp")
endif
if has("langmap")

View File

@ -626,7 +626,7 @@ static int included_patches[] = {
// 1060 NA
// 1059,
// 1058,
// 1057,
1057,
// 1056,
1055,
1054,