diff options
Diffstat (limited to 'runtime/keymap')
-rw-r--r-- | runtime/keymap/polish-slash.vim | 9 | ||||
-rw-r--r-- | runtime/keymap/polish-slash_iso-8859-2.vim | 6 |
2 files changed, 13 insertions, 2 deletions
diff --git a/runtime/keymap/polish-slash.vim b/runtime/keymap/polish-slash.vim index 1a2f18c66..cc9377f4a 100644 --- a/runtime/keymap/polish-slash.vim +++ b/runtime/keymap/polish-slash.vim @@ -1,3 +1,12 @@ +" Polish letters under VIM >= 6 +" Maintainer: HS6_06 <hs6_06@o2.pl> +" Last changed: 2005 Jan 12 +" Current version: 1.0.2 +" History: +" 2005.01.12 1.0.2 keymap_name shortened, added Current version, History +" 2005.01.10 1.0.1 un*x line ends for all files +" 2005.01.09 1.0.0 Initial release + let encoding = &enc if encoding == 'latin1' if has("unix") diff --git a/runtime/keymap/polish-slash_iso-8859-2.vim b/runtime/keymap/polish-slash_iso-8859-2.vim index a6d9d970f..50179ce52 100644 --- a/runtime/keymap/polish-slash_iso-8859-2.vim +++ b/runtime/keymap/polish-slash_iso-8859-2.vim @@ -1,6 +1,8 @@ " Polish letters keymap for iso-8859-2 " Maintainer: HS6_06 <hs6_06@o2.pl> -" Last Changed: 2005 Jan 9 +" Last Changed: 2005 Jan 12 +" Current version: 1.0.2 +" History: 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-iso-8859-2" +let b:keymap_name = "PL-slash-ISO" scriptencoding latin1 |