comparison runtime/doc/cmdline.txt @ 12756:3b26420fc639

Long overdue runtime update. commit https://github.com/vim/vim/commit/01164a6546b4c635daf96a1f17d1cb2d07f32a66 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 2 22:58:42 2017 +0100 Long overdue runtime update.
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2017 23:00:08 +0100
parents d91cf2e26ef0
children 1f95ec5de238
comparison
equal deleted inserted replaced
12755:3529eea08ad9 12756:3b26420fc639
1 *cmdline.txt* For Vim version 8.0. Last change: 2017 Sep 17 1 *cmdline.txt* For Vim version 8.0. Last change: 2017 Oct 19
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
837 cursor is on "]" of "list[idx]" then the result is 837 cursor is on "]" of "list[idx]" then the result is
838 "list[idx]". This is used for |v:beval_text|. 838 "list[idx]". This is used for |v:beval_text|.
839 <cfile> is replaced with the path name under the cursor (like what 839 <cfile> is replaced with the path name under the cursor (like what
840 |gf| uses) 840 |gf| uses)
841 <afile> When executing autocommands, is replaced with the file name 841 <afile> When executing autocommands, is replaced with the file name
842 for a file read or write. 842 of the buffer being manipulated, or the file for a read or
843 write.
843 <abuf> When executing autocommands, is replaced with the currently 844 <abuf> When executing autocommands, is replaced with the currently
844 effective buffer number (for ":r file" and ":so file" it is 845 effective buffer number (for ":r file" and ":so file" it is
845 the current buffer, the file being read/sourced is not in a 846 the current buffer, the file being read/sourced is not in a
846 buffer). 847 buffer).
847 <amatch> When executing autocommands, is replaced with the match for 848 <amatch> When executing autocommands, is replaced with the match for