You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another issue which I noticed while writing #51 is that completing with the cursor in the middle of command-line is not fully supported. For example, this command line:
% remove-pdf-password -<tab> foo
will cause bash-completion.el to set this (truncated):
Another issue which I noticed while writing #51 is that completing with the cursor in the middle of command-line is not fully supported. For example, this command line:
will cause bash-completion.el to set this (truncated):
i.e., the part after the cursor position (
foo
) is stripped, while this is information that can be useful for the completer.The text was updated successfully, but these errors were encountered: