From: Bram Moolenaar Date: Thu, 7 Jan 2016 15:52:10 +0000 (+0100) Subject: patch 7.4.1057 X-Git-Tag: v7.4.1057 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b7db933b0418f3964da5399047ce8998007874c;p=vim patch 7.4.1057 Problem: Typos in the :options window. Solution: Fix the typos. (Dominique Pelle) --- diff --git a/runtime/optwin.vim b/runtime/optwin.vim index ecfec901b..731848330 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -794,7 +794,7 @@ call append("$", "infercase\tadjust case of a keyword completion match") call append("$", "\t(local to buffer)") call BinOptionL("inf") if has("digraphs") - call append("$", "digraph\tenable entering digraps with c1 c2") + call append("$", "digraph\tenable entering digraphs with c1 c2") call BinOptionG("dg", &dg) endif call append("$", "tildeop\tthe \"~\" command behaves like an operator") @@ -1199,7 +1199,7 @@ if has("arabic") call BinOptionG("tbidi", &tbidi) endif if has("keymap") - call append("$", "keymap\tname of a keyboard mappping") + call append("$", "keymap\tname of a keyboard mapping") call OptionL("kmp") endif if has("langmap") diff --git a/src/version.c b/src/version.c index 43fa15a29..b20ebd458 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1057, /**/ 1056, /**/