summaryrefslogtreecommitdiffstats
path: root/runtime/doc/autocmd.txt
AgeCommit message (Collapse)Author
2020-08-07Update runtime files.Bram Moolenaar
2020-06-14Update runtime filesBram Moolenaar
2020-06-12patch 8.2.0964: TextYankPost does not provide info about Visual selectionv8.2.0964Bram Moolenaar
Problem: TextYankPost does not provide info about Visual selection. Solution: Add the 'visual' key in v:event. (closes #6249)
2020-06-10patch 8.2.0952: no simple way to interrupt Vimv8.2.0952Bram Moolenaar
Problem: No simple way to interrupt Vim. Solution: Add the SigUSR1 autocommand, triggered by SIGUSR1. (Jacob Hayes, closes #1718)
2020-02-04Update runtime files.Bram Moolenaar
2020-01-26patch 8.2.0158: triggering CompleteDone earlier is not backwards compatiblev8.2.0158Bram Moolenaar
Problem: Triggering CompleteDone earlier is not backwards compatible. (Daniel Hahler) Solution: Add CompleteDonePre instead.
2020-01-17patch 8.2.0123: complete_info() does not work when CompleteDone is triggeredv8.2.0123Bram Moolenaar
Problem: complete_info() does not work when CompleteDone is triggered. Solution: Trigger CompleteDone before clearing the info.
2019-12-26Update runtime files.Bram Moolenaar
2019-12-17patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017Bram Moolenaar
Problem: OS/2 and MS-DOS are still mentioned, even though support was removed long ago. Solution: Update documentation. (Yegappan Lakshmanan, closes #5368)
2019-12-12Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar
2019-12-11Minor runtime file updates.Bram Moolenaar
2019-10-26patch 8.1.2219: no autocommand for open window with terminalv8.1.2219Bram Moolenaar
Problem: No autocommand for open window with terminal. Solution: Add TerminalWinOpen. (Christian Brabandt)
2019-09-20Updte runtime filesBram Moolenaar
2019-09-16patch 8.1.2046: SafeState may be triggered at the wrong momentv8.1.2046Bram Moolenaar
Problem: SafeState may be triggered at the wrong moment. Solution: Move it up higher to after where messages are processed. Add a SafeStateAgain event to tigger there.
2019-09-15patch 8.1.2044: no easy way to process postponed workv8.1.2044Bram Moolenaar
Problem: No easy way to process postponed work. (Paul Jolly) Solution: Add the SafeState autocommand event.
2019-09-09patch 8.1.2017: cannot execute commands after closing the cmdline windowv8.1.2017Bram Moolenaar
Problem: Cannot execute commands after closing the cmdline window. Solution: Also trigger BufEnter and WinEnter. (closes #4762)
2019-08-17patch 8.1.1875: cannot get size and position of the popup menuv8.1.1875Bram Moolenaar
Problem: Cannot get size and position of the popup menu. Solution: Add pum_getpos(). (Ben Jackson, closes #4827)
2019-07-04Update runtime filesBram Moolenaar
2019-06-22Update runtime filesBram Moolenaar
2019-06-15patch 8.1.1542: an OptionSet autocommand does not get enough infov8.1.1542Bram Moolenaar
Problem: An OptionSet autocommand does not get enough info. Solution: Add v:option_command, v:option_oldlocal and v:option_oldglobal. (Latrice Wilgus, closes #4118)
2019-06-06Update runtime files.Bram Moolenaar
2019-05-05patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280Bram Moolenaar
Problem: Remarks about functionality not in Vi clutters the help. Solution: Move all info about what is new in Vim or already existed in Vi to vi_diff.txt. Remove {not in Vi} remarks. (closes #4268) Add "noet" to the help files modeline. Also include many other help file improvements.
2019-04-27patch 8.1.1218: cannot set a directory for a tab pagev8.1.1218Bram Moolenaar
Problem: Cannot set a directory for a tab page. Solution: Add the tab-local directory. (Yegappan Lakshmanan, closes #4212)
2019-04-21Update runtime filesBram Moolenaar
2019-04-08patch 8.1.1138: plugins don't get notified when the popup menu changesv8.1.1138Bram Moolenaar
Problem: Plugins don't get notified when the popup menu changes. Solution: Add the CompleteChanged event. (Andy Massimino. closes #4176)
2019-04-04patch 8.1.1113: making an autocommand trigger once is not so easyv8.1.1113Bram Moolenaar
Problem: Making an autocommand trigger once is not so easy. Solution: Add the ++once argument. Also add ++nested as an alias for "nested". (Justin M. Keyes, closes #4100)
2019-03-17Update runtime files.Bram Moolenaar
2019-01-26Updated runtime files.Bram Moolenaar
2019-01-17Update runtime files.Bram Moolenaar
2019-01-12patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePostv8.1.0729Bram Moolenaar
Problem: There is a SourcePre autocommand event but not a SourcePost. Solution: Add the SourcePost autocommand event. (closes #3739)
2019-01-01Update runtime filesBram Moolenaar
2018-10-19patch 8.1.0487: no menus specifically for the terminal windowv8.1.0487Bram Moolenaar
Problem: No menus specifically for the terminal window. Solution: Add :tlmenu. (Yee Cheng Chin, closes #3439) Add a menu test.
2018-10-19Update runtime filesBram Moolenaar
2018-10-02Update runtime files.Bram Moolenaar
2018-09-16patch 8.1.0397: no event triggered after updating diffsv8.1.0397Bram Moolenaar
Problem: No event triggered after updating diffs. Solution: Add the DiffUpdated event.
2018-08-11Update runtime files.Bram Moolenaar
2018-07-29Update runtime files.Bram Moolenaar
2018-07-15Update runtime files.Bram Moolenaar
2018-06-24Update runtime files.Bram Moolenaar
2018-06-19Update runtime files.Bram Moolenaar
2018-05-17Vim 8.1 releasev8.1.0000Bram Moolenaar
Update version number and information. Fix a couple of tests.
2018-05-06Update runtime files.Bram Moolenaar
2018-05-03patch 8.0.1789: BufWinEnter does not work well for a terminal windowv8.0.1789Bram Moolenaar
Problem: BufWinEnter does not work well for a terminal window. Solution: Do not trigger BufWinEnter when opening a terminal window.
2018-04-30Update runtime files and translationsBram Moolenaar
2018-04-20Update runtime files.Bram Moolenaar
2018-03-18Update runtime files. Convert a couple of help files to utf-8.Bram Moolenaar
2018-03-11patch 8.0.1596: no autocommand specifically for opening a terminal windowv8.0.1596Bram Moolenaar
Problem: No autocommand specifically for opening a terminal window. Solution: Add TerminalOpen. (?, closes #2484)
2018-03-11patch 8.0.1595: no autocommand triggered before exitingv8.0.1595Bram Moolenaar
Problem: No autocommand triggered before exiting. Solution: Add the ExitPre autocommand event.
2018-03-09Update runtime files.Bram Moolenaar
2018-02-10patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menuv8.0.1494Bram Moolenaar
Problem: No autocmd triggered in Insert mode with visible popup menu. Solution: Add TextChangedP. (Prabir Shrestha, Christian Brabandt, closes #2372, closes #1691) Fix that the TextChanged autocommands are not always triggered when sourcing a script.