summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar2019-11-171-1/+1
* patch 8.1.2233: cannot get the Vim command line argumentsv8.1.2233Bram Moolenaar2019-10-291-1/+5
* patch 8.1.2214: too much is redrawn when 'cursorline' is setv8.1.2214Bram Moolenaar2019-10-241-15/+8
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-1/+1
* patch 8.1.2075: get many log messages when waiting for a typed characterv8.1.2075Bram Moolenaar2019-09-251-1/+10
* patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar2019-09-211-1/+1
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-5/+1
* patch 8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()v8.1.2053Bram Moolenaar2019-09-181-11/+38
* patch 8.1.2049: cannot build tiny versionv8.1.2049Bram Moolenaar2019-09-171-0/+8
* patch 8.1.2048: not clear why SafeState and SafeStateAgain are not triggeredv8.1.2048Bram Moolenaar2019-09-171-1/+13
* patch 8.1.2047: cannot check the current statev8.1.2047Bram Moolenaar2019-09-161-15/+23
* patch 8.1.2046: SafeState may be triggered at the wrong momentv8.1.2046Bram Moolenaar2019-09-161-9/+11
* patch 8.1.2044: no easy way to process postponed workv8.1.2044Bram Moolenaar2019-09-151-0/+65
* patch 8.1.2029: cannot control 'cursorline' highlighting wellv8.1.2029Bram Moolenaar2019-09-141-3/+19
* patch 8.1.2018: using freed memory when out of memory and displaying messagev8.1.2018Bram Moolenaar2019-09-091-10/+13
* patch 8.1.1872: when Vim exits because of a signal, VimLeave is not triggeredv8.1.1872Bram Moolenaar2019-08-171-2/+14
* patch 8.1.1453: popup window "moved" property not implemented yetv8.1.1453Bram Moolenaar2019-06-021-2/+9
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-3/+3
* patch 8.1.1375: without "TS" in 'shortmess' get a hit-enter prompt oftenv8.1.1375Bram Moolenaar2019-05-241-3/+5
* patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar2019-05-231-7/+7
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-3/+0
* patch 8.1.1301: when compiled with VIMDLL some messages are not shownv8.1.1301Bram Moolenaar2019-05-081-0/+10
* patch 8.1.1258: the "N files to edit" message can not be surpressedv8.1.1258Bram Moolenaar2019-05-031-3/+3
* patch 8.1.1231: asking about existing swap file unnecessarilyv8.1.1231Bram Moolenaar2019-04-281-23/+6
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-10/+39