view runtime/keymap/polish-slash_cp1250.vim @ 33605:b2075b2d2cca v9.0.2046

patch 9.0.2046: win32,python: warning that MS_WIN64 got re-defined Commit: https://github.com/vim/vim/commit/436f39390f0a5d4c4877edcf69b469987d706f3c Author: Ken Takata <kentkt@csc.jp> Date: Wed Oct 18 11:53:30 2023 +0200 patch 9.0.2046: win32,python: warning that MS_WIN64 got re-defined Problem: win32,python: warning that MS_WIN64 got re-defined Solution: Do not define MS_WIN64, as it is no longer used Suppress the following warning: ``` In file included from C:/Python312-64/include/Python.h:12, from if_python3.c:79: C:/Python312-64/include/pyconfig.h:240: warning: "MS_WIN64" redefined 240 | #define MS_WIN64 | <command-line>: note: this is the location of the previous definition ``` `MS_WIN64` is not defined in `Make_mvc.mak` either. This should be able to be safely removed. closes: #13370 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Ken Takata <kentkt@csc.jp>
author Christian Brabandt <cb@256bit.org>
date Wed, 18 Oct 2023 12:00:08 +0200
parents 8cd729851562
children
line wrap: on
line source

" Polish letters keymap for cp1250
" Maintainer:	HS6_06	<hs6_06@o2.pl>
" 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.
" All chars as usual except:
" Polish:
"   instead of AltGr+{acelnosxz} you ve to use "/" followed by {acelnosxz}

" short keymap name for statusline
let b:keymap_name = "PL-slash-WIN"

scriptencoding latin1

loadkeymap

" Polish letters
/a	<Char-185>	" LATIN SMALL LETTER A WITH OGONEK
/c	<Char-230>	" LATIN SMALL LETTER C WITH ACUTE
/e	<Char-234>	" LATIN SMALL LETTER E WITH OGONEK
/l	<Char-179>	" LATIN SMALL LETTER L WITH STROKE
/n	<Char-241>	" LATIN SMALL LETTER N WITH ACUTE
/o	<Char-243>	" LATIN SMALL LETTER O WITH ACUTE
/s	<Char-156>	" LATIN SMALL LETTER S WITH ACUTE
/x	<Char-159>	" LATIN SMALL LETTER Z WITH ACUTE
/z	<Char-191>	" LATIN SMALL LETTER Z WITH DOT ABOVE

/A	<Char-165>	" LATIN CAPITAL LETTER A WITH OGONEK
/C	<Char-198>	" LATIN CAPITAL LETTER C WITH ACUTE
/E	<Char-202>	" LATIN CAPITAL LETTER E WITH OGONEK
/L	<Char-163>	" LATIN CAPITAL LETTER L WITH STROKE
/N	<Char-209>	" LATIN CAPITAL LETTER N WITH ACUTE
/O	<Char-211>	" LATIN CAPITAL LETTER O WITH ACUTE
/S	<Char-140>	" LATIN CAPITAL LETTER S WITH ACUTE
/X	<Char-143>	" LATIN CAPITAL LETTER Z WITH ACUTE
/Z	<Char-175>	" LATIN CAPITAL LETTER Z WITH DOT ABOVE