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(list): improve regex to remove CJK word #5137

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

fannheyward
Copy link
Member

Closes #5134

Copy link

codecov bot commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.37%. Comparing base (9c25f2f) to head (b5c1c61).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5137      +/-   ##
==========================================
- Coverage   98.39%   98.37%   -0.02%     
==========================================
  Files         273      273              
  Lines       26131    26131              
  Branches     5400     5400              
==========================================
- Hits        25712    25707       -5     
- Misses        259      262       +3     
- Partials      160      162       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fannheyward fannheyward merged commit 640544d into master Sep 6, 2024
2 of 4 checks passed
@fannheyward fannheyward deleted the fix/list-remove-word branch September 6, 2024 02:16
statiolake added a commit to statiolake/coc.nvim that referenced this pull request Sep 6, 2024
)

This fixes the issue where:

- entire lines are removed on <C-w> even if there are spaces in the middle, and
- the initial spaces are not removed on <C-w>.
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.

Some characters cannot be deleted with <C-w> in CocList
1 participant