diff runtime/optwin.vim @ 7511:9985800f116d v7.4.1057

commit https://github.com/vim/vim/commit/2b7db933b0418f3964da5399047ce8998007874c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 7 16:52:10 2016 +0100 patch 7.4.1057 Problem: Typos in the :options window. Solution: Fix the typos. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jan 2016 17:00:05 +0100
parents 6ba7182fb7bd
children c9fc24b76293
line wrap: on
line diff
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -794,7 +794,7 @@ call append("$", "infercase\tadjust case
 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")
@@ -1199,7 +1199,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")