aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-12-16 11:39:30 +0100
committerGitHub <noreply@github.com>2023-12-16 11:39:30 +0100
commit7e7da962de404e3a0952bcc0adc6fbe53eda3cfb (patch)
tree53bb22a303e70b589e6495b42ebae90c128ffe56 /runtime
parent7cae94e91e495c6ffbd32c8e9ba7d3c572610409 (diff)
parent3c2c022e5e299ecac4663c3813e2db5e2b099ffa (diff)
downloadrneovim-7e7da962de404e3a0952bcc0adc6fbe53eda3cfb.tar.gz
rneovim-7e7da962de404e3a0952bcc0adc6fbe53eda3cfb.tar.bz2
rneovim-7e7da962de404e3a0952bcc0adc6fbe53eda3cfb.zip
Merge pull request #26512 from famiu/refactor/options/type_flags
refactor(options): remove option type macros
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 9bfc577e87..ad2de7a40a 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -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*