aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/news.txt
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2025-01-09 08:36:16 -0800
committerGitHub <noreply@github.com>2025-01-09 08:36:16 -0800
commit0c296ab22484b4c009d119908d1614a6c6d96b2c (patch)
tree45ca8593392c49a0b514df69f97b9617fc2c874b /runtime/doc/news.txt
parent1e47aa677a24231ec771137dadc7c2b65be775b4 (diff)
downloadrneovim-0c296ab22484b4c009d119908d1614a6c6d96b2c.tar.gz
rneovim-0c296ab22484b4c009d119908d1614a6c6d96b2c.tar.bz2
rneovim-0c296ab22484b4c009d119908d1614a6c6d96b2c.zip
feat(docs): "yxx" runs Lua/Vimscript code examples #31904
`yxx` in Normal mode over a Lua or Vimscript code block section will execute the code. Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r--runtime/doc/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 960b6f05f9..e1824e068d 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -276,6 +276,7 @@ LUA
supporting two new parameters, `encoding` and `strict_indexing`.
• |vim.json.encode()| has an option to enable forward slash escaping
• |vim.fs.abspath()| converts paths to absolute paths.
+• Lua and vimscript code examples in docs can now be run using `yxx`.
OPTIONS