diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-14 21:42:54 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-14 21:42:54 +0000 |
commit | fd371684fade0f223c8a0286efe1f261c4b8c381 (patch) | |
tree | ce9b154f9cf2d3f0b2120072f03891521773e5fc /runtime/keymap | |
parent | 31c67ef813a8f7059aa1a81b4d5d590d6ee17614 (diff) | |
download | vim-git-fd371684fade0f223c8a0286efe1f261c4b8c381.tar.gz |
updated for version 7.0038
Diffstat (limited to 'runtime/keymap')
-rw-r--r-- | runtime/keymap/polish-slash_cp852.vim | 6 | ||||
-rw-r--r-- | runtime/keymap/polish-slash_utf-8.vim | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/runtime/keymap/polish-slash_cp852.vim b/runtime/keymap/polish-slash_cp852.vim index 78b22d6a2..85c3b4044 100644 --- a/runtime/keymap/polish-slash_cp852.vim +++ b/runtime/keymap/polish-slash_cp852.vim @@ -1,6 +1,8 @@ " Polish letters keymap for cp852 " Maintainer: HS6_06 <hs6_06@o2.pl> -" Last Changed: 2005 Jan 9 +" Last Changed: 2005 Jan 12 +" Current version: 1.0.2 +" History: see polish-slash.vim " This keymap adds the special Polish letters " to an existing Latin keyboard. @@ -9,7 +11,7 @@ " instead of AltGr+{acelnosxz} you ve to use "/" followed by {acelnosxz} " short keymap name for statusline -let b:keymap_name = "polish-slash-cp852" +let b:keymap_name = "PL-slash-DOS" scriptencoding latin1 diff --git a/runtime/keymap/polish-slash_utf-8.vim b/runtime/keymap/polish-slash_utf-8.vim index 28aaa997b..4da656db0 100644 --- a/runtime/keymap/polish-slash_utf-8.vim +++ b/runtime/keymap/polish-slash_utf-8.vim @@ -1,6 +1,8 @@ " Polish letters keymap for utf-8 " Maintainer: HS6_06 <hs6_06@o2.pl> -" Last Changed: 2005 Jan 9 +" Last Changed: 2005 Jan 12 +" Current version: 1.0.2 +" History: see polish-slash.vim " This keymap adds the special Polish letters " to an existing Latin keyboard. @@ -9,7 +11,7 @@ " instead of AltGr+{acelnosxz} you ve to use "/" followed by {acelnosxz} " short keymap name for statusline -let b:keymap_name = "polish-slash-UTF-8" +let b:keymap_name = "PL-slash-UTF" scriptencoding latin1 |