Closed l-zeuch closed 2 years ago
When writing custom command code, it is expected that (given proper configuration) items for completion are suggested.
Instead, no items for completion were suggested.
When you run
:lua require('yagpdbcc')
It is loading the sources (technically the Lua plugin) and thus fixing this issue.
I've already hunted the bug down and have a patch ready, this issue is solely for bookkeeping issues, a PR follows.
Expected Behaviour
When writing custom command code, it is expected that (given proper configuration) items for completion are suggested.
Actual Behaviour
Instead, no items for completion were suggested.
Steps to Reproduce
Additional Context
When you run
It is loading the sources (technically the Lua plugin) and thus fixing this issue.
I've already hunted the bug down and have a patch ready, this issue is solely for bookkeeping issues, a PR follows.
Code of Conduct