summaryrefslogtreecommitdiff
path: root/src/autocmd.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4208: using setbufvar() may change the window titlev8.2.4208Bram Moolenaar2022-01-241-0/+3
* patch 8.2.4028: ml_get error with :doautoall and Visual areav8.2.4028Bram Moolenaar2022-01-071-2/+9
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-3/+3
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-1/+1
* patch 8.2.3960: error messages are spread outv8.2.3960Bram Moolenaar2021-12-311-4/+3
* patch 8.2.3959: error messages are spread outv8.2.3959Bram Moolenaar2021-12-311-5/+5
* patch 8.2.3886: can define autocmd for every event by using "au!"v8.2.3886Bram Moolenaar2021-12-241-1/+1
* patch 8.2.3837: QNX: crash when compiled with GUI but using terminalv8.2.3837Bram Moolenaar2021-12-171-4/+9
* patch 8.2.3833: error from term_start() not caught by try/catchv8.2.3833ichizok2021-12-171-0/+5
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-2/+0
* patch 8.2.3626: "au! event" cannot be followed by another commandv8.2.3626Bram Moolenaar2021-11-201-0/+2
* patch 8.2.3591: no event is triggered when closing a windowv8.2.3591naohiro ono2021-11-131-1/+3
* patch 8.2.3555: ModeChanged is not triggered on every mode changev8.2.3555=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-10-221-0/+17
* patch 8.2.3460: some type casts are not neededv8.2.3460=?UTF-8?q?Dundar=20G=C3=B6c?=2021-10-021-5/+5
* patch 8.2.3430: no generic way to trigger an autocommand on mode changev8.2.3430=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-09-121-2/+16
* patch 8.2.3306: unexpected "No matching autocommands"v8.2.3306Bram Moolenaar2021-08-071-3/+8
* patch 8.2.3268: cannot use a block with :autocmd like with :commandv8.2.3268Bram Moolenaar2021-08-011-9/+20
* patch 8.2.2695: cursor position reset with nested autocommandsv8.2.2695Bram Moolenaar2021-04-031-4/+6
* patch 8.2.2596: :doautocmd may confuse scripts listening to WinEnterv8.2.2596Bram Moolenaar2021-03-131-4/+16
* patch 8.2.2420: too many problems with using all autocommand eventsv8.2.2420Bram Moolenaar2021-01-281-5/+8
* patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram Moolenaar2020-12-281-8/+4
* patch 8.2.2128: there is no way to do something on CTRL-Zv8.2.2128Bram Moolenaar2020-12-111-0/+2
* patch 8.2.1966: popup becomes current window after closing a terminal windowv8.2.1966Bram Moolenaar2020-11-071-15/+16
* patch 8.2.1874: can't do something just before leaving Insert modev8.2.1874Bram Moolenaar2020-10-211-0/+1
* patch 8.2.1783: try-catch test failsv8.2.1783Bram Moolenaar2020-10-011-3/+7
* patch 8.2.1781: writing to prompt buffer interferes with insert modev8.2.1781Bram Moolenaar2020-10-011-1/+1
* patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491Bram Moolenaar2020-08-201-1/+5
* patch 8.2.0965: has_funcundefined() is not usedv8.2.0965Bram Moolenaar2020-06-121-9/+0
* patch 8.2.0952: no simple way to interrupt Vimv8.2.0952Bram Moolenaar2020-06-101-0/+1
* patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar2020-06-071-2/+2
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-4/+8
* patch 8.2.0158: triggering CompleteDone earlier is not backwards compatiblev8.2.0158Bram Moolenaar2020-01-261-0/+1
* patch 8.2.0098: exe stack length can be wrong without being detectedv8.2.0098Bram Moolenaar2020-01-071-0/+3
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-18/+15
* patch 8.1.2368: using old C style commentsv8.1.2368Bram Moolenaar2019-11-301-8/+9
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-2/+2
* patch 8.1.2219: no autocommand for open window with terminalv8.1.2219Bram Moolenaar2019-10-261-0/+1
* patch 8.1.2046: SafeState may be triggered at the wrong momentv8.1.2046Bram Moolenaar2019-09-161-0/+1
* patch 8.1.2044: no easy way to process postponed workv8.1.2044Bram Moolenaar2019-09-151-0/+1
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-8/+1
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-1/+1
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-2/+0
* patch 8.1.1873: cannot build tiny versionv8.1.1873Bram Moolenaar2019-08-171-3/+0
* patch 8.1.1805: au_did_filetype is declared twicev8.1.1805Bram Moolenaar2019-08-031-10/+0
* patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar2019-06-251-1/+1
* patch 8.1.1454: build failure without the conceal featurev8.1.1454Bram Moolenaar2019-06-021-2/+0
* patch 8.1.1425: win_execute() does not set window pointers properlyv8.1.1425Bram Moolenaar2019-05-301-3/+1
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-2/+2
* patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar2019-05-251-12/+6
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-4/+4