comparison runtime/doc/various.txt @ 3996:b3f3237a3d72

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Dec 2012 19:01:43 +0100
parents 536aa8b0c934
children e362db8b2d7b
comparison
equal deleted inserted replaced
3995:c2ea289a5b7f 3996:b3f3237a3d72
1 *various.txt* For Vim version 7.3. Last change: 2012 Aug 03 1 *various.txt* For Vim version 7.3. Last change: 2012 Dec 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
351 N *+mouse* Mouse handling |mouse-using| 351 N *+mouse* Mouse handling |mouse-using|
352 N *+mouseshape* |'mouseshape'| 352 N *+mouseshape* |'mouseshape'|
353 B *+mouse_dec* Unix only: Dec terminal mouse handling |dec-mouse| 353 B *+mouse_dec* Unix only: Dec terminal mouse handling |dec-mouse|
354 N *+mouse_gpm* Unix only: Linux console mouse handling |gpm-mouse| 354 N *+mouse_gpm* Unix only: Linux console mouse handling |gpm-mouse|
355 B *+mouse_netterm* Unix only: netterm mouse handling |netterm-mouse| 355 B *+mouse_netterm* Unix only: netterm mouse handling |netterm-mouse|
356 N *+mouse_pterm* QNX only: pterm mouse handling |qnx-terminal| 356 N *+mouse_pterm* QNX only: pterm mouse handling |qnx-terminal|
357 N *+mouse_sysmouse* Unix only: *BSD console mouse handling |sysmouse| 357 N *+mouse_sysmouse* Unix only: *BSD console mouse handling |sysmouse|
358 B *+mouse_sgr* Unix only: sgr mouse handling |sgr-mouse| 358 B *+mouse_sgr* Unix only: sgr mouse handling |sgr-mouse|
359 N *+mouse_urxvt* Unix only: urxvt mouse handling |urxvt-mouse| 359 B *+mouse_urxvt* Unix only: urxvt mouse handling |urxvt-mouse|
360 N *+mouse_xterm* Unix only: xterm mouse handling |xterm-mouse| 360 N *+mouse_xterm* Unix only: xterm mouse handling |xterm-mouse|
361 B *+multi_byte* 16 and 32 bit characters |multibyte| 361 B *+multi_byte* 16 and 32 bit characters |multibyte|
362 *+multi_byte_ime* Win32 input method for multibyte chars |multibyte-ime| 362 *+multi_byte_ime* Win32 input method for multibyte chars |multibyte-ime|
363 N *+multi_lang* non-English language support |multi-lang| 363 N *+multi_lang* non-English language support |multi-lang|
364 m *+mzscheme* Mzscheme interface |mzscheme| 364 m *+mzscheme* Mzscheme interface |mzscheme|
365 m *+mzscheme/dyn* Mzscheme interface |mzscheme-dynamic| |/dyn| 365 m *+mzscheme/dyn* Mzscheme interface |mzscheme-dynamic| |/dyn|
366 m *+netbeans_intg* |netbeans| 366 m *+netbeans_intg* |netbeans|
367 m *+ole* Win32 GUI only: |ole-interface| 367 m *+ole* Win32 GUI only: |ole-interface|
368 N *+path_extra* Up/downwards search in 'path' and 'tags' 368 N *+path_extra* Up/downwards search in 'path' and 'tags'
369 m *+perl* Perl interface |perl| 369 m *+perl* Perl interface |perl|
370 m *+perl/dyn* Perl interface |perl-dynamic| |/dyn| 370 m *+perl/dyn* Perl interface |perl-dynamic| |/dyn|
371 N *+persistent_undo* Persistent undo |undo-persistence| 371 N *+persistent_undo* Persistent undo |undo-persistence|
372 *+postscript* |:hardcopy| writes a PostScript file 372 *+postscript* |:hardcopy| writes a PostScript file
373 N *+printer* |:hardcopy| command 373 N *+printer* |:hardcopy| command
374 H *+profile* |:profile| command 374 H *+profile* |:profile| command
375 m *+python* Python 2 interface |python| 375 m *+python* Python 2 interface |python|
376 m *+python/dyn* Python 2 interface |python-dynamic| |/dyn| 376 m *+python/dyn* Python 2 interface |python-dynamic| |/dyn|
377 m *+python3* Python 3 interface |python| 377 m *+python3* Python 3 interface |python|
378 m *+python3/dyn* Python 3 interface |python-dynamic| |/dyn| 378 m *+python3/dyn* Python 3 interface |python-dynamic| |/dyn|
379 N *+quickfix* |:make| and |quickfix| commands 379 N *+quickfix* |:make| and |quickfix| commands
380 N *+reltime* |reltime()| function, 'hlsearch'/'incsearch' timeout, 380 N *+reltime* |reltime()| function, 'hlsearch'/'incsearch' timeout,
381 'redrawtime' option 381 'redrawtime' option
382 B *+rightleft* Right to left typing |'rightleft'| 382 B *+rightleft* Right to left typing |'rightleft'|
383 m *+ruby* Ruby interface |ruby| 383 m *+ruby* Ruby interface |ruby|
384 m *+ruby/dyn* Ruby interface |ruby-dynamic| |/dyn| 384 m *+ruby/dyn* Ruby interface |ruby-dynamic| |/dyn|
385 N *+scrollbind* |'scrollbind'| 385 N *+scrollbind* |'scrollbind'|
386 B *+signs* |:sign| 386 B *+signs* |:sign|
387 N *+smartindent* |'smartindent'| 387 N *+smartindent* |'smartindent'|
388 m *+sniff* SniFF interface |sniff| 388 m *+sniff* SniFF interface |sniff|
389 N *+startuptime* |--startuptime| argument 389 N *+startuptime* |--startuptime| argument
390 N *+statusline* Options 'statusline', 'rulerformat' and special 390 N *+statusline* Options 'statusline', 'rulerformat' and special
391 formats of 'titlestring' and 'iconstring' 391 formats of 'titlestring' and 'iconstring'
392 m *+sun_workshop* |workshop| 392 m *+sun_workshop* |workshop|
393 N *+syntax* Syntax highlighting |syntax| 393 N *+syntax* Syntax highlighting |syntax|
394 *+system()* Unix only: opposite of |+fork| 394 *+system()* Unix only: opposite of |+fork|
395 N *+tag_binary* binary searching in tags file |tag-binary-search| 395 N *+tag_binary* binary searching in tags file |tag-binary-search|
396 N *+tag_old_static* old method for static tags |tag-old-static| 396 N *+tag_old_static* old method for static tags |tag-old-static|
397 m *+tag_any_white* any white space allowed in tags file |tag-any-white| 397 m *+tag_any_white* any white space allowed in tags file |tag-any-white|
398 m *+tcl* Tcl interface |tcl| 398 m *+tcl* Tcl interface |tcl|
399 m *+tcl/dyn* Tcl interface |tcl-dynamic| |/dyn| 399 m *+tcl/dyn* Tcl interface |tcl-dynamic| |/dyn|
400 *+terminfo* uses |terminfo| instead of termcap 400 *+terminfo* uses |terminfo| instead of termcap
401 N *+termresponse* support for |t_RV| and |v:termresponse| 401 N *+termresponse* support for |t_RV| and |v:termresponse|
402 N *+textobjects* |text-objects| selection 402 N *+textobjects* |text-objects| selection
403 *+tgetent* non-Unix only: able to use external termcap 403 *+tgetent* non-Unix only: able to use external termcap
404 N *+title* Setting the window 'title' and 'icon' 404 N *+title* Setting the window 'title' and 'icon'
405 N *+toolbar* |gui-toolbar| 405 N *+toolbar* |gui-toolbar|
406 N *+user_commands* User-defined commands. |user-commands| 406 N *+user_commands* User-defined commands. |user-commands|
407 N *+viminfo* |'viminfo'| 407 N *+viminfo* |'viminfo'|
408 N *+vertsplit* Vertically split windows |:vsplit| 408 N *+vertsplit* Vertically split windows |:vsplit|
409 N *+virtualedit* |'virtualedit'| 409 N *+virtualedit* |'virtualedit'|
410 S *+visual* Visual mode |Visual-mode| 410 S *+visual* Visual mode |Visual-mode|
411 N *+visualextra* extra Visual mode commands |blockwise-operators| 411 N *+visualextra* extra Visual mode commands |blockwise-operators|
412 N *+vreplace* |gR| and |gr| 412 N *+vreplace* |gR| and |gr|
413 N *+wildignore* |'wildignore'| 413 N *+wildignore* |'wildignore'|
414 N *+wildmenu* |'wildmenu'| 414 N *+wildmenu* |'wildmenu'|
415 S *+windows* more than one window 415 S *+windows* more than one window
416 m *+writebackup* |'writebackup'| is default on 416 m *+writebackup* |'writebackup'| is default on
417 m *+xim* X input method |xim| 417 m *+xim* X input method |xim|
418 *+xfontset* X fontset support |xfontset| 418 *+xfontset* X fontset support |xfontset|
419 m *+xpm_w32* Win32 GUI only: pixmap support |w32-xpm-support| 419 m *+xpm_w32* Win32 GUI only: pixmap support |w32-xpm-support|
420 *+xsmp* XSMP (X session management) support 420 *+xsmp* XSMP (X session management) support
421 *+xsmp_interact* interactive XSMP (X session management) support 421 *+xsmp_interact* interactive XSMP (X session management) support
422 N *+xterm_clipboard* Unix only: xterm clipboard handling 422 N *+xterm_clipboard* Unix only: xterm clipboard handling
423 m *+xterm_save* save and restore xterm screen |xterm-screens| 423 m *+xterm_save* save and restore xterm screen |xterm-screens|
424 N *+X11* Unix only: can restore window title |X11| 424 N *+X11* Unix only: can restore window title |X11|
425 425
426 */dyn* *E370* *E448* 426 */dyn* *E370* *E448*
427 To some of the features "/dyn" is added when the 427 To some of the features "/dyn" is added when the
428 feature is only available when the related library can 428 feature is only available when the related library can
429 be dynamically loaded. 429 be dynamically loaded.