mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-10 10:53:49 -05:00
7 lines
173 B
VimL
7 lines
173 B
VimL
if exists("g:lesser_align_plugin_loaded")
|
|
finish
|
|
endif
|
|
let g:lesser_align_plugin_loaded = 1
|
|
|
|
command! -nargs=0 -range LesserAlign <line1>,<line2>call lesser_align#align()
|