diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-06-19 14:35:59 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-06-19 14:35:59 +0200 |
commit | d2f3a8b8787333abf2300d38836b196955f10c00 (patch) | |
tree | 9c567b7780a62c5b7eb5b8fbfd42d973d6721498 /runtime/doc/cmdline.txt | |
parent | c166927a32fe5c054ad35deecff00aa12c629cf7 (diff) | |
download | vim-git-d2f3a8b8787333abf2300d38836b196955f10c00.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/cmdline.txt')
-rw-r--r-- | runtime/doc/cmdline.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index d2c81967d..ae364c323 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. |