ycm-core / YouCompleteMe

A code-completion engine for Vim
http://ycm-core.github.io/YouCompleteMe/
GNU General Public License v3.0
25.36k stars 2.8k forks source link

Make switching to semantic completer work after select ID completer candidate #4208

Closed bstaletic closed 6 months ago

bstaletic commented 6 months ago

PR Prelude

Thank you for working on YCM! :)

Please complete these steps and check these boxes (by putting an x inside the brackets) before filing your PR:

Why this change is necessary and useful

[Please explain in detail why the changes in this PR are needed.]


This change is Reviewable

codecov[bot] commented 6 months ago

Codecov Report

Merging #4208 (430ae85) into master (ad9fe2e) will increase coverage by 0.09%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4208 +/- ## ========================================== + Coverage 89.70% 89.79% +0.09% ========================================== Files 34 34 Lines 4419 4420 +1 ========================================== + Hits 3964 3969 +5 + Misses 455 451 -4 ```
bstaletic commented 6 months ago

Fixed the tests.

mergify[bot] commented 6 months ago

Thanks for sending a PR!