aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-02-07 07:13:13 +0800
committerGitHub <noreply@github.com>2022-02-07 07:13:13 +0800
commitcf86adba61d7ae93f129823eb65a0dcaf3df70c5 (patch)
tree56a429f22215a8cca22dbca44b35135d508a8b30 /runtime
parent380bc4fe22e8dbd478e58d568e0d749df439fec9 (diff)
parent72816136a57adbd051c688ee3213fa9446ea48f6 (diff)
downloadrneovim-cf86adba61d7ae93f129823eb65a0dcaf3df70c5.tar.gz
rneovim-cf86adba61d7ae93f129823eb65a0dcaf3df70c5.tar.bz2
rneovim-cf86adba61d7ae93f129823eb65a0dcaf3df70c5.zip
Merge pull request #17263 from zeertzjq/vim-8.2.0208
vim-patch:8.2.{0208,0215,0942,3824,3939}: fnamemodify() patches
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/cmdline.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt
index 641cd93386..f2f6ebb2c9 100644
--- a/runtime/doc/cmdline.txt
+++ b/runtime/doc/cmdline.txt
@@ -908,8 +908,7 @@ 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, but on MS-Windows the drive is removed if
- it is the current drive.
+ current directory.
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.