Merge pull request #26512 from famiu/refactor/options/type_flags

refactor(options): remove option type macros
This commit is contained in:
bfredl
2023-12-16 11:39:30 +01:00
committed by GitHub
16 changed files with 553 additions and 524 deletions

View File

@@ -346,6 +346,9 @@ The following changes to existing APIs or features add new behavior.
• Added "force_crlf" option field in |nvim_open_term()|.
• Attempting to set an invalid keycode option (e.g. `set t_foo=123`) no longer
gives an error.
==============================================================================
REMOVED FEATURES *news-removed*