summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4190: all conceal tests are skipped without the screendumps featurev8.2.4190zeertzjq2022-01-232-1/+8
* patch 8.2.4189: MS-Windows: code for "old look" is obsoletev8.2.4189K.Takata2022-01-232-96/+60
* Update runtime filesBram Moolenaar2022-01-2333-10174/+13556
* patch 8.2.4188: not all gitconfig files are recognizedv8.2.4188Tim Pope2022-01-233-2/+6
* patch 8.2.4187: gnuplot file not recognizedv8.2.4187nobodyatandnothing2022-01-233-2/+4
* patch 8.2.4186: cannot use an import in 'patchexpr'v8.2.4186Bram Moolenaar2022-01-223-2/+45
* patch 8.2.4185: cannot use an import in 'indentexpr'v8.2.4185Bram Moolenaar2022-01-223-0/+32
* patch 8.2.4184: cannot use an import in 'includeexpr'v8.2.4184Bram Moolenaar2022-01-223-1/+38
* patch 8.2.4183: cannot use an import in 'formatexpr'v8.2.4183Bram Moolenaar2022-01-223-0/+33
* patch 8.2.4182: memory leak when evaluating 'diffexpr'v8.2.4182Bram Moolenaar2022-01-222-1/+3
* patch 8.2.4181: Vim9: cannot use an import in 'diffexpr'v8.2.4181Bram Moolenaar2022-01-223-2/+58
* patch 8.2.4180: 'balloonexpr' is evaluated in the current script contextv8.2.4180Bram Moolenaar2022-01-228-4/+36
* patch 8.2.4179: 'foldtext' is evaluated in the current script contextv8.2.4179Bram Moolenaar2022-01-227-13/+24
* patch 8.2.4178: Vim9: invalid error for return type of lambda when debuggingv8.2.4178Bram Moolenaar2022-01-222-1/+6
* patch 8.2.4177: Vim9: autoload script not loaded after "vim9script noclear"v8.2.4177Bram Moolenaar2022-01-223-2/+46
* patch 8.2.4176: Vim9: cannot use imported function with call()v8.2.4176Bram Moolenaar2022-01-223-1/+29
* patch 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsoletev8.2.4175Bram Moolenaar2022-01-224-146/+15
* patch 8.2.4174: Vim9: can use an autoload name in normal scriptv8.2.4174Bram Moolenaar2022-01-214-1/+22
* patch 8.2.4173: cannot use an import in 'foldexpr'v8.2.4173Bram Moolenaar2022-01-217-9/+59
* patch 8.2.4172: filetype detection for BASIC is not optimalv8.2.4172Bram Moolenaar2022-01-214-8/+89
* patch 8.2.4171: cannot invoke option function using autoload importv8.2.4171Bram Moolenaar2022-01-216-11/+92
* patch 8.2.4170: MS-Windows: still using old message API callsv8.2.4170K.Takata2022-01-215-25/+21
* patch 8.2.4169: MS-Windows: unnessary casts and other minor thingsv8.2.4169K.Takata2022-01-212-12/+13
* patch 8.2.4168: disallowing empty function name breaks existing pluginsv8.2.4168Bram Moolenaar2022-01-214-2/+12
* patch 8.2.4167: Vim9: error message for old style importv8.2.4167Bram Moolenaar2022-01-204-3/+17
* patch 8.2.4166: undo synced when switching buffer in another windowv8.2.4166Bram Moolenaar2022-01-203-1/+30
* patch 8.2.4165: the nv_g_cmd() function is too longv8.2.4165Yegappan Lakshmanan2022-01-202-292/+305
* patch 8.2.4164: error in legacy code for function shadowing variablev8.2.4164Bram Moolenaar2022-01-202-1/+3
* patch 8.2.4163: no error for omitting function name after autoload prefixv8.2.4163Bram Moolenaar2022-01-203-1/+19
* patch 8.2.4162: Vim9: no error for redefining function with exportv8.2.4162Bram Moolenaar2022-01-204-7/+129
* patch 8.2.4161: Vim9: warning for missing white space after imported variablev8.2.4161Bram Moolenaar2022-01-203-2/+9
* patch 8.2.4160: cannot change the register used for Select mode deletev8.2.4160Shougo Matsushita2022-01-206-4/+95
* patch 8.2.4159: MS-Windows: _WndProc() is very longv8.2.4159K.Takata2022-01-202-229/+240
* patch 8.2.4158: MS-Windows: memory leak in :browsev8.2.4158K.Takata2022-01-202-9/+9
* patch 8.2.4157: terminal test fails because Windows sets the titlev8.2.4157ichizok2022-01-206-0/+11
* patch 8.2.4156: fileinfo message overwrites echo'ed messagev8.2.4156Rob Pilling2022-01-204-0/+46
* patch 8.2.4155: translating strftime() argument results in check errorv8.2.4155Bram Moolenaar2022-01-202-0/+3
* patch 8.2.4154: ml_get error when exchanging windows in Visual modev8.2.4154Bram Moolenaar2022-01-203-1/+18
* patch 8.2.4153: MS-Windows: Global IME is no longer supportedv8.2.4153K.Takata2022-01-209-997/+32
* patch 8.2.4152: block insert with double wide character failsv8.2.4152Bram Moolenaar2022-01-202-1/+3
* patch 8.2.4151: reading beyond the end of a linev8.2.4151Bram Moolenaar2022-01-203-17/+13
* patch 8.2.4150: Coverity warns for using pointer after freev8.2.4150Bram Moolenaar2022-01-202-1/+3
* patch 8.2.4149: test override not restored, autocommand left behindv8.2.4149Bram Moolenaar2022-01-203-1/+4
* patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to failv8.2.4148Bram Moolenaar2022-01-195-4/+23
* patch 8.2.4147: E464 does not always include the offending commandv8.2.4147Bram Moolenaar2022-01-195-2/+36
* patch 8.2.4146: Vim9: shadowed function can be used in compiled functionv8.2.4146Bram Moolenaar2022-01-192-6/+17
* patch 8.2.4145: confusing error when using name of import for a functionv8.2.4145Bram Moolenaar2022-01-196-8/+27
* patch 8.2.4144: cannot load libsodium dynamicallyv8.2.4144K.Takata2022-01-197-7/+144
* patch 8.2.4143: MS-Windows: IME support for Win9x is obsoletev8.2.4143K.Takata2022-01-192-64/+21
* patch 8.2.4142: build failure with normal features without persistent undov8.2.4142Bram Moolenaar2022-01-192-1/+3