Skip to content
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(highlight): check buffer exist to highlight #4874

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

fannheyward
Copy link
Member

Closes #4872

only effect vim with set nohidden

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (23e0566) 98.58% compared to head (c91fddf) 98.61%.

❗ Current head c91fddf differs from pull request most recent head a6459ca. Consider uploading reports for the commit a6459ca to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4874      +/-   ##
==========================================
+ Coverage   98.58%   98.61%   +0.03%     
==========================================
  Files         273      273              
  Lines       26070    26007      -63     
  Branches     5389     5394       +5     
==========================================
- Hits        25702    25648      -54     
+ Misses        216      209       -7     
+ Partials      152      150       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fannheyward fannheyward marked this pull request as draft February 1, 2024 10:42
@fannheyward
Copy link
Member Author

#4885

@fannheyward fannheyward deleted the fix/check-buffer-exist-to-highlight branch February 21, 2024 09:06
@fannheyward fannheyward restored the fix/check-buffer-exist-to-highlight branch February 22, 2024 13:26
@fannheyward fannheyward reopened this Feb 22, 2024
@fannheyward fannheyward marked this pull request as ready for review February 22, 2024 13:26
Closes #4872

only effect vim with `set nohidden`
@fannheyward fannheyward force-pushed the fix/check-buffer-exist-to-highlight branch from c91fddf to a6459ca Compare February 22, 2024 13:28
@fannheyward fannheyward merged commit 4bb274c into master Feb 22, 2024
2 of 3 checks passed
@fannheyward fannheyward deleted the fix/check-buffer-exist-to-highlight branch February 22, 2024 13:33
fannheyward added a commit that referenced this pull request Feb 28, 2024
00bd79e fix(tests): fix broken tests on nightly (#4901)
bb6df56 feat(completion): add g:coc_disable_mappings_check (#4913)
901226b fix(symbols): close outline preview at closing (#4911)
4807b2d fix(symbol): don't decrease end.line for Python (#4909)
3232964 fix(links): improve regex of link (#4906)
4bb274c fix(highlight): check buffer exist to highlight (#4874)
23e0566 feat(model): use getbufinfo to check command line (#4902)
b14c1e9 chore(ci): npm run lint
bbb3ec7 chore(package): update eslint related (#4900)
c2c7132 chore(package): update jest related (#4898)
820a49f feat(completion): add suggest.chineseSegments (#4833)
e44b117 fix(configuration): merge dotted config (#4895)
dc633ad fix(codeLens): clear whole buffer on resolving (#4812)
ae9ddb7 fix(handler): increase inlayHint render debounce (#4805)
a716465 fix(core): disable cached-dir for resolving root (#4827)
a2a3eea refactor(window): use nvim_get_option_value (#4769)
53ec5ad fix(native): checkComplete for file/buffer/around (#4794)
d35f0d0 fix(dialog): set nonumber for floating doc (#4870)
d49c6ee fix(ui): wrap the url in quotes to open (#4832)
e18f99b fix(client): ignore -1 abnormal exit (#4868)
ebc63cf fix(rpc): check coc_status exists before unlet (#4850)
610f5a4 fix(tests): incorrect comparing (#4839)
45f8a11 fix(configuration): join local coc-settings.json (#4854)
02c4a31 fix issues #4879 and #4872 (#4885)
9c079ad feat(diagnostic): add `DiagnosticWithFileType` (#4881)
392264f feat(list): support moving by word in prompt (#4867)
ddf40ce feat(list): support <C-space> and <C-_> mappings (#4863)
3de02d7 chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 (#4856)
e42d5dc fix: block Vim until completion resolve finishes (#4847)
0006118 chore(docs): Fix typo curosr => cursor (#4848)
da5201d chore(README): Update Node.JS version required. (#4849)
9831f9b fix: keep autocmds on registering new one (#4846)
f82e420 fix: always pass `opts.close` for dialog (#4835)
e108777 fix: floatFactory should not set `zindex: 1` (#4816)
9c3723a fix: CocTagFunc jumps to wrong position if using tabs for indentation (#4810)
e3f91b5 chore(deps-dev): bump @babel/traverse from 7.22.11 to 7.23.2 (#4783)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error messages if semanticTokens are enabled
1 participant