forked from ycm-core/YouCompleteMe
-
Notifications
You must be signed in to change notification settings - Fork 17
Fork updates from ycm-core/YouCompleteMe master #32
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
Open
github-actions
wants to merge
335
commits into
tabnine:master
Choose a base branch
from
ycm-core:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update ycmd : update jdtls
Fix cursorlineopt
Update ycmd
Recent vims validate that you can't supply end_lnum/end_col with a text property, so don't supply them.
Auto update vim docs
Typo
Fix 2 minor typos in README
Fix typo in README
[Auto] Update vim docs
Document 'FixIt' capability to refactor
[Auto] Update vim docs
When automatic triggering is disabled, we now set the completefunc, so the user can use C-x C-u. We also provide a plug mapping that does the completion as users may not be comfortable with c-x c-u. As this is a very unusual use-case for YCM we sweep under the rug that most users probably want to use <Tab> for both completion and "next". Or perhaps want to use C-p in the same way. For now a unique mapping works.
[Auto] Update vim docs
Since vim 9.1.0469, completeopt is a global-local option. When adding `noselect`, we need to treat `completeopt` as local and use `setlocal`. This works for 9.1.0016 as well and allows users to freely mess with buffer-local `completeopt` without messing up YCM completions.
[READY] Use setlocal for temporary completeopt adjustment
Fix typos in the code of conduct document
Update ycmd
This looks ugly, but at least no data is lost due to lines going off screen.
Allow soft-wrapping of lines in the signature help window
Update ycmd
…ed-update ci(mergify): upgrade configuration to current format
It now supports incoming calls in call hierarchy. Closes #4321
Update ycmd
…mandRequest instead
Fix file descriptors (sockets) leak due to leak urlopen requests
fix: Add safety check for b:ycm_hover
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.