summaryrefslogtreecommitdiff
path: root/src/globals.h
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.0945: cannot use "z=" when 'spell' is offv8.2.0945Bram Moolenaar2020-06-101-0/+3
* patch 8.2.0878: no reduce() functionv8.2.0878Bram Moolenaar2020-06-011-0/+1
* patch 8.2.0863: cannot set a separate color for underline/undercurlv8.2.0863Bram Moolenaar2020-05-311-0/+2
* patch 8.2.0847: typval related code is spread outv8.2.0847Bram Moolenaar2020-05-301-0/+3
* patch 8.2.0839: dropping modifier when putting a character back in typeaheadv8.2.0839Bram Moolenaar2020-05-291-1/+6
* patch 8.2.0823: Vim9: script reload test is disabledv8.2.0823Bram Moolenaar2020-05-251-1/+1
* patch 8.2.0816: terminal test fails when compiled with Athenav8.2.0816Bram Moolenaar2020-05-241-0/+3
* patch 8.2.0774: t_TI and t_TE are output when using 'visualbell'v8.2.0774Bram Moolenaar2020-05-171-1/+1
* patch 8.2.0730: Vim9: Assignment to dict member does not workv8.2.0730Bram Moolenaar2020-05-101-0/+1
* patch 8.2.0711: temp directory might be clearedv8.2.0711Bram Moolenaar2020-05-071-0/+3
* patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar2020-04-301-3/+10
* patch 8.2.0662: cannot use input() in a channel callbackv8.2.0662Bram Moolenaar2020-04-291-0/+3
* patch 8.2.0626: Vim9: wrong syntax of function in Vim9 scriptv8.2.0626Bram Moolenaar2020-04-231-0/+6
* patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'v8.2.0614Bram Moolenaar2020-04-211-2/+3
* patch 8.2.0602: :unlet $VAR does not work properlyv8.2.0602Bram Moolenaar2020-04-191-0/+1
* patch 8.2.0573: using :version twice leaks memoryv8.2.0573Bram Moolenaar2020-04-131-1/+1
* patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar2020-04-061-11/+26
* patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar2020-04-051-3/+5
* patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar2020-04-051-33/+33
* patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar2020-04-031-30/+33
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-0/+14
* patch 8.2.0469: Vim9: no error for missing ] after listv8.2.0469Bram Moolenaar2020-03-281-0/+1
* patch 8.2.0464: typos and other small problemsv8.2.0463Bram Moolenaar2020-03-271-2/+0
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-1/+1
* patch 8.2.0318: Vim9: types not sufficiently testedv8.2.0318Bram Moolenaar2020-02-251-0/+2
* patch 8.2.0291: Vim9: assigning [] to list<string> doesn't workv8.2.0291Bram Moolenaar2020-02-201-2/+4
* patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :globalv8.2.0274Bram Moolenaar2020-02-181-0/+4
* patch 8.2.0251: a couple of function return types can be more specificv8.2.0251Bram Moolenaar2020-02-121-2/+2
* patch 8.2.0179: still a few places where range() does not workv8.2.0179Bram Moolenaar2020-01-301-1/+1
* patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar2020-01-261-3/+3
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-16/+81
* patch 8.2.0103: using null object with execute() has strange effectsv8.2.0103Bram Moolenaar2020-01-081-0/+1
* patch 8.2.0073: initializing globals with COMMA is clumsyv8.2.0073Bram Moolenaar2020-01-011-5/+5
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-2/+9
* patch 8.2.0047: cannot skip tests for specific MS-Windows platformv8.2.0047Bram Moolenaar2019-12-271-0/+3
* patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar2019-12-231-1/+1
* patch 8.2.0030: "gF" does not work on output of "verbose command"v8.2.0030Bram Moolenaar2019-12-221-0/+2
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-2/+2
* patch 8.1.2366: using old C style commentsv8.1.2366Bram Moolenaar2019-11-301-5/+5
* patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar2019-11-211-1/+0
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-5/+0
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-2/+2
* patch 8.1.2205: sign entry structure has confusing namev8.1.2205Bram Moolenaar2019-10-241-1/+1
* patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar2019-10-171-9/+5
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-0/+4
* patch 8.1.2134: modifier keys are not always recognizedv8.1.2134Bram Moolenaar2019-10-101-0/+2
* patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar2019-10-091-0/+2
* patch 8.1.2104: the normal.c file is too bigv8.1.2104Bram Moolenaar2019-09-301-0/+7
* patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar2019-09-281-2/+0
* patch 8.1.2075: get many log messages when waiting for a typed characterv8.1.2075Bram Moolenaar2019-09-251-0/+6