mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-14 04:43:48 -05:00
Do not attach margin_left string before phantom token
This commit is contained in:
@@ -517,15 +517,15 @@ Do (live interactive mode!):
|
||||
\<C-X>
|
||||
|
||||
Expect:
|
||||
[|] Option[|]Type [|]Default[|]Description [|[
|
||||
[|] --[|]-- [|] --[|]-- [|[
|
||||
[|] threads[|]Fixnum [|] 1[|]number of threads in the thread pool [|[
|
||||
[|] queues[|]Fixnum [|] 1[|]number of concurrent queues [|[
|
||||
[|]queue_size[|]Fixnum [|] 1000[|]size of each queue [|[
|
||||
[|] interval[|]Numeric[|] 0[|]dispatcher interval for batch processing [|[
|
||||
[|] batch[|]Boolean[|] false[|]enables batch processing mode [|[
|
||||
[|]batch_size[|]Fixnum [|] nil[|]number of maximum items to be assigned at once[|[
|
||||
[|] logger[|]Logger [|] nil[|]logger instance for debug logs [|[
|
||||
[|] Option[|]Type [|]Default[|]Description [|
|
||||
[|] --[|]-- [|] --[|]-- [|
|
||||
[|] threads[|]Fixnum [|] 1[|]number of threads in the thread pool [|
|
||||
[|] queues[|]Fixnum [|] 1[|]number of concurrent queues [|
|
||||
[|]queue_size[|]Fixnum [|] 1000[|]size of each queue [|
|
||||
[|] interval[|]Numeric[|] 0[|]dispatcher interval for batch processing [|
|
||||
[|] batch[|]Boolean[|] false[|]enables batch processing mode [|
|
||||
[|]batch_size[|]Fixnum [|] nil[|]number of maximum items to be assigned at once[|
|
||||
[|] logger[|]Logger [|] nil[|]logger instance for debug logs [|
|
||||
|
||||
Execute (g:easy_align_last_command should be set):
|
||||
Assert exists('g:easy_align_last_command')
|
||||
|
||||
Reference in New Issue
Block a user