view runtime/keymap/slovak.vim @ 13653:e4e15356d32f

Added tag v8.0.1698 for changeset a87e16662e48706e414494a7262056327151b360
author Christian Brabandt <cb@256bit.org>
date Wed, 11 Apr 2018 21:15:06 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

let encoding = &enc
if encoding == 'latin1'
    if has("unix")
	let encoding = 'iso-8859-2'
    else
	let encoding = 'cp1250'
    endif
endif

if encoding == 'utf-8'
	source <sfile>:p:h/slovak_utf-8.vim
elseif encoding == 'cp1250'
	source <sfile>:p:h/slovak_cp1250.vim
else
	source <sfile>:p:h/slovak_iso-8859-2.vim
endif