comparison runtime/doc/autocmd.txt @ 18043:5a0d5f8e1778 v8.1.2017

patch 8.1.2017: cannot execute commands after closing the cmdline window Commit: https://github.com/vim/vim/commit/96e38a86a710fb6daec4550ac1667f019dc3a40e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 9 18:35:33 2019 +0200 patch 8.1.2017: cannot execute commands after closing the cmdline window Problem: Cannot execute commands after closing the cmdline window. Solution: Also trigger BufEnter and WinEnter. (closes https://github.com/vim/vim/issues/4762)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Sep 2019 18:45:04 +0200
parents a7afcea6f40a
children a2870e6f5b45
comparison
equal deleted inserted replaced
18042:1616f2fc1e3c 18043:5a0d5f8e1778
552 indicating the type of command-line. 552 indicating the type of command-line.
553 |cmdwin-char| 553 |cmdwin-char|
554 *CmdwinEnter* 554 *CmdwinEnter*
555 CmdwinEnter After entering the command-line window. 555 CmdwinEnter After entering the command-line window.
556 Useful for setting options specifically for 556 Useful for setting options specifically for
557 this special type of window. This is 557 this special type of window.
558 triggered _instead_ of BufEnter and WinEnter.
559 <afile> is set to a single character, 558 <afile> is set to a single character,
560 indicating the type of command-line. 559 indicating the type of command-line.
561 |cmdwin-char| 560 |cmdwin-char|
562 *CmdwinLeave* 561 *CmdwinLeave*
563 CmdwinLeave Before leaving the command-line window. 562 CmdwinLeave Before leaving the command-line window.
564 Useful to clean up any global setting done 563 Useful to clean up any global setting done
565 with CmdwinEnter. This is triggered _instead_ 564 with CmdwinEnter.
566 of BufLeave and WinLeave.
567 <afile> is set to a single character, 565 <afile> is set to a single character,
568 indicating the type of command-line. 566 indicating the type of command-line.
569 |cmdwin-char| 567 |cmdwin-char|
570 *ColorScheme* 568 *ColorScheme*
571 ColorScheme After loading a color scheme. |:colorscheme| 569 ColorScheme After loading a color scheme. |:colorscheme|