comparison runtime/doc/autocmd.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 0a9dacb8826a
children 65d7fd8381a3
comparison
equal deleted inserted replaced
12755:3529eea08ad9 12756:3b26420fc639
1 *autocmd.txt* For Vim version 8.0. Last change: 2017 Jul 14 1 *autocmd.txt* For Vim version 8.0. Last change: 2017 Oct 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
499 <afile> is set to a single character, 499 <afile> is set to a single character,
500 indicating the type of command-line. 500 indicating the type of command-line.
501 |cmdwin-char| 501 |cmdwin-char|
502 *CmdlineLeave* 502 *CmdlineLeave*
503 CmdlineLeave Before leaving the command line. 503 CmdlineLeave Before leaving the command line.
504 Also when abandoning the command line, after
505 typing CTRL-C or <Esc>.
506 When the commands result in an error the
507 command line is still executed.
504 <afile> is set to a single character, 508 <afile> is set to a single character,
505 indicating the type of command-line. 509 indicating the type of command-line.
506 |cmdwin-char| 510 |cmdwin-char|
507 *CmdwinEnter* 511 *CmdwinEnter*
508 CmdwinEnter After entering the command-line window. 512 CmdwinEnter After entering the command-line window.