comparison runtime/doc/if_mzsch.txt @ 7742:5f6f35a3cb12

commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 24 17:56:50 2016 +0100 Update a few runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jan 2016 18:00:06 +0100
parents 07f11de5efca
children 715d6c5707b8
comparison
equal deleted inserted replaced
7741:74b54a066bff 7742:5f6f35a3cb12
1 *if_mzsch.txt* For Vim version 7.4. Last change: 2016 Jan 16 1 *if_mzsch.txt* For Vim version 7.4. Last change: 2016 Jan 24
2 2
3 3
4 VIM REFERENCE MANUAL by Sergey Khorev 4 VIM REFERENCE MANUAL by Sergey Khorev
5 5
6 6
263 " return Vim indent for line 12 263 " return Vim indent for line 12
264 :mz (indent 12) 264 :mz (indent 12)
265 < 265 <
266 266
267 ============================================================================== 267 ==============================================================================
268 7. Dynamic loading *mzscheme-dynamic* *E815* 268 7. Dynamic loading *mzscheme-dynamic* *E815*
269 269
270 On MS-Windows the MzScheme libraries can be loaded dynamically. The |:version| 270 On MS-Windows the MzScheme libraries can be loaded dynamically. The |:version|
271 output then includes |+mzscheme/dyn|. 271 output then includes |+mzscheme/dyn|.
272 272
273 This means that Vim will search for the MzScheme DLL files only when needed. 273 This means that Vim will search for the MzScheme DLL files only when needed.
292 PATH=%PATH%;C:\Racket63\lib 292 PATH=%PATH%;C:\Racket63\lib
293 PLTCOLLECTS=C:\Racket63\collects 293 PLTCOLLECTS=C:\Racket63\collects
294 PLTCONFIGDIR=C:\Racket63\etc 294 PLTCONFIGDIR=C:\Racket63\etc
295 < 295 <
296 ============================================================================== 296 ==============================================================================
297 8. MzScheme setup *mzscheme-setup* 297 8. MzScheme setup *mzscheme-setup* *E895*
298 298
299 Vim requires "racket/base" module for if_mzsch core (fallback to "scheme/base" 299 Vim requires "racket/base" module for if_mzsch core (fallback to "scheme/base"
300 if it doesn't exist), "r5rs" module for test and "raco ctool" command for 300 if it doesn't exist), "r5rs" module for test and "raco ctool" command for
301 building Vim. If MzScheme did not have them, you can install them with 301 building Vim. If MzScheme did not have them, you can install them with
302 MzScheme's raco command: 302 MzScheme's raco command: