Skip to content

Conversation

@github-actions
Copy link

No description provided.

puremourning and others added 30 commits September 22, 2022 13:19
  > Merge pull request #1658 from puremourning/update-clang-15
  > Merge pull request #1657 from puremourning/update-third-party
Recent vims validate that you can't supply end_lnum/end_col with a text
property, so don't supply them.
Fix 2 minor typos in README
Document 'FixIt' capability to refactor
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.
mergify bot and others added 30 commits September 12, 2024 00:45
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
Fixes usage on Python 3.13.

Submodule third_party/ycmd 8b61f198..d8c3b699:
  > Upgrade jedi to support python 3.13
  > Merge pull request #1764 from bstaletic/regex-optional
  > Upgrade to unicode 16
  > Merge pull request #1763 from bstaletic/llvm19
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
…ed-update

ci(mergify): upgrade configuration to current format
It now supports incoming calls in call hierarchy.

Closes #4321
Fix file descriptors (sockets) leak due to leak urlopen requests
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.