command :pwd does not print the working directory
When I enable this plugin and call :pwd, it does not print the working directory but print the current file name.
On the other hand, when I disable this plugin, this issue goes away. So I think this plugin may cause this issue.

Try with some minimal config, as it works as expected for me, so perhaps something else in your configuration interacts.
Try with some minimal config, as it works as expected for me, so perhaps something else in your configuration interacts.
After trying with some minimal configs, I have found two points. They are:

- When I comment out
{name='cmdline'}, the issue goes away.
- When I comment out
set shortmess, the issue goes away.
I think something in cmp-cmdline conflicts with the shortmess option. But I don't know what it is. Do you have any idea?