comparison runtime/doc/various.txt @ 18790:8dde7ced3344

Update a few runtime files Commit: https://github.com/vim/vim/commit/4ceaa3a6e0b8cb2994c303041aedcbb60527cd61 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 3 22:49:09 2019 +0100 Update a few runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 Dec 2019 23:00:06 +0100
parents 6d11fc4aa683
children 6848b809a26e
comparison
equal deleted inserted replaced
18789:bea2e4dfc6d7 18790:8dde7ced3344
1 *various.txt* For Vim version 8.1. Last change: 2019 Oct 17 1 *various.txt* For Vim version 8.1. Last change: 2019 Dec 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
306 S small 306 S small
307 N normal 307 N normal
308 B big 308 B big
309 H huge 309 H huge
310 m manually enabled or depends on other features 310 m manually enabled or depends on other features
311 - never, feature was removed
311 (none) system dependent 312 (none) system dependent
312 Thus if a feature is marked with "N", it is included 313 Thus if a feature is marked with "N", it is included
313 in the normal, big and huge versions of Vim. 314 in the normal, big and huge versions of Vim.
314 315
315 *+feature-list* 316 *+feature-list*
353 *+dnd* Support for DnD into the "~ register |quote_~|. 354 *+dnd* Support for DnD into the "~ register |quote_~|.
354 B *+emacs_tags* |emacs-tags| files 355 B *+emacs_tags* |emacs-tags| files
355 N *+eval* expression evaluation |eval.txt| 356 N *+eval* expression evaluation |eval.txt|
356 N *+ex_extra* always on now, used to be for Vim's extra Ex commands 357 N *+ex_extra* always on now, used to be for Vim's extra Ex commands
357 N *+extra_search* |'hlsearch'| and |'incsearch'| options. 358 N *+extra_search* |'hlsearch'| and |'incsearch'| options.
358 B *+farsi* |farsi| language 359 - *+farsi* Removed: |farsi| language
359 N *+file_in_path* |gf|, |CTRL-W_f| and |<cfile>| 360 N *+file_in_path* |gf|, |CTRL-W_f| and |<cfile>|
360 N *+find_in_path* include file searches: |[I|, |:isearch|, 361 N *+find_in_path* include file searches: |[I|, |:isearch|,
361 |CTRL-W_CTRL-I|, |:checkpath|, etc. 362 |CTRL-W_CTRL-I|, |:checkpath|, etc.
362 N *+folding* |folding| 363 N *+folding* |folding|
363 *+footer* |gui-footer| 364 *+footer* |gui-footer|
411 N *+packages* Loading |packages| 412 N *+packages* Loading |packages|
412 N *+path_extra* Up/downwards search in 'path' and 'tags' 413 N *+path_extra* Up/downwards search in 'path' and 'tags'
413 m *+perl* Perl interface |perl| 414 m *+perl* Perl interface |perl|
414 m *+perl/dyn* Perl interface |perl-dynamic| |/dyn| 415 m *+perl/dyn* Perl interface |perl-dynamic| |/dyn|
415 N *+persistent_undo* Persistent undo |undo-persistence| 416 N *+persistent_undo* Persistent undo |undo-persistence|
417 N *+popupwin* Popup windows |popup-window|
416 *+postscript* |:hardcopy| writes a PostScript file 418 *+postscript* |:hardcopy| writes a PostScript file
417 N *+printer* |:hardcopy| command 419 N *+printer* |:hardcopy| command
418 H *+profile* |:profile| command 420 H *+profile* |:profile| command
419 m *+python* Python 2 interface |python| 421 m *+python* Python 2 interface |python|
420 m *+python/dyn* Python 2 interface |python-dynamic| |/dyn| 422 m *+python/dyn* Python 2 interface |python-dynamic| |/dyn|
432 B *+sound* |sound_playevent()|, |sound_playfile()| functions, etc. 434 B *+sound* |sound_playevent()|, |sound_playfile()| functions, etc.
433 N *+spell* spell checking support, see |spell| 435 N *+spell* spell checking support, see |spell|
434 N *+startuptime* |--startuptime| argument 436 N *+startuptime* |--startuptime| argument
435 N *+statusline* Options 'statusline', 'rulerformat' and special 437 N *+statusline* Options 'statusline', 'rulerformat' and special
436 formats of 'titlestring' and 'iconstring' 438 formats of 'titlestring' and 'iconstring'
437 m *+sun_workshop* |workshop|; no longer supported 439 - *+sun_workshop* Removed: |workshop|
438 N *+syntax* Syntax highlighting |syntax| 440 N *+syntax* Syntax highlighting |syntax|
439 *+system()* Unix only: opposite of |+fork| 441 *+system()* Unix only: opposite of |+fork|
440 T *+tag_binary* binary searching in tags file |tag-binary-search| 442 T *+tag_binary* binary searching in tags file |tag-binary-search|
441 N *+tag_old_static* old method for static tags |tag-old-static| 443 - *+tag_old_static* Removed; method for static tags |tag-old-static|
442 m *+tag_any_white* Removed; was to allow any white space in tags files 444 - *+tag_any_white* Removed; was to allow any white space in tags files
443 m *+tcl* Tcl interface |tcl| 445 m *+tcl* Tcl interface |tcl|
444 m *+tcl/dyn* Tcl interface |tcl-dynamic| |/dyn| 446 m *+tcl/dyn* Tcl interface |tcl-dynamic| |/dyn|
445 m *+terminal* Support for terminal window |terminal| 447 m *+terminal* Support for terminal window |terminal|
446 *+terminfo* uses |terminfo| instead of termcap 448 *+terminfo* uses |terminfo| instead of termcap
447 N *+termresponse* support for |t_RV| and |v:termresponse| 449 N *+termresponse* support for |t_RV| and |v:termresponse|