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

commands: Make no arg ':theme' show name #3740

Merged
merged 1 commit into from
Oct 26, 2022

Commits on Oct 19, 2022

  1. commands: Make no arg ':theme' show name

    Most commands that accept an argument show their current value if no
    argument is specified. The `:theme` command previously displayed an
    error message in the status bar if not provided with an argument:
    
    ```
    Theme name not provided
    ```
    
    It now shows the current theme name in the status bar if no argument is
    specified.
    
    Signed-off-by: James O. D. Hunt <[email protected]>
    jamesodhunt committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    5a7bd76 View commit details
    Browse the repository at this point in the history