aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt11
-rw-r--r--runtime/doc/various.txt22
2 files changed, 14 insertions, 19 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 49afa15601..45095d45a9 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -6939,8 +6939,8 @@ filterpipe When 'shelltemp' is off pipes are used for shell
find_in_path Compiled with support for include file searches
|+find_in_path|.
float Compiled with support for |Float|.
-fname_case Case in file names matters (for MS-DOS and Windows
- this is not present).
+fname_case Case in file names matters (for Windows this is not
+ present).
folding Compiled with |folding| support.
footer Compiled with GUI footer support. |gui-footer|
gettext Compiled with message translation |multi-lang|
@@ -7023,10 +7023,9 @@ visualextra Compiled with extra Visual mode commands.
vreplace Compiled with |gR| and |gr| commands.
wildignore Compiled with 'wildignore' option.
wildmenu Compiled with 'wildmenu' option.
-win32 Win32 version of Vim (MS-Windows 95 and later, 32 or
- 64 bits)
-win32unix Win32 version of Vim, using Unix files (Cygwin)
-win64 Win64 version of Vim (MS-Windows 64 bit).
+win32 Windows version of Vim (32 or 64 bit).
+win32unix Windows version of Vim, using Unix files (Cygwin).
+win64 Windows version of Vim (64 bit).
winaltkeys Compiled with 'winaltkeys' option.
windows Compiled with support for more than one window.
writebackup Compiled with 'writebackup' default on.
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index d810e1ab37..9e4104bf92 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -272,19 +272,15 @@ g8 Print the hex values of the bytes used in the
:!! Repeat last ":!{cmd}".
*:ve* *:version*
-:ve[rsion] Print the version number of the editor. If the
- compiler used understands "__DATE__" the compilation
- date is mentioned. Otherwise a fixed release-date is
- shown.
- The following lines contain information about which
- features were enabled when Vim was compiled. When
- there is a preceding '+', the feature is included,
- when there is a '-' it is excluded. To change this,
- you have to edit feature.h and recompile Vim.
- To check for this in an expression, see |has()|.
- Here is an overview of the features.
- The first column shows the smallest version in which
- they are included:
+:ve[rsion] Print the version number of the editor. The following
+ lines contain information about which features were
+ enabled when Vim was compiled. When there is a
+ preceding '+', the feature is included, when there is
+ a '-' it is excluded. To change this, you have to
+ edit feature.h and recompile Vim. To check for this
+ in an expression, see |has()|. Here is an overview of
+ the features. The first column shows the smallest
+ version in which they are included:
T tiny
S small
N normal