diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-14 21:53:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-14 21:53:12 +0000 |
commit | 8c711458a6affdad1cbae635694ff0a014850a27 (patch) | |
tree | 1645457d30b263a5eb31ea79bd62230a1cb4caa0 /runtime/keymap | |
parent | d8b0273231d69a2a6c24844c1acc938330acf035 (diff) | |
download | vim-git-8c711458a6affdad1cbae635694ff0a014850a27.tar.gz |
updated for version 7.0038v7.0038
Diffstat (limited to 'runtime/keymap')
-rw-r--r-- | runtime/keymap/polish-slash_cp1250.vim | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/keymap/polish-slash_cp1250.vim b/runtime/keymap/polish-slash_cp1250.vim index 3aa3202bf..df1f67a21 100644 --- a/runtime/keymap/polish-slash_cp1250.vim +++ b/runtime/keymap/polish-slash_cp1250.vim @@ -1,6 +1,8 @@ " Polish letters keymap for cp1250 " 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-cp1250" +let b:keymap_name = "PL-slash-WIN" scriptencoding latin1 |