macvim-dev / macvim-dev/macvim
3match highlight is reset when text is redrawn
未关闭
还没有人认领这个 Issue。
- 主要语言
- Vim Script
- 星标
- 7.9k
- 派生
- 691
- PR 合并指标
- 30 天内没有已合并 PR
描述
:3match /pattern/
works only when the command just issued. After that, any screen repaint will reset (or disable) all highlights by this command
:version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jun 22 2017 03:02:45)
MacOS X (unix) version
Included patches: 1-648
Compiled by travis@Traviss-Mac-712.local
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
在 MacVim 中运行 :3match <expr> /pattern/ 重现该问题,然后触发屏幕重绘并比较高亮状态。跟踪负责重置或禁用匹配高亮的重绘路径;重绘后高亮仍保持启用时即完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- vim
- 领域
- desktop
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100