comparison runtime/doc/cmdline.txt @ 14123:583bf95b6c84

Update runtime files. commit https://github.com/vim/vim/commit/d2f3a8b8787333abf2300d38836b196955f10c00 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 19 14:35:59 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jun 2018 14:45:08 +0200
parents 1174611ad715
children 2f7e67dd088c
comparison
equal deleted inserted replaced
14122:f1a54da4fb79 14123:583bf95b6c84
892 :~ Reduce file name to be relative to the home directory, if 892 :~ Reduce file name to be relative to the home directory, if
893 possible. File name is unmodified if it is not below the home 893 possible. File name is unmodified if it is not below the home
894 directory. 894 directory.
895 :. Reduce file name to be relative to current directory, if 895 :. Reduce file name to be relative to current directory, if
896 possible. File name is unmodified if it is not below the 896 possible. File name is unmodified if it is not below the
897 current directory. 897 current directory, but on MS-Windows the drive is removed if
898 it is the current drive.
898 For maximum shortness, use ":~:.". 899 For maximum shortness, use ":~:.".
899 :h Head of the file name (the last component and any separators 900 :h Head of the file name (the last component and any separators
900 removed). Cannot be used with :e, :r or :t. 901 removed). Cannot be used with :e, :r or :t.
901 Can be repeated to remove several components at the end. 902 Can be repeated to remove several components at the end.
902 When the file name ends in a path separator, only the path 903 When the file name ends in a path separator, only the path