comparison runtime/doc/autocmd.txt @ 25973:3b34837f4538

Update runtime files Commit: https://github.com/vim/vim/commit/2286304cdbba53ceb52b3ba2ba4a521b0a2f8d0f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 16 15:23:36 2021 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Oct 2021 16:30:07 +0200
parents 9c221ad9634a
children 6b39ab99e367
comparison
equal deleted inserted replaced
25972:3856b7d0d996 25973:3b34837f4538
706 EncodingChanged Fires off after the 'encoding' option has been 706 EncodingChanged Fires off after the 'encoding' option has been
707 changed. Useful to set up fonts, for example. 707 changed. Useful to set up fonts, for example.
708 *FileAppendCmd* 708 *FileAppendCmd*
709 FileAppendCmd Before appending to a file. Should do the 709 FileAppendCmd Before appending to a file. Should do the
710 appending to the file. Use the '[ and '] 710 appending to the file. Use the '[ and ']
711 marks for the range of lines.|Cmd-event| 711 marks for the range of lines. |Cmd-event|
712 *FileAppendPost* 712 *FileAppendPost*
713 FileAppendPost After appending to a file. 713 FileAppendPost After appending to a file.
714 *FileAppendPre* 714 *FileAppendPre*
715 FileAppendPre Before appending to a file. Use the '[ and '] 715 FileAppendPre Before appending to a file. Use the '[ and ']
716 marks for the range of lines. 716 marks for the range of lines.
834 filter command. 834 filter command.
835 Not triggered when 'shelltemp' is off. 835 Not triggered when 'shelltemp' is off.
836 *FilterWritePost* 836 *FilterWritePost*
837 FilterWritePost After writing a file for a filter command or 837 FilterWritePost After writing a file for a filter command or
838 making a diff with an external diff (see 838 making a diff with an external diff (see
839 DiffUpdated for internal diff). 839 |DiffUpdated| for internal diff).
840 Vim checks the pattern against the name of 840 Vim checks the pattern against the name of
841 the current buffer as with FilterWritePre. 841 the current buffer as with FilterWritePre.
842 Not triggered when 'shelltemp' is off. 842 Not triggered when 'shelltemp' is off.
843 *FilterWritePre* 843 *FilterWritePre*
844 FilterWritePre Before writing a file for a filter command or 844 FilterWritePre Before writing a file for a filter command or
1193 operator The operation performed. 1193 operator The operation performed.
1194 regcontents Text that was stored in the 1194 regcontents Text that was stored in the
1195 register, as a list of lines, 1195 register, as a list of lines,
1196 like with: > 1196 like with: >
1197 getreg(r, 1, 1) 1197 getreg(r, 1, 1)
1198 < regname Name of the |register| or 1198 < regname Name of the register or empty
1199 empty string for the unnamed 1199 string for the unnamed
1200 register. 1200 register, see |registers|.
1201 regtype Type of the register, see 1201 regtype Type of the register, see
1202 |getregtype()|. 1202 |getregtype()|.
1203 visual True if the operation is 1203 visual True if the operation is
1204 performed on a |Visual| area. 1204 performed on a |Visual| area.
1205 Not triggered when |quote_| is used nor when 1205 Not triggered when |quote_| is used nor when