mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-11 11:23:49 -05:00
13 lines
249 B
VimL
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"
|