diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-10-21 18:04:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 18:04:08 +0800 |
commit | fc02908c97fa850964a1f15a32eb7a872449b7e7 (patch) | |
tree | c5479b22d5a792677f79e933cbd16f459a36387c /runtime/lua/vim/lsp/_completion.lua | |
parent | f1775da07fe48da629468bcfcc2a8a6c4c3f40ed (diff) | |
download | rneovim-fc02908c97fa850964a1f15a32eb7a872449b7e7.tar.gz rneovim-fc02908c97fa850964a1f15a32eb7a872449b7e7.tar.bz2 rneovim-fc02908c97fa850964a1f15a32eb7a872449b7e7.zip |
vim-patch:d3e277f279ed (#25734)
matchparen: do not use hard-coded match id (vim/vim#13393)
* matchparen: do not use hard-coded match id
Instead of using the hard-coded match id 3, which may also be used by
other plugins, let the matchparen plugin use whatever ids are
automatically returned when calling matchaddpos().
For backwards-compatibility, keep the `:3match` call, which will still
use the hard-coded id 3 (as mentioned in :h :3match).
closes: vim/vim#13381
https://github.com/vim/vim/commit/d3e277f279ed628809eb6857ea3ebcfca566ca2a
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/lua/vim/lsp/_completion.lua')
0 files changed, 0 insertions, 0 deletions