comparison runtime/doc/various.txt @ 3256:ba708ee8d69d

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 10 Jan 2012 14:55:01 +0100
parents 91e53bcb7946
children af1e8a1714c2
comparison
equal deleted inserted replaced
3255:3c04cfb72ad9 3256:ba708ee8d69d
1 *various.txt* For Vim version 7.3. Last change: 2011 Dec 29 1 *various.txt* For Vim version 7.3. Last change: 2012 Jan 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
389 N *+statusline* Options 'statusline', 'rulerformat' and special 389 N *+statusline* Options 'statusline', 'rulerformat' and special
390 formats of 'titlestring' and 'iconstring' 390 formats of 'titlestring' and 'iconstring'
391 m *+sun_workshop* |workshop| 391 m *+sun_workshop* |workshop|
392 N *+syntax* Syntax highlighting |syntax| 392 N *+syntax* Syntax highlighting |syntax|
393 *+system()* Unix only: opposite of |+fork| 393 *+system()* Unix only: opposite of |+fork|
394 N *+tag_binary* binary searching in tags file |tag-binary-search| 394 N *+tag_binary* binary searching in tags file |tag-binary-search|
395 N *+tag_old_static* old method for static tags |tag-old-static| 395 N *+tag_old_static* old method for static tags |tag-old-static|
396 m *+tag_any_white* any white space allowed in tags file |tag-any-white| 396 m *+tag_any_white* any white space allowed in tags file |tag-any-white|
397 m *+tcl* Tcl interface |tcl| 397 m *+tcl* Tcl interface |tcl|
398 m *+tcl/dyn* Tcl interface |tcl-dynamic| |/dyn| 398 m *+tcl/dyn* Tcl interface |tcl-dynamic| |/dyn|
399 *+terminfo* uses |terminfo| instead of termcap 399 *+terminfo* uses |terminfo| instead of termcap
400 N *+termresponse* support for |t_RV| and |v:termresponse| 400 N *+termresponse* support for |t_RV| and |v:termresponse|
401 N *+textobjects* |text-objects| selection 401 N *+textobjects* |text-objects| selection
402 *+tgetent* non-Unix only: able to use external termcap 402 *+tgetent* non-Unix only: able to use external termcap
403 N *+title* Setting the window 'title' and 'icon' 403 N *+title* Setting the window 'title' and 'icon'
404 N *+toolbar* |gui-toolbar| 404 N *+toolbar* |gui-toolbar|
405 N *+user_commands* User-defined commands. |user-commands| 405 N *+user_commands* User-defined commands. |user-commands|
406 N *+viminfo* |'viminfo'| 406 N *+viminfo* |'viminfo'|
407 N *+vertsplit* Vertically split windows |:vsplit| 407 N *+vertsplit* Vertically split windows |:vsplit|
408 N *+virtualedit* |'virtualedit'| 408 N *+virtualedit* |'virtualedit'|
409 S *+visual* Visual mode |Visual-mode| 409 S *+visual* Visual mode |Visual-mode|
410 N *+visualextra* extra Visual mode commands |blockwise-operators| 410 N *+visualextra* extra Visual mode commands |blockwise-operators|
411 N *+vreplace* |gR| and |gr| 411 N *+vreplace* |gR| and |gr|
412 N *+wildignore* |'wildignore'| 412 N *+wildignore* |'wildignore'|
413 N *+wildmenu* |'wildmenu'| 413 N *+wildmenu* |'wildmenu'|
414 S *+windows* more than one window 414 S *+windows* more than one window
415 m *+writebackup* |'writebackup'| is default on 415 m *+writebackup* |'writebackup'| is default on
416 m *+xim* X input method |xim| 416 m *+xim* X input method |xim|
417 *+xfontset* X fontset support |xfontset| 417 *+xfontset* X fontset support |xfontset|
418 m *+xpm_w32* Win32 GUI only: pixmap support |:sign-define|
418 *+xsmp* XSMP (X session management) support 419 *+xsmp* XSMP (X session management) support
419 *+xsmp_interact* interactive XSMP (X session management) support 420 *+xsmp_interact* interactive XSMP (X session management) support
420 N *+xterm_clipboard* Unix only: xterm clipboard handling 421 N *+xterm_clipboard* Unix only: xterm clipboard handling
421 m *+xterm_save* save and restore xterm screen |xterm-screens| 422 m *+xterm_save* save and restore xterm screen |xterm-screens|
422 N *+X11* Unix only: can restore window title |X11| 423 N *+X11* Unix only: can restore window title |X11|
423 424
424 */dyn* *E370* *E448* 425 */dyn* *E370* *E448*
425 To some of the features "/dyn" is added when the 426 To some of the features "/dyn" is added when the
426 feature is only available when the related library can 427 feature is only available when the related library can
427 be dynamically loaded. 428 be dynamically loaded.