aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/news.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-04-08 20:29:23 +0800
committerGitHub <noreply@github.com>2023-04-08 20:29:23 +0800
commit747264320c6d8c022fdcb3c9b22f81c9e472e571 (patch)
tree454446f2376d7e1eb90bc424e8be172e16d9153b /runtime/doc/news.txt
parente6d3f87dfd71dde94aebce600fd11cb954af1ba9 (diff)
downloadrneovim-747264320c6d8c022fdcb3c9b22f81c9e472e571.tar.gz
rneovim-747264320c6d8c022fdcb3c9b22f81c9e472e571.tar.bz2
rneovim-747264320c6d8c022fdcb3c9b22f81c9e472e571.zip
refactor(mappings)!: remove #n as a notation for a function key (#17318)
This notation is hardly used and makes the behavior of the from_part argument of nvim_replace_termcodes confusing.
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r--runtime/doc/news.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index e73dd111f1..6e2a1b1d3f 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -15,7 +15,8 @@ BREAKING CHANGES *news-breaking*
The following changes may require adaptations in user config or plugins.
-• ...
+• "#" followed by a digit no longer stands for a function key at the start of
+ the lhs of a mapping.
==============================================================================
ADDED FEATURES *news-added*