summaryrefslogtreecommitdiffstats
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-24 14:15:41 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-24 14:15:41 +0200
commit96cf4ba8fb96e5778192d2dab7458b9a7da0a49d (patch)
tree13f60474468dc98fcfd1173a94d3614b438e1278 /runtime/doc/index.txt
parent7ba1e4d363164e32a93cceab64b42e8c6d89e9f3 (diff)
patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805
Problem: Vim9: cannot use legacy syntax in Vim9 script. Solution: Add the :legacy command.
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r--runtime/doc/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index 7da806691e..f0e8f30fae 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -1396,6 +1396,7 @@ tag command action ~
|:lfdo| :lfd[o] execute command in each file in location list
|:left| :le[ft] left align lines
|:leftabove| :lefta[bove] make split window appear left or above
+|:legacy| :leg[acy] make following command use legacy script syntax
|:let| :let assign a value to a variable or option
|:lexpr| :lex[pr] read locations from expr and jump to first
|:lfile| :lf[ile] read file with locations and jump to first