comparison runtime/doc/autocmd.txt @ 14864:40ef13331e02

Update runtime files. commit https://github.com/vim/vim/commit/95bafa296ae97bf420d5c74dd6db517b404c5df7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 2 13:26:25 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Oct 2018 13:30:07 +0200
parents 27055ad9276b
children 4ee65b4150fd
comparison
equal deleted inserted replaced
14863:ddb5bfb4114d 14864:40ef13331e02
862 Note: It's a bad idea to reset an option 862 Note: It's a bad idea to reset an option
863 during this autocommand, this may break a 863 during this autocommand, this may break a
864 plugin. You can always use `:noa` to prevent 864 plugin. You can always use `:noa` to prevent
865 triggering this autocommand. 865 triggering this autocommand.
866 866
867 When using |:set| in the autocommand the event
868 is not triggered again.
869
867 *QuickFixCmdPre* 870 *QuickFixCmdPre*
868 QuickFixCmdPre Before a quickfix command is run (|:make|, 871 QuickFixCmdPre Before a quickfix command is run (|:make|,
869 |:lmake|, |:grep|, |:lgrep|, |:grepadd|, 872 |:lmake|, |:grep|, |:lgrep|, |:grepadd|,
870 |:lgrepadd|, |:vimgrep|, |:lvimgrep|, 873 |:lgrepadd|, |:vimgrep|, |:lvimgrep|,
871 |:vimgrepadd|, |:lvimgrepadd|, |:cscope|, 874 |:vimgrepadd|, |:lvimgrepadd|, |:cscope|,