I'm using the library as a submodule, with a snapshot at commit c9310ae.
It works great for completing regular words, but I recently added some commands that start with : (e.g., :toggle-tracing), and I noticed that the auto completion doesn't seem to work for those words. For example, after configuring as follows:
I'm using the library as a submodule, with a snapshot at commit c9310ae.
It works great for completing regular words, but I recently added some commands that start with
:
(e.g.,:toggle-tracing
), and I noticed that the auto completion doesn't seem to work for those words. For example, after configuring as follows:If I type
:
followed byTAB
, I get:However, if I type:
:t
followed byTAB
, I don't get any completions.Is this expected behavior, a bug, or am I doing something wrong?
Thanks!