-
-
Notifications
You must be signed in to change notification settings - Fork 686
Reporting an Issue
Yee Cheng Chin edited this page Dec 10, 2018
·
5 revisions
When you see a problem or bug, or just have general feedback or suggestions, feel free to file an issue.
When reporting an issue, it's often useful to include the following information:
- How you installed MacVim. The main ways are: official release, Homebrew, or building from source.
- OS version (e.g. 10.14.1). You can see this information by click on the top left Apple logo, and select "About This Mac".
- Vim versioning info. In terminal, type
vim --version
and paste the results. If you obtained MacVim through official releases, it is enough to just say which snapshot you downloaded. - Any MacVim-specific custom setting. In terminal, type
defaults read org.vim.MacVim | grep 'MM\|SU'
and paste the result in the issue description.