comparison runtime/doc/autocmd.txt @ 574:25a70b1cd2da

updated for version 7.0163
author vimboss
date Tue, 06 Dec 2005 19:59:18 +0000
parents 862863033fdd
children 1ef373b13126
comparison
equal deleted inserted replaced
573:c85bf6a4999b 574:25a70b1cd2da
553 If this command causes an error, the quickfix 553 If this command causes an error, the quickfix
554 command is not executed. 554 command is not executed.
555 QuickFixCmdPost *QuickFixCmdPost* 555 QuickFixCmdPost *QuickFixCmdPost*
556 like QuickFixCmdPre, but after a quickfix 556 like QuickFixCmdPre, but after a quickfix
557 command is run. 557 command is run.
558 *SessionLoadPost*
559 SessionLoadPost After loading the session file created using
560 the |:mksession| command.
558 *MenuPopup* 561 *MenuPopup*
559 MenuPopup Just before showing the popup menu (under the 562 MenuPopup Just before showing the popup menu (under the
560 right mouse button). Useful for adjusting the 563 right mouse button). Useful for adjusting the
561 menu for what is under the cursor or mouse 564 menu for what is under the cursor or mouse
562 pointer. 565 pointer.