blob: 713fee2c8f71c69f1e20d9f1ea33c9c48eac96f2 [file] [log] [blame]
Bram Moolenaar2a5868a2014-08-16 19:45:02 +02001Tests for Unicode manipulations vim: set ft=vim :
2
3STARTTEST
4:so small.vim
5:set encoding=utf-8
6:" Visual block Insert adjusts for multi-byte char
7:new
8:call setline(1, ["aaa", "あああ", "bbb"])
9:exe ":norm! gg0l\<C-V>jjIx\<Esc>"
10:let r = getline(1, '$')
11:
12:bwipeout!
13:$put=r
14:call garbagecollect(1)
15:/^start:/,$wq! test.out
16ENDTEST
17
18start: