view src/testdir/test_mapping.in @ 6299:3eb160c5b3a1 v7.4.483

updated for version 7.4.483 Problem: A 0x80 byte is not handled correctly in abbreviations. Solution: Unescape special characters. Add a test. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Oct 2014 16:22:17 +0200
parents
children 3ec6e0ef4a67
line wrap: on
line source

Test for mappings and abbreviations

STARTTEST
:so small.vim
:so mbyte.vim
: " abbreviations with р (0x80) should work
:inoreab чкпр   vim
GAчкпр 

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

test starts here: