-
-
Notifications
You must be signed in to change notification settings - Fork 958
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
fix(lua): refresh diagnostic for all loaded buffer #5261
Conversation
@statiolake can you give this a test and review? I'm not particularly familiar with the nvim Lua API, and there might be bugs or better implementation. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5261 +/- ##
==========================================
+ Coverage 97.35% 97.37% +0.01%
==========================================
Files 291 291
Lines 27040 27051 +11
Branches 5611 5612 +1
==========================================
+ Hits 26324 26340 +16
Misses 497 497
+ Partials 219 214 -5 ☔ View full report in Codecov by Sentry. |
82b6b11
to
c11dff9
Compare
d011f0e
to
d7cf842
Compare
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.
vim.tbl_count(items) > 0
Thank you for improvement! I tried this branch today and it works pretty well. |
d7cf842
to
a67c577
Compare
1e177c4 feat(format): support b:coc_disable_autoformat e7abca2 fix(autocmds): use unique group for each autocmd 7f81235 feat(client): add coc#client#get_log 12d2587 fix(lua): refresh diagnostic for all loaded buffer (#5261) 59a853a fix(locations): consider unicode on jump 80c9c22 feat(extensions): use extensions section for configuration d11a0ad feat(completion): use textEditText when default range exists a7e1ceb chore(extension): fix typo 61e65da chore(doc): remove doc for vim & nvim which not supported 65574c5 fix(diagnostic): correct display configurations (#5262) 811f395 docs: use BufRead in b:coc_enabled example (#5259) abf20cd chore(deps-dev): bump esbuild from 0.24.0 to 0.25.0 (#5256)
No description provided.