macvim-dev / macvim-dev/macvim
:shell with guioptions+=! not showing prompt
未关闭
还没有人认领这个 Issue。
- 主要语言
- Vim Script
- 星标
- 7.9k
- 派生
- 691
- PR 合并指标
- 30 天内没有已合并 PR
描述
Steps to reproduce
- Set guioptions+=!
- Execute :shell
- typing a character will make the prompt display, without typing the prompt is not visible
Expected behaviour
The prompt should be visible, without the need of any characters being typed
Version of MacVim
r183
MacVim installation method
Built from source
Environment
macOK 26.4.1 on MacBook Pro M1
Logs and stack traces
Vim and MacVim configuration where issue is reproducable
No response
How was MacVim launched?
- by launching MacVim.app in macOS (by using the Dock, Spotlight, or the
opencommand) - by running mvim/gvim in the terminal
Issue has been tested with clean configuration
- by running
mvim --clean(orgvim, supplied by MacVim distribution). You can also use the File → "New Clean Window" menu item within MacVim. - by running
vim --clean(in terminal, supplied by MacVim distribution) - by running
vim --clean(in terminal, other suppliers, e.g. /usr/bin/vim)
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
在干净的配置下于 MacVim.app 中重现该问题:设置 guioptions+=!,运行 :shell,并观察提示符是否会在输入前出现。跟踪 MacVim GUI 对 shell 提示符的处理,然后验证提示符是否会在无需输入的情况下立即可见。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- vim
- 领域
- desktop
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100