summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4216: Vim9: cannot use a function from an autoload import directlyv8.2.4216Bram Moolenaar2022-01-252-15/+65
* patch 8.2.4215: illegal memory access when copying lines in Visual modev8.2.4215Bram Moolenaar2022-01-251-0/+11
* patch 8.2.4214: illegal memory access with large 'tabstop' in Ex modev8.2.4214Bram Moolenaar2022-01-251-0/+10
* patch 8.2.4212: window title test still fails in some configurationsv8.2.4212Bram Moolenaar2022-01-241-0/+1
* patch 8.2.4211: window title test still fails in some configurationsv8.2.4211Bram Moolenaar2022-01-241-1/+1
* patch 8.2.4210: window title test fails in some configurationsv8.2.4210Bram Moolenaar2022-01-241-0/+3
* patch 8.2.4209: partial in 'opfunc' cannot use an imported functionv8.2.4209Bram Moolenaar2022-01-241-0/+33
* patch 8.2.4208: using setbufvar() may change the window titlev8.2.4208Bram Moolenaar2022-01-241-1/+22
* patch 8.2.4206: condition with many "(" causes a crashv8.2.4206Bram Moolenaar2022-01-241-0/+5
* patch 8.2.4204: screenpos() has non-zero row for invisible textv8.2.4204Bram Moolenaar2022-01-241-1/+1
* patch 8.2.4203: entering a character with CTRL-V may include modifiersv8.2.4203zeertzjq2022-01-241-4/+17
* patch 8.2.4202: Vim9: cannot export function that exists globallyv8.2.4202Bram Moolenaar2022-01-241-0/+31
* patch 8.2.4200: some tests do not clean up properlyv8.2.4200Yegappan Lakshmanan2022-01-243-2/+8
* patch 8.2.4197: cannot use an import in the "expr" part of 'spellsuggest'v8.2.4197Bram Moolenaar2022-01-231-0/+28
* patch 8.2.4196: various file types not recognizedv8.2.4196=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-231-0/+21
* patch 8.2.4193: cannot use an import in 'charconvert'v8.2.4193Bram Moolenaar2022-01-231-0/+31
* patch 8.2.4192: cannot use an import in 'printexpr'v8.2.4192Bram Moolenaar2022-01-231-0/+31
* patch 8.2.4191: json5 files are not recognizedv8.2.4191=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-231-0/+1
* patch 8.2.4190: all conceal tests are skipped without the screendumps featurev8.2.4190zeertzjq2022-01-231-1/+6
* patch 8.2.4188: not all gitconfig files are recognizedv8.2.4188Tim Pope2022-01-231-1/+1
* patch 8.2.4187: gnuplot file not recognizedv8.2.4187nobodyatandnothing2022-01-231-1/+1
* patch 8.2.4186: cannot use an import in 'patchexpr'v8.2.4186Bram Moolenaar2022-01-221-0/+30
* patch 8.2.4185: cannot use an import in 'indentexpr'v8.2.4185Bram Moolenaar2022-01-221-0/+27
* patch 8.2.4184: cannot use an import in 'includeexpr'v8.2.4184Bram Moolenaar2022-01-221-0/+30
* patch 8.2.4183: cannot use an import in 'formatexpr'v8.2.4183Bram Moolenaar2022-01-221-0/+28
* patch 8.2.4181: Vim9: cannot use an import in 'diffexpr'v8.2.4181Bram Moolenaar2022-01-221-0/+43
* patch 8.2.4180: 'balloonexpr' is evaluated in the current script contextv8.2.4180Bram Moolenaar2022-01-224-4/+5
* patch 8.2.4179: 'foldtext' is evaluated in the current script contextv8.2.4179Bram Moolenaar2022-01-221-1/+5
* patch 8.2.4177: Vim9: autoload script not loaded after "vim9script noclear"v8.2.4177Bram Moolenaar2022-01-221-0/+42
* patch 8.2.4176: Vim9: cannot use imported function with call()v8.2.4176Bram Moolenaar2022-01-221-1/+3
* patch 8.2.4174: Vim9: can use an autoload name in normal scriptv8.2.4174Bram Moolenaar2022-01-211-0/+12
* patch 8.2.4173: cannot use an import in 'foldexpr'v8.2.4173Bram Moolenaar2022-01-211-0/+39
* patch 8.2.4172: filetype detection for BASIC is not optimalv8.2.4172Bram Moolenaar2022-01-211-1/+63
* patch 8.2.4171: cannot invoke option function using autoload importv8.2.4171Bram Moolenaar2022-01-211-1/+42
* patch 8.2.4168: disallowing empty function name breaks existing pluginsv8.2.4168Bram Moolenaar2022-01-212-0/+8
* patch 8.2.4167: Vim9: error message for old style importv8.2.4167Bram Moolenaar2022-01-201-0/+13
* patch 8.2.4166: undo synced when switching buffer in another windowv8.2.4166Bram Moolenaar2022-01-201-0/+23
* patch 8.2.4163: no error for omitting function name after autoload prefixv8.2.4163Bram Moolenaar2022-01-201-0/+15
* patch 8.2.4162: Vim9: no error for redefining function with exportv8.2.4162Bram Moolenaar2022-01-201-0/+74
* patch 8.2.4161: Vim9: warning for missing white space after imported variablev8.2.4161Bram Moolenaar2022-01-201-1/+7
* patch 8.2.4160: cannot change the register used for Select mode deletev8.2.4160Shougo Matsushita2022-01-201-0/+52
* patch 8.2.4157: terminal test fails because Windows sets the titlev8.2.4157ichizok2022-01-201-0/+2
* patch 8.2.4156: fileinfo message overwrites echo'ed messagev8.2.4156Rob Pilling2022-01-202-0/+37
* patch 8.2.4154: ml_get error when exchanging windows in Visual modev8.2.4154Bram Moolenaar2022-01-201-0/+10
* patch 8.2.4152: block insert with double wide character failsv8.2.4152Bram Moolenaar2022-01-201-1/+1
* patch 8.2.4151: reading beyond the end of a linev8.2.4151Bram Moolenaar2022-01-201-0/+9
* patch 8.2.4149: test override not restored, autocommand left behindv8.2.4149Bram Moolenaar2022-01-202-1/+2
* patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to failv8.2.4148Bram Moolenaar2022-01-191-0/+16
* patch 8.2.4147: E464 does not always include the offending commandv8.2.4147Bram Moolenaar2022-01-191-0/+30
* patch 8.2.4145: confusing error when using name of import for a functionv8.2.4145Bram Moolenaar2022-01-191-1/+11