Files
vim-easy-align/test/run.vim
2013-08-12 00:54:34 +09:00

8 lines
230 B
VimL

e!
execute 'source '. expand('%:p:h') . '/include.vim'
normal gg
let @b=system('cat '. expand('%:p:r') . '.script')
let @a='@b:vert diffsplit ' . expand('%:p:r') . '.expected
'
" Syntax highlighting doesn't work if we do @a here