Just like the way asyncomplete do, or give users an option to configure, because there are two reasons:
Sometimes I just don't want the / after a file path.
if I forget the name of a subdirectory or a file of the ~/foo directory, I can just type / to trigger the completion, when I select a subdirectory or file named bar, I get ~/foo/bar instead of ~/foo//bar.
Just like the way asyncomplete do, or give users an option to configure, because there are two reasons:
/
after a file path.~/foo
directory, I can just type/
to trigger the completion, when I select a subdirectory or file namedbar
, I get~/foo/bar
instead of~/foo//bar
.Thanks a lot.