comparison runtime/keymap/polish-slash_cp852.vim @ 98:98435a8ddb09

updated for version 7.0038
author vimboss
date Fri, 14 Jan 2005 21:42:54 +0000
parents 0c2e08de4a75
children 8cd729851562
comparison
equal deleted inserted replaced
97:d4f3db33d782 98:98435a8ddb09
1 " Polish letters keymap for cp852 1 " Polish letters keymap for cp852
2 " Maintainer: HS6_06 <hs6_06@o2.pl> 2 " Maintainer: HS6_06 <hs6_06@o2.pl>
3 " Last Changed: 2005 Jan 9 3 " Last Changed: 2005 Jan 12
4 " Current version: 1.0.2
5 " History: see polish-slash.vim
4 6
5 " This keymap adds the special Polish letters 7 " This keymap adds the special Polish letters
6 " to an existing Latin keyboard. 8 " to an existing Latin keyboard.
7 " All chars as usual except: 9 " All chars as usual except:
8 " Polish: 10 " Polish:
9 " instead of AltGr+{acelnosxz} you ve to use "/" followed by {acelnosxz} 11 " instead of AltGr+{acelnosxz} you ve to use "/" followed by {acelnosxz}
10 12
11 " short keymap name for statusline 13 " short keymap name for statusline
12 let b:keymap_name = "polish-slash-cp852" 14 let b:keymap_name = "PL-slash-DOS"
13 15
14 scriptencoding latin1 16 scriptencoding latin1
15 17
16 loadkeymap 18 loadkeymap
17 19