summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1454: code indenting is confused by macrosv9.0.1454ichizok2023-04-151-16/+15
* patch 9.0.1428: cursor in wrong position when leaving insert modev9.0.1428Bram Moolenaar2023-03-251-1/+5
* patch 9.0.1196: code is indented more than necessaryv9.0.1196Yegappan Lakshmanan2023-01-141-25/+24
* patch 9.0.1101: unused global variablev9.0.1101Bram Moolenaar2022-12-261-1/+0
* patch 9.0.1007: there is no way to get a list of swap file namesv9.0.1007Bram Moolenaar2022-12-051-1/+1
* patch 9.0.0980: the keyboard state response may end up in a shell commandv9.0.0980Bram Moolenaar2022-12-011-10/+20
* patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar2022-11-301-7/+7
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-281-0/+2
* patch 9.0.0934: various code formatting issuesv9.0.0934Bram Moolenaar2022-11-241-10/+7
* patch 9.0.0917: the WinScrolled autocommand event is not enoughv9.0.0917Bram Moolenaar2022-11-221-1/+1
* patch 9.0.0913: only change in current window triggers the WinScrolled eventv9.0.0913Bram Moolenaar2022-11-191-0/+3
* patch 9.0.0848: help item for --log argument is not aligned nicelyv9.0.0848K.Takata2022-11-091-1/+1
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-5/+1
* patch 9.0.0571: MS-Windows: CTRL-C can make Vim exitv9.0.0571Bram Moolenaar2022-09-241-3/+3
* patch 9.0.0461: 'scroll' is not always updatedv9.0.0461Luuk van Baal2022-09-141-1/+2
* patch 9.0.0455: a few problems with 'splitscroll'v9.0.0455Luuk van Baal2022-09-131-1/+1
* patch 9.0.0397: :defer not tested with exceptions and ":qa!"v9.0.0397Bram Moolenaar2022-09-061-0/+5
* patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar2022-08-291-2/+2
* patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar2022-08-221-1/+1
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-3/+3
* patch 8.2.5109: mode not updated after CTRL-O CTRL-C in Insert modev8.2.5109Bram Moolenaar2022-06-161-1/+1
* patch 8.2.5084: when the GUI shows a dialog tests get stuckv8.2.5084Bram Moolenaar2022-06-131-0/+30
* patch 8.2.5056: the channel log only contains some of the raw terminal outputv8.2.5056Bram Moolenaar2022-06-041-1/+1
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-4/+0
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-2/+2
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-11/+15
* patch 8.2.4742: there is no way to start logging very early in startupv8.2.4742Bram Moolenaar2022-04-121-4/+23
* patch 8.2.4739: accessing freed memory after WinScrolled autocmd eventv8.2.4739zeertzjq2022-04-121-1/+1
* patch 8.2.4713: plugins cannot track text scrollingv8.2.4713LemonBoy2022-04-081-0/+8
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-031-11/+0
* patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline'v8.2.4639v8.2.4638zeertzjq2022-03-271-4/+0
* patch 8.2.4591: cursor line not updated when a callback moves the cursorv8.2.4591Bram Moolenaar2022-03-191-6/+1
* patch 8.2.4316: __CYGWIN32__ is not defined on 64 bit systemsv8.2.4316K.Takata2022-02-071-1/+1
* patch 8.2.4300: cannot build tiny versionv8.2.4300Bram Moolenaar2022-02-051-2/+4
* patch 8.2.4299: SafeState autocommand interferes with debuggingv8.2.4299Bram Moolenaar2022-02-051-1/+2
* patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicatedv8.2.4294K.Takata2022-02-041-5/+3
* patch 8.2.4252: generating the normal command table at runtime is inefficientv8.2.4252Yegappan Lakshmanan2022-01-291-3/+0
* patch 8.2.4098: typing "interrupt" at debug prompt may keep exception aroundv8.2.4098Bram Moolenaar2022-01-151-0/+7
* patch 8.2.4079: MS-Windows: "gvim --version" didn't work with VIMDLLv8.2.4079K.Takata2022-01-131-1/+1
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+4
* patch 8.2.3977: error messages are spread outv8.2.3977Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-1/+1
* patch 8.2.3881: QNX: crash when compiled with GUI but using terminalv8.2.3881h-east2021-12-241-1/+1
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-3/+1
* patch 8.2.3639: line commented out accidentallyv8.2.3639Volodymyr Kot2021-11-211-1/+1
* patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was appliedv8.2.3617Bram Moolenaar2021-11-181-1/+2
* patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar2021-07-201-3/+3
* patch 8.2.2924: superfluous extern declarationv8.2.2924K.Takata2021-06-021-2/+0
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-3/+3