Skip to content

Commit 2b7db93

Browse files
committed
patch 7.4.1057
Problem: Typos in the :options window. Solution: Fix the typos. (Dominique Pelle)
1 parent ca1fe98 commit 2b7db93

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

runtime/optwin.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ call append("$", "infercase\tadjust case of a keyword completion match")
794794
call append("$", "\t(local to buffer)")
795795
call <SID>BinOptionL("inf")
796796
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")
798798
call <SID>BinOptionG("dg", &dg)
799799
endif
800800
call append("$", "tildeop\tthe \"~\" command behaves like an operator")
@@ -1199,7 +1199,7 @@ if has("arabic")
11991199
call <SID>BinOptionG("tbidi", &tbidi)
12001200
endif
12011201
if has("keymap")
1202-
call append("$", "keymap\tname of a keyboard mappping")
1202+
call append("$", "keymap\tname of a keyboard mapping")
12031203
call <SID>OptionL("kmp")
12041204
endif
12051205
if has("langmap")

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1057,
744746
/**/
745747
1056,
746748
/**/

0 commit comments

Comments
 (0)