mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 7.4.1057
Problem: Typos in the :options window. Solution: Fix the typos. (Dominique Pelle)
This commit is contained in:
@@ -794,7 +794,7 @@ call append("$", "infercase\tadjust case of a keyword completion match")
|
|||||||
call append("$", "\t(local to buffer)")
|
call append("$", "\t(local to buffer)")
|
||||||
call <SID>BinOptionL("inf")
|
call <SID>BinOptionL("inf")
|
||||||
if has("digraphs")
|
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)
|
call <SID>BinOptionG("dg", &dg)
|
||||||
endif
|
endif
|
||||||
call append("$", "tildeop\tthe \"~\" command behaves like an operator")
|
call append("$", "tildeop\tthe \"~\" command behaves like an operator")
|
||||||
@@ -1199,7 +1199,7 @@ if has("arabic")
|
|||||||
call <SID>BinOptionG("tbidi", &tbidi)
|
call <SID>BinOptionG("tbidi", &tbidi)
|
||||||
endif
|
endif
|
||||||
if has("keymap")
|
if has("keymap")
|
||||||
call append("$", "keymap\tname of a keyboard mappping")
|
call append("$", "keymap\tname of a keyboard mapping")
|
||||||
call <SID>OptionL("kmp")
|
call <SID>OptionL("kmp")
|
||||||
endif
|
endif
|
||||||
if has("langmap")
|
if has("langmap")
|
||||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1057,
|
||||||
/**/
|
/**/
|
||||||
1056,
|
1056,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user