summaryrefslogtreecommitdiff
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-03 22:49:09 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-03 22:49:09 +0100
commit4ceaa3a6e0b8cb2994c303041aedcbb60527cd61 (patch)
tree0a89019f980a6f367a8c4ecb771b317466024994 /runtime/doc/various.txt
parent734a867ffe198886da7365b618be67ab8ed9d9f6 (diff)
downloadvim-git-4ceaa3a6e0b8cb2994c303041aedcbb60527cd61.tar.gz
Update a few runtime files
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r--runtime/doc/various.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 386dd9b52..37bf9d331 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -1,4 +1,4 @@
-*various.txt* For Vim version 8.1. Last change: 2019 Oct 17
+*various.txt* For Vim version 8.1. Last change: 2019 Dec 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -308,6 +308,7 @@ g8 Print the hex values of the bytes used in the
B big
H huge
m manually enabled or depends on other features
+ - never, feature was removed
(none) system dependent
Thus if a feature is marked with "N", it is included
in the normal, big and huge versions of Vim.
@@ -355,7 +356,7 @@ B *+emacs_tags* |emacs-tags| files
N *+eval* expression evaluation |eval.txt|
N *+ex_extra* always on now, used to be for Vim's extra Ex commands
N *+extra_search* |'hlsearch'| and |'incsearch'| options.
-B *+farsi* |farsi| language
+- *+farsi* Removed: |farsi| language
N *+file_in_path* |gf|, |CTRL-W_f| and |<cfile>|
N *+find_in_path* include file searches: |[I|, |:isearch|,
|CTRL-W_CTRL-I|, |:checkpath|, etc.
@@ -413,6 +414,7 @@ N *+path_extra* Up/downwards search in 'path' and 'tags'
m *+perl* Perl interface |perl|
m *+perl/dyn* Perl interface |perl-dynamic| |/dyn|
N *+persistent_undo* Persistent undo |undo-persistence|
+N *+popupwin* Popup windows |popup-window|
*+postscript* |:hardcopy| writes a PostScript file
N *+printer* |:hardcopy| command
H *+profile* |:profile| command
@@ -434,12 +436,12 @@ N *+spell* spell checking support, see |spell|
N *+startuptime* |--startuptime| argument
N *+statusline* Options 'statusline', 'rulerformat' and special
formats of 'titlestring' and 'iconstring'
-m *+sun_workshop* |workshop|; no longer supported
+- *+sun_workshop* Removed: |workshop|
N *+syntax* Syntax highlighting |syntax|
*+system()* Unix only: opposite of |+fork|
T *+tag_binary* binary searching in tags file |tag-binary-search|
-N *+tag_old_static* old method for static tags |tag-old-static|
-m *+tag_any_white* Removed; was to allow any white space in tags files
+- *+tag_old_static* Removed; method for static tags |tag-old-static|
+- *+tag_any_white* Removed; was to allow any white space in tags files
m *+tcl* Tcl interface |tcl|
m *+tcl/dyn* Tcl interface |tcl-dynamic| |/dyn|
m *+terminal* Support for terminal window |terminal|