view src/testdir/test_mapping.in @ 6310:3ec6e0ef4a67 v7.4.488

updated for version 7.4.488 Problem: test_mapping fails for some people. Solution: Set the 'encoding' option. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 22 Oct 2014 22:09:01 +0200
parents 3eb160c5b3a1
children c8d6dbdd1156
line wrap: on
line source

Test for mappings and abbreviations

STARTTEST
:so small.vim
:so mbyte.vim
:set encoding=utf-8
: " abbreviations with р (0x80) should work
:inoreab чкпр   vim
GAчкпр 

:/^test/,$w! test.out
:qa!
ENDTEST

test starts here: