-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't use silent when DenopsReady #306
Conversation
WalkthroughA critical issue was addressed where the Changes
Assessment against linked issues
PoemIn the realm of code, a silent bug lay, Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChat with CodeRabbit Bot (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #306 +/- ##
=======================================
Coverage 96.47% 96.47%
=======================================
Files 3 3
Lines 85 85
Branches 6 6
=======================================
Hits 82 82
Misses 3 3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- denops/@denops-private/cli.ts (1 hunks)
Additional comments: 1
denops/@denops-private/cli.ts (1)
- 42-42: The addition of
await host.call("execute", "doautocmd <nomodeline> User DenopsReady", "");
is likely the fix for the issue whereDenopsReady
event was not firing. By removingsilent
from thedoautocmd
command, it allows the event to be detected and handled correctly. Ensure that this change is tested across different environments as it may affect the behavior of the event in unexpected ways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Fix #305
Summary by CodeRabbit