summaryrefslogtreecommitdiff
path: root/runtime/doc/autocmd.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated runtime files and translations.Bram Moolenaar2017-07-151-2/+3
|
* Update runtime files.Bram Moolenaar2017-06-051-1/+1
|
* Update runtime files.Bram Moolenaar2017-04-091-2/+2
|
* Update runtime files.Bram Moolenaar2017-01-171-2/+2
|
* Updated runtime files.Bram Moolenaar2016-10-011-5/+14
|
* Updated runtime files.Bram Moolenaar2016-09-221-2/+2
|
* Vim 8.0 releasev8.0.0000Bram Moolenaar2016-09-121-1/+1
|
* Updated runtime files.Bram Moolenaar2016-09-061-6/+12
|
* Updated runtime files.Bram Moolenaar2016-08-021-3/+4
|
* patch 7.4.2103v7.4.2103Bram Moolenaar2016-07-261-3/+6
| | | | | Problem: Can't have "augroup END" right after ":au!". Solution: Check for the bar character before the command argument.
* patch 7.4.2077v7.4.2077Bram Moolenaar2016-07-191-5/+10
| | | | | Problem: Cannot update 'tabline' when a tab was closed. Solution: Add the TabClosed autocmd event. (partly by Felipe Morales)
* patch 7.4.2075v7.4.2075Bram Moolenaar2016-07-191-0/+9
| | | | | Problem: No autocommand event to initialize a window or tab page. Solution: Add WinNew and TabNew events. (partly by Felipe Morales)
* Updated runtime files.Bram Moolenaar2016-06-121-1/+3
|
* Updated runtime files.Bram Moolenaar2016-04-211-1/+4
|
* Updated runtime files.Bram Moolenaar2016-03-261-1/+1
|
* patch 7.4.1658v7.4.1658Bram Moolenaar2016-03-261-1/+9
| | | | | | Problem: A plugin does not know when VimEnter autocommands were already triggered. Solution: Add the v:vim_did_enter variable.
* Updated runtime files.Bram Moolenaar2015-12-291-1/+4
|
* Updated runtime files and Italian messages.Bram Moolenaar2015-08-251-2/+2
|
* Update runtime files.Bram Moolenaar2015-08-111-2/+2
|
* Updated and new runtime files.Bram Moolenaar2015-07-211-8/+10
|
* patch 7.4.786v7.4.786Bram Moolenaar2015-07-171-0/+22
| | | | | Problem: It is not possible for a plugin to adjust to a changed setting. Solution: Add the OptionSet autocommand event. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2015-07-101-1/+1
|
* patch 7.4.774v7.4.774Bram Moolenaar2015-07-101-0/+2
| | | | | | Problem: When using the CompleteDone autocommand event it's difficult to get to the completed items. Solution: Add the v:completed_items variable. (Shougo Matsu)
* Updated runtime files.Bram Moolenaar2015-04-131-1/+8
|
* Update runtime files.Bram Moolenaar2014-10-021-1/+6
|
* Runtime file updates.Bram Moolenaar2014-08-231-1/+1
|
* updated for version 7.4.414v7.4.414Bram Moolenaar2014-08-221-0/+13
| | | | | | Problem: Cannot define a command only when it's used. Solution: Add the CmdUndefined autocommand event. (partly by Yasuhiro Matsumoto)
* Update runtime files.Bram Moolenaar2014-05-131-2/+3
|
* Update runtime files. Add support for systemverilog.Bram Moolenaar2014-02-111-2/+5
|
* Updated runtime files.Bram Moolenaar2013-12-111-1/+4
|
* updated for version 7.4.109v7.4.109Bram Moolenaar2013-11-281-0/+6
| | | | | Problem: ColorScheme autocommand matches with the current buffer name. Solution: Match with the colorscheme name. (Christian Brabandt)
* release version 7.4v7.4Bram Moolenaar2013-08-101-2/+2
|
* Update runtime files.Bram Moolenaar2013-08-031-2/+3
|
* updated for version 7.4b.006v7.4b.006Bram Moolenaar2013-08-021-0/+3
| | | | | | Problem: Using \{n,m} in an autocommand pattern no longer works. Specifically, mutt temp files are not recognized. (Gary Johnson) Solution: Make \\\{n,m\} work.
* Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar2013-07-281-1/+1
|
* Vim 7.4a BETA release.v7.4aBram Moolenaar2013-07-061-1/+1
|
* Updated runtime files.Bram Moolenaar2013-06-151-4/+4
|
* Updated runtime files, language files and translations.Bram Moolenaar2013-05-211-1/+1
|
* updated for version 7.3.972v7.3.972Bram Moolenaar2013-05-191-2/+5
| | | | | | | Problem: Cursor not restored after InsertEnter autocommand if it moved to another line. Solution: Also restore if the saved line number is still valid. Allow setting v:char to skip restoring.
* Updated runtime files.Bram Moolenaar2013-04-051-4/+20
|
* Update runtime files.Bram Moolenaar2013-03-191-6/+6
|
* Update runtime files.Bram Moolenaar2013-02-131-1/+1
| | | | Add missing test files.
* Updated runtime files.Bram Moolenaar2012-09-211-1/+4
|
* Updated runtime files.Bram Moolenaar2012-07-121-1/+16
|
* Updated runtime files. Add Dutch translations.Bram Moolenaar2012-03-111-1/+3
|
* updated for version 7.3.468v7.3.468Bram Moolenaar2012-03-071-1/+4
| | | | | Problem: For some compilers the error file is not easily readable. Solution: Use QuickFixCmdPre for more commands. (Marcin Szamotulski)
* Updated runtime files.Bram Moolenaar2012-02-221-2/+2
|
* Update runtime files.Bram Moolenaar2012-02-131-2/+2
|
* updated for version 7.3.442v7.3.442Bram Moolenaar2012-02-121-6/+8
| | | | | Problem: Still read modelines for ":doautocmd". Solution: Move check for <nomodeline> to separate function.
* updated for version 7.3.438v7.3.438Bram Moolenaar2012-02-121-6/+7
| | | | | Problem: There is no way to avoid ":doautoall" reading modelines. Solution: Add the <nomodeline> argument. Adjust documentation.