I was surprised when I found out about command's options autocompletions, but I quickly stopped using it because the - or -- isn't removed when selecting any option from the drop-down list. Here are some screenshot to demonstrate the issue (I use Fira Code with ligatures enabled):
Triggered autocompletion with <C-Space> after writing man:
Re-triggered autocompletion after writing man -:
Selected long option (2 -) but in total there are 3 - (my 1st one wasn't removed):
Selected short option (1 -) but in total there are 2 - (my 1st one wasn't removed):
Re-triggered autocompletion after writing man --:
Selected long option (2 -) but in total there are 4 - (my 1st two weren't removed):
I was surprised when I found out about command's options autocompletions, but I quickly stopped using it because the
-
or--
isn't removed when selecting any option from the drop-down list. Here are some screenshot to demonstrate the issue (I use Fira Code with ligatures enabled):Triggered autocompletion with
<C-Space>
after writingman
:Re-triggered autocompletion after writing
man -
:Selected long option (2
-
) but in total there are 3-
(my 1st one wasn't removed):Selected short option (1
-
) but in total there are 2-
(my 1st one wasn't removed):Re-triggered autocompletion after writing
man --
:Selected long option (2
-
) but in total there are 4-
(my 1st two weren't removed):