summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-01-24patch 8.2.4204: screenpos() has non-zero row for invisible textv8.2.4204Bram Moolenaar
2022-01-24patch 8.2.4203: entering a character with CTRL-V may include modifiersv8.2.4203zeertzjq
2022-01-24patch 8.2.4202: Vim9: cannot export function that exists globallyv8.2.4202Bram Moolenaar
2022-01-24patch 8.2.4201: when using the GUI CTRL-Z does not stop gvimv8.2.4201Bram Moolenaar
2022-01-24patch 8.2.4200: some tests do not clean up properlyv8.2.4200Yegappan Lakshmanan
2022-01-24patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not usefulv8.2.4199K.Takata
2022-01-23patch 8.2.4198: Vim9: the switch for executing instructions is too longv8.2.4198Bram Moolenaar
2022-01-23patch 8.2.4197: cannot use an import in the "expr" part of 'spellsuggest'v8.2.4197Bram Moolenaar
2022-01-23patch 8.2.4196: various file types not recognizedv8.2.4196=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-23patch 8.2.4195: resizing terminal may cause to behave like CTRL-Zv8.2.4195dbivolaru
2022-01-23patch 8.2.4194: MS-Windows: code for calculating font size is duplicatedv8.2.4194K.Takata
2022-01-23patch 8.2.4193: cannot use an import in 'charconvert'v8.2.4193Bram Moolenaar
2022-01-23patch 8.2.4192: cannot use an import in 'printexpr'v8.2.4192Bram Moolenaar
2022-01-23patch 8.2.4191: json5 files are not recognizedv8.2.4191=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-23patch 8.2.4190: all conceal tests are skipped without the screendumps featurev8.2.4190zeertzjq
2022-01-23patch 8.2.4189: MS-Windows: code for "old look" is obsoletev8.2.4189K.Takata
2022-01-23Update runtime filesBram Moolenaar
2022-01-23patch 8.2.4188: not all gitconfig files are recognizedv8.2.4188Tim Pope
2022-01-23patch 8.2.4187: gnuplot file not recognizedv8.2.4187nobodyatandnothing
2022-01-22patch 8.2.4186: cannot use an import in 'patchexpr'v8.2.4186Bram Moolenaar
2022-01-22patch 8.2.4185: cannot use an import in 'indentexpr'v8.2.4185Bram Moolenaar
2022-01-22patch 8.2.4184: cannot use an import in 'includeexpr'v8.2.4184Bram Moolenaar
2022-01-22patch 8.2.4183: cannot use an import in 'formatexpr'v8.2.4183Bram Moolenaar
2022-01-22patch 8.2.4182: memory leak when evaluating 'diffexpr'v8.2.4182Bram Moolenaar
2022-01-22patch 8.2.4181: Vim9: cannot use an import in 'diffexpr'v8.2.4181Bram Moolenaar
2022-01-22patch 8.2.4180: 'balloonexpr' is evaluated in the current script contextv8.2.4180Bram Moolenaar
2022-01-22patch 8.2.4179: 'foldtext' is evaluated in the current script contextv8.2.4179Bram Moolenaar
2022-01-22patch 8.2.4178: Vim9: invalid error for return type of lambda when debuggingv8.2.4178Bram Moolenaar
2022-01-22patch 8.2.4177: Vim9: autoload script not loaded after "vim9script noclear"v8.2.4177Bram Moolenaar
2022-01-22patch 8.2.4176: Vim9: cannot use imported function with call()v8.2.4176Bram Moolenaar
2022-01-22patch 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsoletev8.2.4175Bram Moolenaar
2022-01-21patch 8.2.4174: Vim9: can use an autoload name in normal scriptv8.2.4174Bram Moolenaar
2022-01-21patch 8.2.4173: cannot use an import in 'foldexpr'v8.2.4173Bram Moolenaar
2022-01-21patch 8.2.4172: filetype detection for BASIC is not optimalv8.2.4172Bram Moolenaar
2022-01-21patch 8.2.4171: cannot invoke option function using autoload importv8.2.4171Bram Moolenaar
2022-01-21patch 8.2.4170: MS-Windows: still using old message API callsv8.2.4170K.Takata
2022-01-21patch 8.2.4169: MS-Windows: unnessary casts and other minor thingsv8.2.4169K.Takata
2022-01-21patch 8.2.4168: disallowing empty function name breaks existing pluginsv8.2.4168Bram Moolenaar
2022-01-20patch 8.2.4167: Vim9: error message for old style importv8.2.4167Bram Moolenaar
2022-01-20patch 8.2.4166: undo synced when switching buffer in another windowv8.2.4166Bram Moolenaar
2022-01-20patch 8.2.4165: the nv_g_cmd() function is too longv8.2.4165Yegappan Lakshmanan
2022-01-20patch 8.2.4164: error in legacy code for function shadowing variablev8.2.4164Bram Moolenaar
2022-01-20patch 8.2.4163: no error for omitting function name after autoload prefixv8.2.4163Bram Moolenaar
2022-01-20patch 8.2.4162: Vim9: no error for redefining function with exportv8.2.4162Bram Moolenaar
2022-01-20patch 8.2.4161: Vim9: warning for missing white space after imported variablev8.2.4161Bram Moolenaar
2022-01-20patch 8.2.4160: cannot change the register used for Select mode deletev8.2.4160Shougo Matsushita
2022-01-20patch 8.2.4159: MS-Windows: _WndProc() is very longv8.2.4159K.Takata
2022-01-20patch 8.2.4158: MS-Windows: memory leak in :browsev8.2.4158K.Takata
2022-01-20patch 8.2.4157: terminal test fails because Windows sets the titlev8.2.4157ichizok
2022-01-20patch 8.2.4156: fileinfo message overwrites echo'ed messagev8.2.4156Rob Pilling