skywind3000 / skywind3000/vim-quickui
Bug in displaying tips in the cmdline.
Open
Nobody has claimed this yet.
- Dominant language
- Vim Script
- Stars
- 1.2k
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
nvim-qt, wim10
Tips can't be displayed if the context is too long. etc:
call quickui#menu#install('&Regex', [
\ ['Others', '', '固化分组\(\)\@> 非捕获型括号\%(\) 界定边界\zs \ze magic模式下,花括号{}需要使用\转义,但与之对应的闭括号则可省略,因为Vim会自动推测我们的意图'],
\ ])
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in nvim-qt or Vim with the provided quickui#menu#install example and its long context. Trace the cmdline tip display path to find where long content is rejected or truncated; done means the tips display correctly for this example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vim
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100