Closed
Description
Steps to reproduce
- I notice with the latest homebrew version of macvim when i opened it it crashed immediately. when I went through line by line to figure out if it was related to an installation issue or a config issue, i narrowed it down to this single line:
" show buffer tabs
set showtabline=2
I notice even if i delete the entire contents of .vimrc except for that line it still crashes, so the steps to reproduce it are very easy
Expected behaviour
It should not crash
Version of Vim and architecture
it crashes so i cant run that, see below:
Environment
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Sep 15 2022 18:56:17)
macOS version - x86_64
Included patches: 1-472
Compiled by Homebrew
==================
Ventura: 13.1 (22C65)
How MacVim was installed
Homebrew
Logs and stack traces
No visible log, just immediately closes 1 second after opening
mvim --clean does work properly
Vim configuration where issue is reproducable
No response
Issue has been tested with given configuration
- by running MacVim.app from GUI macOS interface
- by running vim/gvim/etc installed by MacVim
- by running other versions of vim (e.g. /usr/bin/vim)
Issue has been tested with no configuration
- by running
mvim --clean
(orgvim
, supplied by MacVim distribution) - by running
vim --clean
(in terminal, supplied by MacVim distribution) - by running
vim --clean
(in terminal, other suppliers, e.g. /usr/bin/vim)
Other conditions
- The both Homebrew packages "vim" and "macvim" are installed