| Commit message (Expand) | Author | Age | Files | Lines |
* | patch 8.2.0516: client-server code is spread outv8.2.0516 | Bram Moolenaar | 2020-04-05 | 1 | -673/+0 |
* | patch 8.2.0509: various code is not properly tested.v8.2.0509 | Bram Moolenaar | 2020-04-04 | 1 | -1/+1 |
* | patch 8.2.0256: time and timer related code is spread outv8.2.0256 | Bram Moolenaar | 2020-02-14 | 1 | -104/+0 |
* | patch 8.2.0202: when 'lazyredraw' is set the window title may not be updatedv8.2.0202 | Bram Moolenaar | 2020-02-03 | 1 | -0/+4 |
* | patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149 | Bram Moolenaar | 2020-01-26 | 1 | -16/+21 |
* | patch 8.2.0098: exe stack length can be wrong without being detectedv8.2.0098 | Bram Moolenaar | 2020-01-07 | 1 | -0/+9 |
* | patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056 | Bram Moolenaar | 2019-12-29 | 1 | -12/+8 |
* | patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035 | Bram Moolenaar | 2019-12-23 | 1 | -1/+1 |
* | patch 8.1.2422: "make depend" does not work correctly for libvtermv8.1.2422 | Bram Moolenaar | 2019-12-11 | 1 | -4/+4 |
* | patch 8.1.2388: using old C style commentsv8.1.2388 | Bram Moolenaar | 2019-12-04 | 1 | -464/+461 |
* | patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371 | Bram Moolenaar | 2019-11-30 | 1 | -2/+2 |
* | patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313 | Bram Moolenaar | 2019-11-17 | 1 | -1/+1 |
* | patch 8.1.2233: cannot get the Vim command line argumentsv8.1.2233 | Bram Moolenaar | 2019-10-29 | 1 | -1/+5 |
* | patch 8.1.2214: too much is redrawn when 'cursorline' is setv8.1.2214 | Bram Moolenaar | 2019-10-24 | 1 | -15/+8 |
* | patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145 | Bram Moolenaar | 2019-10-13 | 1 | -1/+1 |
* | patch 8.1.2075: get many log messages when waiting for a typed characterv8.1.2075 | Bram Moolenaar | 2019-09-25 | 1 | -1/+10 |
* | patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064 | Bram Moolenaar | 2019-09-21 | 1 | -1/+1 |
* | patch 8.1.2062: the mouse code is spread outv8.1.2062 | Bram Moolenaar | 2019-09-21 | 1 | -5/+1 |
* | patch 8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()v8.1.2053 | Bram Moolenaar | 2019-09-18 | 1 | -11/+38 |
* | patch 8.1.2049: cannot build tiny versionv8.1.2049 | Bram Moolenaar | 2019-09-17 | 1 | -0/+8 |
* | patch 8.1.2048: not clear why SafeState and SafeStateAgain are not triggeredv8.1.2048 | Bram Moolenaar | 2019-09-17 | 1 | -1/+13 |
* | patch 8.1.2047: cannot check the current statev8.1.2047 | Bram Moolenaar | 2019-09-16 | 1 | -15/+23 |
* | patch 8.1.2046: SafeState may be triggered at the wrong momentv8.1.2046 | Bram Moolenaar | 2019-09-16 | 1 | -9/+11 |
* | patch 8.1.2044: no easy way to process postponed workv8.1.2044 | Bram Moolenaar | 2019-09-15 | 1 | -0/+65 |
* | patch 8.1.2029: cannot control 'cursorline' highlighting wellv8.1.2029 | Bram Moolenaar | 2019-09-14 | 1 | -3/+19 |
* | patch 8.1.2018: using freed memory when out of memory and displaying messagev8.1.2018 | Bram Moolenaar | 2019-09-09 | 1 | -10/+13 |
* | patch 8.1.1872: when Vim exits because of a signal, VimLeave is not triggeredv8.1.1872 | Bram Moolenaar | 2019-08-17 | 1 | -2/+14 |
* | patch 8.1.1453: popup window "moved" property not implemented yetv8.1.1453 | Bram Moolenaar | 2019-06-02 | 1 | -2/+9 |
* | patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384 | Bram Moolenaar | 2019-05-24 | 1 | -3/+3 |
* | patch 8.1.1375: without "TS" in 'shortmess' get a hit-enter prompt oftenv8.1.1375 | Bram Moolenaar | 2019-05-24 | 1 | -3/+5 |
* | patch 8.1.1371: cannot recover from a swap filev8.1.1371 | Bram Moolenaar | 2019-05-23 | 1 | -7/+7 |
* | patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306 | Bram Moolenaar | 2019-05-09 | 1 | -3/+0 |
* | patch 8.1.1301: when compiled with VIMDLL some messages are not shownv8.1.1301 | Bram Moolenaar | 2019-05-08 | 1 | -0/+10 |
* | patch 8.1.1258: the "N files to edit" message can not be surpressedv8.1.1258 | Bram Moolenaar | 2019-05-03 | 1 | -3/+3 |
* | patch 8.1.1231: asking about existing swap file unnecessarilyv8.1.1231 | Bram Moolenaar | 2019-04-28 | 1 | -23/+6 |
* | patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230 | Bram Moolenaar | 2019-04-28 | 1 | -10/+39 |
* | patch 8.1.1197: when starting with multiple tabs file messages is confusingv8.1.1197 | Bram Moolenaar | 2019-04-21 | 1 | -0/+18 |
* | patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116 | Bram Moolenaar | 2019-04-04 | 1 | -0/+1 |
* | patch 8.1.1104: MS-Windows: not all environment variables can be usedv8.1.1104 | Bram Moolenaar | 2019-04-03 | 1 | -1/+1 |
* | patch 8.1.1066: VIMDLL isn't actually usedv8.1.1066 | Bram Moolenaar | 2019-03-28 | 1 | -3/+0 |
* | patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941 | Bram Moolenaar | 2019-02-17 | 1 | -31/+31 |
* | patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932 | Bram Moolenaar | 2019-02-16 | 1 | -20/+1 |
* | patch 8.1.0806: too many #ifdefsv8.1.0806 | Bram Moolenaar | 2019-01-24 | 1 | -14/+6 |
* | patch 8.1.0783: compiler warning for signed/unsignedv8.1.0783 | Bram Moolenaar | 2019-01-19 | 1 | -1/+1 |
* | patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763 | Bram Moolenaar | 2019-01-17 | 1 | -7/+1 |
* | patch 8.1.0746: highlighting not updated with conceal and 'cursorline'v8.1.0746 | Bram Moolenaar | 2019-01-14 | 1 | -0/+5 |
* | patch 8.1.0743: giving error messages is not flexiblev8.1.0743 | Bram Moolenaar | 2019-01-13 | 1 | -2/+2 |
* | patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726 | Bram Moolenaar | 2019-01-11 | 1 | -16/+16 |
* | patch 8.1.0644: finding next sign ID is inefficientv8.1.0644 | Bram Moolenaar | 2018-12-27 | 1 | -0/+4 |
* | patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515 | Bram Moolenaar | 2018-11-10 | 1 | -0/+2 |