summaryrefslogtreecommitdiffstats
path: root/runtime/doc/cmdline.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-06-19 14:35:59 +0200
committerBram Moolenaar <Bram@vim.org>2018-06-19 14:35:59 +0200
commitd2f3a8b8787333abf2300d38836b196955f10c00 (patch)
tree9c567b7780a62c5b7eb5b8fbfd42d973d6721498 /runtime/doc/cmdline.txt
parentc166927a32fe5c054ad35deecff00aa12c629cf7 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/cmdline.txt')
-rw-r--r--runtime/doc/cmdline.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt
index d2c81967d1..ae364c3230 100644
--- a/runtime/doc/cmdline.txt
+++ b/runtime/doc/cmdline.txt
@@ -894,7 +894,8 @@ These modifiers can be given, in this order:
directory.
:. Reduce file name to be relative to current directory, if
possible. File name is unmodified if it is not below the
- current directory.
+ current directory, but on MS-Windows the drive is removed if
+ it is the current drive.
For maximum shortness, use ":~:.".
:h Head of the file name (the last component and any separators
removed). Cannot be used with :e, :r or :t.