mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-13 04:13:48 -05:00
Add support for arbitrary regular expressions
This commit is contained in:
12
test/run.vim
Normal file
12
test/run.vim
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user