Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 8, 2023

Commits on Mar 8, 2023

  1. Fix MacVim localized intro text, and don't hide the :h version9 prompt

    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 macvim-dev#1380
    ychin committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    793db8f View commit details
    Browse the repository at this point in the history