comparison runtime/doc/index.txt @ 24531:3bfec39ce31c v8.2.2805

patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 script Commit: https://github.com/vim/vim/commit/96cf4ba8fb96e5778192d2dab7458b9a7da0a49d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 24 14:15:41 2021 +0200 patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 script Problem: Vim9: cannot use legacy syntax in Vim9 script. Solution: Add the :legacy command.
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Apr 2021 14:30:04 +0200
parents 4ab4ef0c48b1
children e3ec2ec8841a
comparison
equal deleted inserted replaced
24530:51e01f7c2069 24531:3bfec39ce31c
1394 |:lcscope| :lcs[cope] like ":cscope" but uses location list 1394 |:lcscope| :lcs[cope] like ":cscope" but uses location list
1395 |:ldo| :ld[o] execute command in valid location list entries 1395 |:ldo| :ld[o] execute command in valid location list entries
1396 |:lfdo| :lfd[o] execute command in each file in location list 1396 |:lfdo| :lfd[o] execute command in each file in location list
1397 |:left| :le[ft] left align lines 1397 |:left| :le[ft] left align lines
1398 |:leftabove| :lefta[bove] make split window appear left or above 1398 |:leftabove| :lefta[bove] make split window appear left or above
1399 |:legacy| :leg[acy] make following command use legacy script syntax
1399 |:let| :let assign a value to a variable or option 1400 |:let| :let assign a value to a variable or option
1400 |:lexpr| :lex[pr] read locations from expr and jump to first 1401 |:lexpr| :lex[pr] read locations from expr and jump to first
1401 |:lfile| :lf[ile] read file with locations and jump to first 1402 |:lfile| :lf[ile] read file with locations and jump to first
1402 |:lfirst| :lfir[st] go to the specified location, default first one 1403 |:lfirst| :lfir[st] go to the specified location, default first one
1403 |:lgetbuffer| :lgetb[uffer] get locations from buffer 1404 |:lgetbuffer| :lgetb[uffer] get locations from buffer