view runtime/keymap/persian.vim @ 6060:72ee0db83788 v7.4.369

updated for version 7.4.369 Problem: Using freed memory when exiting while compiled with EXITFREE. Solution: Set curwin to NULL and check for that. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 16 Jul 2014 16:30:28 +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