Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: show current value on set commnd #143

Merged
merged 1 commit into from
Jun 18, 2023
Merged

Conversation

ueokande
Copy link
Owner

@ueokande ueokande commented May 7, 2023

This change adds supporting current value of the property by vim-like command. You can see the current value of the property hintchars by the following command.

:set hintchars 

This command also support ?-suffix to show a boolean value:

:set smoothscroll?

If you omit property name, the add-on shows all properties and it's value:

:set

@ueokande ueokande force-pushed the current-property-vlaue branch from d1280a9 to 70cfe30 Compare May 13, 2023 04:45
@ueokande ueokande marked this pull request as ready for review June 18, 2023 02:48
@ueokande ueokande merged commit afc48b2 into master Jun 18, 2023
@ueokande ueokande deleted the current-property-vlaue branch June 18, 2023 02:52
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant