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): only support equal or less than 8 lines #2988

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

kevinhwang91
Copy link
Contributor

from documentation of matchaddpos:
The maximum number of positions is 8.

invoke matchaddpos repeatedly to solve this issue

from documentation of matchaddpos:
    The maximum number of positions is 8.

invoke matchaddpos repeatedly to solve this issue
@chemzqm chemzqm merged commit 3d31bd6 into neoclide:master Mar 29, 2021
chemzqm added a commit that referenced this pull request Mar 30, 2021
2dbe0ae fix(refactor): fix refactor buffer does not dispose (#2994)
3d31bd6 fix(highlight): only support equal or less than 8 lines (#2988)
f27af73 feat(float): do not conceal in the floats (#2989)
chemzqm added a commit that referenced this pull request Mar 30, 2021
* modified:   src/extensions.ts

* modified:   src/extensions.ts

* fix(float): close float created by coc.nvim only

Closes #2963

* fix #2963 for vim (#2964)

* fix(channels): cleanup disposed channels

* fix(handler): document typo (#2975)

* chore(README): add backers

* feat(sources): support documentSelector for filter sources

* feat(handler): more configurations for hover

Closes #2979

* fix(float): fix width of prompt dialog

Closes #2962

* chore(README): add ad

* chore(README): fix link

* fix(vim): silent deletebufline

Close #2985

* chore(float): not limit float width to 80

* chore(README): remove ad

* feat(float): do not conceal in the floats (#2989)

* modified:   src/extensions.ts

* fix(highlight): only support equal or less than 8 lines (#2988)

from documentation of matchaddpos:
    The maximum number of positions is 8.

invoke matchaddpos repeatedly to solve this issue

* fix(refactor): fix refactor buffer does not dispose (#2994)

* modified:   src/extensions.ts

Co-authored-by: Heyward Fann <fannheyward@users.noreply.github.com>
Co-authored-by: Qiming Zhao <chemzqm@gmail.com>
Co-authored-by: ZERO <z@zsaber.com>
Co-authored-by: Whisperity <whisperity@gmail.com>
Co-authored-by: kevinhwang91 <kevin.hwang@live.com>
Co-authored-by: 年糕小豆汤 <ooiss@qq.com>
@kevinhwang91 kevinhwang91 deleted the fix-highlight branch June 28, 2021 14:55
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.

2 participants