Do not attach margin_left string before phantom token

This commit is contained in:
Junegunn Choi
2013-10-19 19:49:11 +09:00
parent 6e2264672a
commit 3cc564bd68
4 changed files with 39 additions and 17 deletions

View File

@@ -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')