diff options
| author | Christian Clason <christian.clason@uni-due.de> | 2021-09-13 16:33:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 16:33:41 +0200 |
| commit | 5fd21b8d3e9dcb2b3dc3bdab4b58218ac908e3e8 (patch) | |
| tree | d0df1b7dabb022b8f808e454e2f48cb63361e96d /runtime/keymap | |
| parent | 1a9d2a4040f3ba3fe272488a7e85db6cdb453d39 (diff) | |
| download | rneovim-5fd21b8d3e9dcb2b3dc3bdab4b58218ac908e3e8.tar.gz rneovim-5fd21b8d3e9dcb2b3dc3bdab4b58218ac908e3e8.tar.bz2 rneovim-5fd21b8d3e9dcb2b3dc3bdab4b58218ac908e3e8.zip | |
vim-patch:6c391a74fe90 (#15654)
Update runtime files
https://github.com/vim/vim/commit/6c391a74fe90190796ca0b0c010112948a6e75d7
omit autoload/getscript.vim
skip doc/eval.txt (needs 8.2.2468)
skip doc/various.txt (needs 8.2.3400)
(typofixes courtesy of @dundargoc)
Diffstat (limited to 'runtime/keymap')
| -rw-r--r-- | runtime/keymap/kana.vim | 4 | ||||
| -rw-r--r-- | runtime/keymap/korean.vim | 2 | ||||
| -rw-r--r-- | runtime/keymap/russian-jcukenwintype.vim | 2 | ||||
| -rw-r--r-- | runtime/keymap/russian-typograph.vim | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/runtime/keymap/kana.vim b/runtime/keymap/kana.vim index 23b5f876ac..9aff4eba41 100644 --- a/runtime/keymap/kana.vim +++ b/runtime/keymap/kana.vim @@ -364,7 +364,7 @@ ppu っぷ ppe っぺ ppo っぽ -" Proceded by a small `tu' and followed by a small 'ya', 'yu' or 'yo' +" Preceded by a small `tu' and followed by a small 'ya', 'yu' or 'yo' kkya っきゃ kkyu っきゅ kkyo っきょ @@ -683,7 +683,7 @@ PPU ップ PPE ッペ PPO ッポ -" Proceded by a small `tu' and followed by a small 'ya', 'yu' or 'yo' +" Preceded by a small `tu' and followed by a small 'ya', 'yu' or 'yo' KKYA ッキャ KKYU ッキュ KKYO ッキョ diff --git a/runtime/keymap/korean.vim b/runtime/keymap/korean.vim index 044e3b9918..64ae519320 100644 --- a/runtime/keymap/korean.vim +++ b/runtime/keymap/korean.vim @@ -10,7 +10,7 @@ " BUT, simply mapping each letter of Hangul with sequence of alphabet 1 by 1 " can fail to combine Hangul jamo (conconants and vowels) right. " For example, sequentially pressing `ㅅㅓㅇㅜㄹㄷㅐㅎㅏㄱㅛ` can not only be -" combined as `서울대학교`, but alse `성ㅜㄹ댛ㅏㄱ교`, which is totally +" combined as `서울대학교`, but also `성ㅜㄹ댛ㅏㄱ교`, which is totally " nonsense. " Though combining Hangul is deterministic with law that each letter must be " one of (consonant + vowel) or (consonant + vowel + consonant), there is no diff --git a/runtime/keymap/russian-jcukenwintype.vim b/runtime/keymap/russian-jcukenwintype.vim index 25d6286e24..2d5856ad0c 100644 --- a/runtime/keymap/russian-jcukenwintype.vim +++ b/runtime/keymap/russian-jcukenwintype.vim @@ -4,7 +4,7 @@ " Useful mainly with utf-8 but may work with other encodings " Derived from russian-jcuken.vim by Artem Chuprina <ran@ran.pp.ru> -" Typewriter variant of standart russian layout +" Typewriter variant of standard russian layout " Maintainer: Denis Proskurin <danwerspb@gmail.com> " Last Changed: 2015 May 15 diff --git a/runtime/keymap/russian-typograph.vim b/runtime/keymap/russian-typograph.vim index a85e861e32..e0fbf22884 100644 --- a/runtime/keymap/russian-typograph.vim +++ b/runtime/keymap/russian-typograph.vim @@ -106,7 +106,7 @@ loadkeymap <char-0x005d> <char-0x044a> " CYRILLIC SMALL LETTER HARD SIGN <char-0x007d> <char-0x042a> " CYRILLIC CAPITAL LETTER HARD SIGN -" ALPHABETIC 2st ROW +" ALPHABETIC 2nd ROW <char-0x0061> <char-0x0444> " CYRILLIC SMALL LETTER EF <char-0x0041> <char-0x0424> " CYRILLIC CAPITAL LETTER EF @@ -131,7 +131,7 @@ loadkeymap <char-0x0027> <char-0x044d> " CYRILLIC SMALL LETTER E <char-0x0022> <char-0x042d> " CYRILLIC CAPITAL LETTER E -" ALPHABETIC 3st ROW +" ALPHABETIC 3rd ROW <char-0x007a> <char-0x044f> " CYRILLIC SMALL LETTER YA <char-0x005a> <char-0x042f> " CYRILLIC CAPITAL LETTER YA |