comparison runtime/doc/if_mzsch.txt @ 17571:2704c4e3e20a

Update runtime files. commit https://github.com/vim/vim/commit/5477506a9f01d40fad2e8f0555bc37adee30478f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 31 21:07:14 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Wed, 31 Jul 2019 21:15:08 +0200
parents 0e473e9e70c2
children 6848b809a26e
comparison
equal deleted inserted replaced
17570:74bf9a7da416 17571:2704c4e3e20a
1 *if_mzsch.txt* For Vim version 8.1. Last change: 2019 May 05 1 *if_mzsch.txt* For Vim version 8.1. Last change: 2019 Jul 21
2 2
3 3
4 VIM REFERENCE MANUAL by Sergey Khorev 4 VIM REFERENCE MANUAL by Sergey Khorev
5 5
6 6
37 37
38 *:mzscheme* *:mz* 38 *:mzscheme* *:mz*
39 :[range]mz[scheme] {stmt} 39 :[range]mz[scheme] {stmt}
40 Execute MzScheme statement {stmt}. 40 Execute MzScheme statement {stmt}.
41 41
42 :[range]mz[scheme] << {endmarker} 42 :[range]mz[scheme] << [endmarker]
43 {script} 43 {script}
44 {endmarker} 44 {endmarker}
45 Execute inlined MzScheme script {script}. 45 Execute inlined MzScheme script {script}.
46 Note: This command doesn't work if the MzScheme 46 Note: This command doesn't work if the MzScheme
47 feature wasn't compiled in. To avoid errors, see 47 feature wasn't compiled in. To avoid errors, see
48 |script-here|. 48 |script-here|.
49
50 The {endmarker} below the {script} must NOT be
51 preceded by any white space.
52
53 If [endmarker] is omitted from after the "<<", a dot
54 '.' must be used after {script}, like for the
55 |:append| and |:insert| commands.
49 56
50 *:mzfile* *:mzf* 57 *:mzfile* *:mzf*
51 :[range]mzf[ile] {file} Execute the MzScheme script in {file}. 58 :[range]mzf[ile] {file} Execute the MzScheme script in {file}.
52 59
53 All of these commands do essentially the same thing - they execute a piece of 60 All of these commands do essentially the same thing - they execute a piece of