macvim-dev / macvim-dev/macvim
MacVim treats pauses in dictation as improperly-formatted new sentences without spacing.
还没有人认领这个 Issue。
- 主要语言
- Vim Script
- 星标
- 7.9k
- 派生
- 691
- PR 合并指标
- 30 天内没有已合并 PR
描述
As described in [this answer on Apple Stack Exchange, MacVim 7.4-77 (and other builds) do not seem to properly handle pauses in OS X dictation. This isn't a Vim issue, as Vim 7.4.889 on the same machine Does The Right Thing™.
For example, with MacVim:
I pause hereAnd dictation doesn't add a space.
but Vim itself works fine:
I pause here and dictation does add a space.
It's unclear why MacVim and Vim behave so differently in this regard. Expected behavior would be for MacVim to handle pauses in dictation without creating an improperly-formatted new sentence.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
issue 中没有指出源文件或测试。首先,在 MacVim 中口述一个停顿以复现该行为,并将其与同一 macOS 系统上的 Vim 进行比较;当 MacVim 按预期在停顿后插入空格时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- macos, vim
- 领域
- desktop, operating-systems
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100