summaryrefslogtreecommitdiffstats
path: root/runtime/keymap
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-14 21:48:43 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-14 21:48:43 +0000
commitd8b0273231d69a2a6c24844c1acc938330acf035 (patch)
tree761a3537624034edda33c1369db808fafcfd9efe /runtime/keymap
parentfd371684fade0f223c8a0286efe1f261c4b8c381 (diff)
updated for version 7.0038
Diffstat (limited to 'runtime/keymap')
-rw-r--r--runtime/keymap/polish-slash.vim9
-rw-r--r--runtime/keymap/polish-slash_iso-8859-2.vim6
2 files changed, 13 insertions, 2 deletions
diff --git a/runtime/keymap/polish-slash.vim b/runtime/keymap/polish-slash.vim
index 1a2f18c660..cc9377f4a4 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 a6d9d970f8..50179ce528 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