comparison runtime/doc/if_mzsch.txt @ 1919:6e9c10c63e25 v7.2.216

updated for version 7.2-216
author vimboss
date Wed, 24 Jun 2009 15:51:37 +0000
parents afb740b5dfab
children afcf9db31561
comparison
equal deleted inserted replaced
1918:eac2556d4620 1919:6e9c10c63e25
1 *if_mzsch.txt* For Vim version 7.2. Last change: 2009 May 26 1 *if_mzsch.txt* For Vim version 7.2. Last change: 2009 Jun 24
2 2
3 3
4 VIM REFERENCE MANUAL by Sergey Khorev 4 VIM REFERENCE MANUAL by Sergey Khorev
5 5
6 6
229 (get-cursor [window]) Get cursor position in a window as 229 (get-cursor [window]) Get cursor position in a window as
230 a pair (linenr . column). 230 a pair (linenr . column).
231 (set-cursor (line . col) [window]) Set cursor position. 231 (set-cursor (line . col) [window]) Set cursor position.
232 232
233 ============================================================================== 233 ==============================================================================
234 5. Dynamic loading *mzscheme-dynamic* *E812* 234 5. Dynamic loading *mzscheme-dynamic* *E815*
235 235
236 On MS-Windows the MzScheme libraries can be loaded dynamically. The |:version| 236 On MS-Windows the MzScheme libraries can be loaded dynamically. The |:version|
237 output then includes |+mzscheme/dyn|. 237 output then includes |+mzscheme/dyn|.
238 238
239 This means that Vim will search for the MzScheme DLL files only when needed. 239 This means that Vim will search for the MzScheme DLL files only when needed.