Mercurial > vim
view src/testdir/test_utf8.in @ 6330:24ee7a7a26b1 v7.4.498
updated for version 7.4.498
Problem: Typo in DOS makefile.
Solution: Change exists to exist. (Ken Takata)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 05 Nov 2014 15:46:09 +0100 |
parents | 4c08173b8b95 |
children | 66ab6ec256d1 |
line wrap: on
line source
Tests for Unicode manipulations vim: set ft=vim : 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\<C-V>jjIx\<Esc>" :let r = getline(1, '$') : :bwipeout! :$put=r :call garbagecollect(1) :/^start:/,$wq! test.out ENDTEST start: