comparison runtime/keymap/polish-slash_cp1250.vim @ 100:1f3902f3eb5c v7.0038

updated for version 7.0038
author vimboss
date Fri, 14 Jan 2005 21:53:12 +0000
parents d4f3db33d782
children 8cd729851562
comparison
equal deleted inserted replaced
99:04f2e519ab18 100:1f3902f3eb5c
1 " Polish letters keymap for cp1250 1 " Polish letters keymap for cp1250
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-cp1250" 14 let b:keymap_name = "PL-slash-WIN"
13 15
14 scriptencoding latin1 16 scriptencoding latin1
15 17
16 loadkeymap 18 loadkeymap
17 19