view runtime/keymap/persian.vim @ 6864:c9a5d51c9161 v7.4.752

patch 7.4.752 Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Sun, 21 Jun 2015 14:22:00 +0200
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