Tests for Unicode manipulations STARTTEST :so small.vim :set encoding=utf-8 :" Visual block Insert adjusts for multi-byte char :new :call setline(1, ["aaa", "あああ", "bbb"]) :exe ":norm! gg0l\jjIx\" :let r = getline(1, '$') : :bwipeout! :$put=r :call garbagecollect(1) :/^start:/,$wq! test.out ENDTEST start: