view runtime/keymap/persian.vim @ 34277:0386bb1f6e2f

Added tag v9.1.0076 for changeset 6d04d3e04acadbc8f68b30f8345c632de447f9e1
author Christian Brabandt <cb@256bit.org>
date Sun, 04 Feb 2024 10:45:06 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

let encoding = &enc
if encoding == ''
	let encoding = 'utf-8'
endif

if encoding == 'utf-8'
	source <sfile>:p:h/persian-iranian_utf-8.vim
endif