summaryrefslogtreecommitdiffstats
path: root/src/globals.h
AgeCommit message (Expand)Author
2020-06-21patch 8.2.1032: error message for declaring a variable cannot be translatedv8.2.1032Bram Moolenaar
2020-06-21patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variablev8.2.1028Bram Moolenaar
2020-06-20patch 8.2.1024: Vim9: no error for using "let g:var = val"v8.2.1024Bram Moolenaar
2020-06-16patch 8.2.0990: Using duplicate error numberv8.2.0990Bram Moolenaar
2020-06-16patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar
2020-06-15patch 8.2.0982: insufficient testing for reading/writing filesv8.2.0982Bram Moolenaar
2020-06-13patch 8.2.0972: Vim9 script variable declarations need a typev8.2.0972Bram Moolenaar
2020-06-13patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970Bram Moolenaar
2020-06-10patch 8.2.0952: no simple way to interrupt Vimv8.2.0952Bram Moolenaar
2020-06-10patch 8.2.0945: cannot use "z=" when 'spell' is offv8.2.0945Bram Moolenaar
2020-06-01patch 8.2.0878: no reduce() functionv8.2.0878Bram Moolenaar
2020-05-31patch 8.2.0863: cannot set a separate color for underline/undercurlv8.2.0863Bram Moolenaar
2020-05-30patch 8.2.0847: typval related code is spread outv8.2.0847Bram Moolenaar
2020-05-29patch 8.2.0839: dropping modifier when putting a character back in typeaheadv8.2.0839Bram Moolenaar
2020-05-25patch 8.2.0823: Vim9: script reload test is disabledv8.2.0823Bram Moolenaar
2020-05-24patch 8.2.0816: terminal test fails when compiled with Athenav8.2.0816Bram Moolenaar
2020-05-17patch 8.2.0774: t_TI and t_TE are output when using 'visualbell'v8.2.0774Bram Moolenaar
2020-05-10patch 8.2.0730: Vim9: Assignment to dict member does not workv8.2.0730Bram Moolenaar
2020-05-07patch 8.2.0711: temp directory might be clearedv8.2.0711Bram Moolenaar
2020-04-30patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar
2020-04-29patch 8.2.0662: cannot use input() in a channel callbackv8.2.0662Bram Moolenaar
2020-04-23patch 8.2.0626: Vim9: wrong syntax of function in Vim9 scriptv8.2.0626Bram Moolenaar
2020-04-21patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'v8.2.0614Bram Moolenaar
2020-04-19patch 8.2.0602: :unlet $VAR does not work properlyv8.2.0602Bram Moolenaar
2020-04-13patch 8.2.0573: using :version twice leaks memoryv8.2.0573Bram Moolenaar
2020-04-06patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar
2020-04-05patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar
2020-04-05patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar
2020-04-03patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-03-28patch 8.2.0469: Vim9: no error for missing ] after listv8.2.0469Bram Moolenaar
2020-03-27patch 8.2.0464: typos and other small problemsv8.2.0463Bram Moolenaar
2020-02-26patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar
2020-02-25patch 8.2.0318: Vim9: types not sufficiently testedv8.2.0318Bram Moolenaar
2020-02-20patch 8.2.0291: Vim9: assigning [] to list<string> doesn't workv8.2.0291Bram Moolenaar
2020-02-18patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :globalv8.2.0274Bram Moolenaar
2020-02-12patch 8.2.0251: a couple of function return types can be more specificv8.2.0251Bram Moolenaar
2020-01-30patch 8.2.0179: still a few places where range() does not workv8.2.0179Bram Moolenaar
2020-01-26patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2020-01-08patch 8.2.0103: using null object with execute() has strange effectsv8.2.0103Bram Moolenaar
2020-01-01patch 8.2.0073: initializing globals with COMMA is clumsyv8.2.0073Bram Moolenaar
2019-12-29patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar
2019-12-27patch 8.2.0047: cannot skip tests for specific MS-Windows platformv8.2.0047Bram Moolenaar
2019-12-23patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar
2019-12-22patch 8.2.0030: "gF" does not work on output of "verbose command"v8.2.0030Bram Moolenaar
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
2019-11-30patch 8.1.2366: using old C style commentsv8.1.2366Bram Moolenaar
2019-11-21patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar
2019-11-21patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar