macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.47k stars 680 forks source link

Fix MacVim localized intro text, and don't hide the `:h version9` prompt #1381

Closed ychin closed 1 year ago

ychin commented 1 year ago

The Chinese alignment was slightly wrong when columns is even numbered. Add an additional space to make sure it will line up right. Also, for Spanish, just fix up the text to fit how the other intro help texts look.

Also, don't hide the :help version9 prompt in intro. For some reason MacVim hides that prompt and shows the :help macvim prompt instead which makes no sense. Just show both.

Fix #1380