mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-10 10:53:49 -05:00
8 lines
230 B
VimL
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
|