macvim-dev / macvim-dev/macvim
how can i modify startup option?
Open
Nobody has claimed this yet.
- Dominant language
- Vim Script
- Stars
- 7.9k
- Forks
- 691
- PR merge metrics
- No merged PRs in 30d
Description
in my machine, " ps -ef|grep vim " result is
/usr/local/Cellar/macvim/8.1-149_1/MacVim.app/Contents/MacOS/Vim -g -f -p
how can i add option -v ,like " Vim -g -f -p -v". I want add -v option, because I can't enter chinese word. Thanks
Contributor guide
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
Start with the MacVim process command shown in the issue and compare its existing -g, -f, and -p options with the requested -v option. Identify the launch entry point that controls these startup options, then verify that MacVim starts with -v and accepts Chinese input.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, vim
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100