aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-12-13 12:36:43 -0500
committerMichael Reed <m.reed@mykolab.com>2016-01-06 17:24:21 -0500
commitc6aa71605fac6fba19241f1ed11e706efeb26088 (patch)
tree46cc185fb9e6a907d959dcd2a3f61705eb1c3699 /runtime
parentec580da5f442b65cc3c2c05e95c133faa88c2589 (diff)
downloadrneovim-c6aa71605fac6fba19241f1ed11e706efeb26088.tar.gz
rneovim-c6aa71605fac6fba19241f1ed11e706efeb26088.tar.bz2
rneovim-c6aa71605fac6fba19241f1ed11e706efeb26088.zip
build: Stop using __{DATE,TIME}__
Recording the compilation time modifies the source for dubious gain, and interferes with reproducible builds [1]. [1] https://reproducible-builds.org/
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/various.txt22
1 files changed, 9 insertions, 13 deletions
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