summaryrefslogtreecommitdiff
path: root/src/autocmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.1205: a BufReadPre autocommand may cause the cursor to movev8.1.1205Bram Moolenaar2019-04-251-1/+8
* patch 8.1.1138: plugins don't get notified when the popup menu changesv8.1.1138Bram Moolenaar2019-04-081-0/+12
* patch 8.1.1115: cannot build with older C compilerv8.1.1115Bram Moolenaar2019-04-041-5/+5
* patch 8.1.1113: making an autocommand trigger once is not so easyv8.1.1113Bram Moolenaar2019-04-041-11/+59
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-2/+0
* patch 8.1.0825: code for autocommands is mixed with file I/O codev8.1.0825Bram Moolenaar2019-01-261-0/+2579