diff options
| author | Ben Linskey | 2016-05-12 21:00:50 -0400 |
|---|---|---|
| committer | Ben Linskey | 2016-05-12 21:00:50 -0400 |
| commit | 29e347d5cd129db983ad296e3c2a8fcba0bf1fa2 (patch) | |
| tree | a34a6e5136f5772017b3ad234d8638363910ece2 | |
| parent | d349d62c6e3cfa6e87301a2ffb2e4782374a8aad (diff) | |
| download | vim-armenian-keymaps-29e347d5cd129db983ad296e3c2a8fcba0bf1fa2.tar.gz | |
Fix an error
J and j were accidentally mapped to Ք and ք, overwriting the correct mappings for these keys. These letters are now properly represented by K and k.
| -rw-r--r-- | western-armenian_utf-8.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/western-armenian_utf-8.vim b/western-armenian_utf-8.vim index e3ee9d3..767a0c5 100644 --- a/western-armenian_utf-8.vim +++ b/western-armenian_utf-8.vim @@ -42,7 +42,7 @@ R Ր X Ց V Ւ \" Փ -J Ք +K Ք ) Օ F Ֆ @@ -82,7 +82,7 @@ r ր x ց v ւ ' փ -j ք +k ք 0 օ f ֆ |