Files
vim-easy-align/test/run.vim
2013-08-04 11:22:40 +09:00

13 lines
249 B
VimL

source include.vim
while line('.') < line('$')
normal 30j
redraw
endwhile
normal gg
let @b=system('cat '. expand('%:r') . '.script')
let @a='@b:vert diffsplit ' . expand('%:r') . '.expected
'
" Syntax highlighting doesn't work
echo "Press @a"