mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:7.4.1057
Problem: Typos in the :options window.
Solution: Fix the typos. (Dominique Pelle)
2b7db933b0
This commit is contained in:
@@ -766,7 +766,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")
|
||||||
@@ -1142,7 +1142,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")
|
||||||
|
@@ -626,7 +626,7 @@ static int included_patches[] = {
|
|||||||
// 1060 NA
|
// 1060 NA
|
||||||
// 1059,
|
// 1059,
|
||||||
// 1058,
|
// 1058,
|
||||||
// 1057,
|
1057,
|
||||||
// 1056,
|
// 1056,
|
||||||
1055,
|
1055,
|
||||||
1054,
|
1054,
|
||||||
|
Reference in New Issue
Block a user