mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-09 18:33:49 -05:00
allows :LesserAlign command to take arguments
This commit is contained in:
@@ -3,4 +3,4 @@ if exists("g:lesser_align_plugin_loaded")
|
||||
endif
|
||||
let g:lesser_align_plugin_loaded = 1
|
||||
|
||||
command! -nargs=0 -range LesserAlign <line1>,<line2>call lesser_align#align()
|
||||
command! -nargs=* -range LesserAlign <line1>,<line2>call lesser_align#align(<f-args>)
|
||||
|
||||
Reference in New Issue
Block a user