summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2022-01-20patch 8.2.4155: translating strftime() argument results in check errorv8.2.4155Bram Moolenaar
2022-01-20patch 8.2.4154: ml_get error when exchanging windows in Visual modev8.2.4154Bram Moolenaar
2022-01-20patch 8.2.4153: MS-Windows: Global IME is no longer supportedv8.2.4153K.Takata
2022-01-20patch 8.2.4152: block insert with double wide character failsv8.2.4152Bram Moolenaar
2022-01-20patch 8.2.4151: reading beyond the end of a linev8.2.4151Bram Moolenaar
2022-01-20patch 8.2.4150: Coverity warns for using pointer after freev8.2.4150Bram Moolenaar
2022-01-20patch 8.2.4149: test override not restored, autocommand left behindv8.2.4149Bram Moolenaar
2022-01-19patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to failv8.2.4148Bram Moolenaar
2022-01-19patch 8.2.4147: E464 does not always include the offending commandv8.2.4147Bram Moolenaar
2022-01-19patch 8.2.4146: Vim9: shadowed function can be used in compiled functionv8.2.4146Bram Moolenaar
2022-01-19patch 8.2.4145: confusing error when using name of import for a functionv8.2.4145Bram Moolenaar
2022-01-19patch 8.2.4144: cannot load libsodium dynamicallyv8.2.4144K.Takata
2022-01-19patch 8.2.4143: MS-Windows: IME support for Win9x is obsoletev8.2.4143K.Takata
2022-01-19patch 8.2.4142: build failure with normal features without persistent undov8.2.4142Bram Moolenaar
2022-01-18patch 8.2.4141: Vim9 builtin functions test failsv8.2.4141Bram Moolenaar
2022-01-18patch 8.2.4140: maparg() does not indicate the type of scriptv8.2.4140Bram Moolenaar
2022-01-18patch 8.2.4139: using freed memory in expression abbreviationv8.2.4139Bram Moolenaar
2022-01-18patch 8.2.4138: Vim9: no error for return with argument when invalidv8.2.4138Bram Moolenaar
2022-01-18patch 8.2.4137: Vim9: calling import with and without method is inconsistentv8.2.4137Bram Moolenaar
2022-01-18patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not usefulv8.2.4136Bram Moolenaar
2022-01-18patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload scriptv8.2.4135Bram Moolenaar
2022-01-18patch 8.2.4134: MS-Windows: test for import with absolute path failsv8.2.4134Bram Moolenaar
2022-01-18patch 8.2.4133: output of ":scriptnames" goes into the message historyv8.2.4133Bram Moolenaar
2022-01-18patch 8.2.4132: Vim9: wrong error message when autoload script can't be foundv8.2.4132Bram Moolenaar
2022-01-18patch 8.2.4131: Vim9: calling function in autoload import does not workv8.2.4131Bram Moolenaar
2022-01-18patch 8.2.4130: MS-Windows: MSVC build may have libraries duplicatedv8.2.4130K.Takata
2022-01-18patch 8.2.4129: building with +sound but without +eval failsv8.2.4129Bram Moolenaar
2022-01-18patch 8.2.4128: crash when method cannot be foundv8.2.4128Bram Moolenaar
2022-01-17patch 8.2.4127: build failure without the +eval featurev8.2.4127Bram Moolenaar
2022-01-17patch 8.2.4126: crash on exit when built with dynamic Tclv8.2.4126Bram Moolenaar
2022-01-17patch 8.2.4125: completion tests failv8.2.4125Bram Moolenaar
2022-01-17patch 8.2.4124: Vim9: method in compiled function may not see script itemv8.2.4124Bram Moolenaar
2022-01-17patch 8.2.4123: complete function cannot be import.Namev8.2.4123Bram Moolenaar