comparison runtime/doc/autocmd.txt @ 5663:1dea14d4c738

Update runtime files. Add support for systemverilog.
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Feb 2014 19:15:50 +0100
parents 7818ca6de3d0
children 32de51778c27
comparison
equal deleted inserted replaced
5662:215fdb7fa157 5663:1dea14d4c738
1 *autocmd.txt* For Vim version 7.4. Last change: 2013 Dec 04 1 *autocmd.txt* For Vim version 7.4. Last change: 2014 Jan 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
560 the effect of the change is undefined. 560 the effect of the change is undefined.
561 *E788* 561 *E788*
562 It is not allowed to change to another buffer 562 It is not allowed to change to another buffer
563 here. You can reload the buffer but not edit 563 here. You can reload the buffer but not edit
564 another one. 564 another one.
565 *E881*
566 If the number of lines changes saving for undo
567 may fail and the change will be aborted.
565 *FileChangedShell* 568 *FileChangedShell*
566 FileChangedShell When Vim notices that the modification time of 569 FileChangedShell When Vim notices that the modification time of
567 a file has changed since editing started. 570 a file has changed since editing started.
568 Also when the file attributes of the file 571 Also when the file attributes of the file
569 change. |timestamp| 572 change. |timestamp|
738 *QuickFixCmdPost* 741 *QuickFixCmdPost*
739 QuickFixCmdPost Like QuickFixCmdPre, but after a quickfix 742 QuickFixCmdPost Like QuickFixCmdPre, but after a quickfix
740 command is run, before jumping to the first 743 command is run, before jumping to the first
741 location. For |:cfile| and |:lfile| commands 744 location. For |:cfile| and |:lfile| commands
742 it is run after error file is read and before 745 it is run after error file is read and before
743 moving to the first error. 746 moving to the first error.
744 See |QuickFixCmdPost-example|. 747 See |QuickFixCmdPost-example|.
745 *QuitPre* 748 *QuitPre*
746 QuitPre When using `:quit`, `:wq` or `:qall`, before 749 QuitPre When using `:quit`, `:wq` or `:qall`, before
747 deciding whether it closes the current window 750 deciding whether it closes the current window
748 or quits Vim. Can be used to close any 751 or quits Vim. Can be used to close any