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: bug where restoring value when leaving minimalist mode #138

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 27, 2024

  1. fix: bug where restoring value when leaving minimalist mode

    When leaving minimalist mode we restore all values. Sometimes a value is "1"
    or "0" (to represent booleans) but cannot be restored with "set $OPTION=1" we
    must then use "set $OPTION" or "set no$OPTION".
    E.g: ruler is enabled (set ruler). When we insert minimalist mode ruler
    original value is saved with the value "1". When we restore original options
    we use "set ruler" instead of "set ruler=1" (which will crash).
    ilan-schemoul committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3c8f269 View commit details
    Browse the repository at this point in the history