summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.2905: no error when defaults.vim cannot be loadedv8.2.2905Christian Brabandt2021-05-291-2/+8
* patch 8.2.2822: MS-Windows: unnessarily loading libraries when unregisteringv8.2.2822Bram Moolenaar2021-05-011-3/+4
* patch 8.2.2821: MS-Windows: unnessarily loading libraries when registering OLEv8.2.2821Bram Moolenaar2021-05-011-0/+14
* patch 8.2.2662: there is no way to avoid some escape sequencesv8.2.2662Bram Moolenaar2021-03-271-6/+15
* patch 8.2.2611: conditions for startup tests are not exactly rightv8.2.2611Bram Moolenaar2021-03-171-0/+3
* patch 8.2.2500: build fails without the GUI featurev8.2.2500Bram Moolenaar2021-02-111-0/+2
* patch 8.2.2499: "vim -g --version" does not redirect outputv8.2.2499Bram Moolenaar2021-02-111-0/+1
* patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram Moolenaar2020-12-281-6/+4
* patch 8.2.2110: cannot use ":shell" when reading from stdinv8.2.2110Bram Moolenaar2020-12-081-1/+8
* patch 8.2.2070: can't get the exit value in VimLeave(Pre) autocommandsv8.2.2070Bram Moolenaar2020-11-301-1/+7
* patch 8.2.2059: Amiga: can't find pluginsv8.2.2059Bram Moolenaar2020-11-271-12/+9
* patch 8.2.1833: when reading from stdin dup() is called twicev8.2.1833Bram Moolenaar2020-10-111-10/+5
* patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar2020-08-111-39/+0
* patch 8.2.1269: language and locale code spread outv8.2.1269Bram Moolenaar2020-07-221-53/+0
* patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970Bram Moolenaar2020-06-131-0/+4
* patch 8.2.0936: some terminals misinterpret the code for getting cursor stylev8.2.0936Bram Moolenaar2020-06-091-1/+1
* patch 8.2.0913: code for resetting v:register is duplicatedv8.2.0913Bram Moolenaar2020-06-061-6/+1
* patch 8.2.0769: VimLeavePre not triggered when Vim is terminatedv8.2.0769Bram Moolenaar2020-05-161-0/+11
* patch 8.2.0744: the name vim is not capatilized in a messagev8.2.0744Bram Moolenaar2020-05-121-1/+1
* patch 8.2.0740: minor message mistakesv8.2.0740Bram Moolenaar2020-05-111-3/+3
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-1/+1
* patch 8.2.0516: client-server code is spread outv8.2.0516Bram Moolenaar2020-04-051-673/+0
* patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar2020-04-041-1/+1
* patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar2020-02-141-104/+0
* patch 8.2.0202: when 'lazyredraw' is set the window title may not be updatedv8.2.0202Bram Moolenaar2020-02-031-0/+4
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-16/+21
* patch 8.2.0098: exe stack length can be wrong without being detectedv8.2.0098Bram Moolenaar2020-01-071-0/+9
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-12/+8
* patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar2019-12-231-1/+1
* patch 8.1.2422: "make depend" does not work correctly for libvtermv8.1.2422Bram Moolenaar2019-12-111-4/+4
* patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar2019-12-041-464/+461
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-2/+2