comparison runtime/doc/autocmd.txt @ 4229:fa4089df54bc

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 19 Mar 2013 11:35:58 +0100
parents 61bcafd8c648
children 2d1383658bb4
comparison
equal deleted inserted replaced
4228:1e1297b26329 4229:fa4089df54bc
1 *autocmd.txt* For Vim version 7.3. Last change: 2012 Sep 05 1 *autocmd.txt* For Vim version 7.3. Last change: 2013 Mar 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
728 location. For |:cfile| and |:lfile| commands 728 location. For |:cfile| and |:lfile| commands
729 it is run after error file is read and before 729 it is run after error file is read and before
730 moving to the first error. 730 moving to the first error.
731 See |QuickFixCmdPost-example|. 731 See |QuickFixCmdPost-example|.
732 *QuitPre* 732 *QuitPre*
733 QuitPre When using `:quit`, before deciding whether it 733 QuitPre When using `:quit`, `:wq` or `:qall`, before
734 closes the current window or quits Vim. Can 734 deciding whether it closes the current window
735 be used to close any non-essential window if 735 or quits Vim. Can be used to close any
736 the current window is the last ordinary 736 non-essential window if the current window is
737 window. 737 the last ordinary window.
738 *RemoteReply* 738 *RemoteReply*
739 RemoteReply When a reply from a Vim that functions as 739 RemoteReply When a reply from a Vim that functions as
740 server was received |server2client()|. The 740 server was received |server2client()|. The
741 pattern is matched against the {serverid}. 741 pattern is matched against the {serverid}.
742 <amatch> is equal to the {serverid} from which 742 <amatch> is equal to the {serverid} from which