summaryrefslogtreecommitdiffstats
path: root/src/globals.h
AgeCommit message (Expand)Author
2020-08-11patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar
2020-08-09patch 8.2.1401: cannot jump to the last used tabpagev8.2.1401Bram Moolenaar
2020-08-01patch 8.2.1349: Vim9: can define a function with the name of an importv8.2.1349Bram Moolenaar
2020-08-01patch 8.2.1341: build failuresv8.2.1341Bram Moolenaar
2020-07-23patch 8.2.1278: Vim9: line break after "->" only allowed in :def functionv8.2.1278Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-07-08patch 8.2.1163: build errorv8.2.1163Bram Moolenaar
2020-07-08patch 8.2.1158: build errorv8.2.1158Bram Moolenaar
2020-06-28patch 8.2.1080: Vim9: no line break allowed in a for loopv8.2.1080Bram Moolenaar
2020-06-28patch 8.2.1079: Vim9: no line break allowed in a while loopv8.2.1079Bram Moolenaar
2020-06-27patch 8.2.1071: Vim9: no line break allowed inside a lambdav8.2.1071Bram Moolenaar
2020-06-26patch 8.2.1059: crash when using :tabonly in an autocommandv8.2.1059Bram Moolenaar
2020-06-24patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar
2020-06-24patch 8.2.1047: Vim9: script cannot use line continuation like :def functionv8.2.1047Bram Moolenaar
2020-06-22patch 8.2.1042: Vim9: cannot put an operator on the next linev8.2.1042Bram Moolenaar
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