blob: 5f895a46f2179bfa547a7b0cab15499e316e0566 [file] [log] [blame]
Test for mappings and abbreviations
STARTTEST
:so small.vim
:so mbyte.vim
:set encoding=utf-8
: " abbreviations with р (0x80) should work
:inoreab чкпр vim
GAчкпр

: " langmap should not get remapped in insert mode
:inoremap { FAIL_ilangmap
:set langmap=+{ langnoremap
o+
: " expr mapping with langmap
:inoremap <expr> { "FAIL_iexplangmap"
o+
:/^test/,$w! test.out
:qa!
ENDTEST
test starts here: