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

feat(option): add let! macro as a superset of opt, opt_local, opt_global, bo!, wo!, ... #253

Merged
merged 47 commits into from
Mar 20, 2024

Conversation

aileot
Copy link
Owner

@aileot aileot commented Mar 17, 2024

TODO

  • Update doc
    • Update vimdoc
      • Update TOC
    • Update README
      • Update links

@aileot
Copy link
Owner Author

aileot commented Mar 19, 2024

On any versions of nvim 0.8 earlier than v0.9.0, vim.opt.foobar:set() setting comma-separated value in String does not seem to affect the result of vim.opt_local.foobar:get() in Table while it should do.
It could be the time to update the nvim version requirement.

Previously, `&matchpairs` represented a buf-local option which can be
set its value in kv-table, but it turns out that none of buf-local option can
be set in kv-table probably while some win-local option do that.
@aileot aileot merged commit e737141 into main Mar 20, 2024
3 checks passed
@aileot aileot deleted the feat-option-let-macro branch March 20, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant