summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0191: cannot put a terminal in a popup windowv8.2.0191Bram Moolenaar2020-02-0115-60/+306
* patch 8.2.0190: Kotlin files are not recognizedv8.2.0190Bram Moolenaar2020-01-313-1/+7
* patch 8.2.0189: cd() with NULL argument crashesv8.2.0189Bram Moolenaar2020-01-313-1/+5
* patch 8.2.0188: Check commands don't work well with Vim9 scriptv8.2.0188Bram Moolenaar2020-01-314-44/+81
* patch 8.2.0187: reduntant codev8.2.0187Bram Moolenaar2020-01-312-2/+3
* patch 8.2.0186: a couple of tests may fail when features are missingv8.2.0186Bram Moolenaar2020-01-313-1/+4
* patch 8.2.0185: Vim9 script: cannot use "if has()" to skip linesv8.2.0185Bram Moolenaar2020-01-316-34/+311
* patch 8.2.0184: blob test failsv8.2.0184Bram Moolenaar2020-01-302-1/+7
* patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar2020-01-3022-177/+250
* patch 8.2.0182: min() and max() materialize a range() listv8.2.0182Bram Moolenaar2020-01-302-12/+24
* patch 8.2.0181: problems parsing :term argumentsv8.2.0181Bram Moolenaar2020-01-306-58/+132
* patch 8.2.0180: test for wrapmargin fails if terminal is not 80 columnsv8.2.0180Bram Moolenaar2020-01-302-3/+6
* patch 8.2.0179: still a few places where range() does not workv8.2.0179Bram Moolenaar2020-01-3010-19/+107
* patch 8.2.0178: with VTP the screen may not be restored properlyv8.2.0178Bram Moolenaar2020-01-302-2/+37
* patch 8.2.0177: memory leak in get_tags()v8.2.0177Bram Moolenaar2020-01-292-0/+5
* patch 8.2.0176: generating os headers does not work for Swedishv8.2.0176Bram Moolenaar2020-01-292-0/+7
* patch 8.2.0175: crash when removing list element in map()v8.2.0175Bram Moolenaar2020-01-293-0/+22
* patch 8.2.0174: various commands not completely testedv8.2.0174Bram Moolenaar2020-01-2912-4/+332
* patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar2020-01-299-84/+88
* patch 8.2.0172: Coverity warning for not restoring characterv8.2.0172Bram Moolenaar2020-01-282-3/+4
* patch 8.2.0171: Coverity warning for using uninitialized bufferv8.2.0171Bram Moolenaar2020-01-282-1/+3
* patch 8.2.0170: Coverity warning for ignoring return valuev8.2.0170Bram Moolenaar2020-01-282-2/+7
* patch 8.2.0169: Coverity warning for dead codev8.2.0169Bram Moolenaar2020-01-282-0/+7
* patch 8.2.0168: Coverity warning for assigning NULL to an optionv8.2.0168Bram Moolenaar2020-01-283-0/+8
* patch 8.2.0167: Coverity warning for ignoring return valuev8.2.0167Bram Moolenaar2020-01-283-1/+6
* patch 8.2.0166: Coverity warning for using uninitialized variablev8.2.0166Bram Moolenaar2020-01-282-1/+8
* patch 8.2.0165: Coverity warning for using NULL pointerv8.2.0165Bram Moolenaar2020-01-282-1/+3
* patch 8.2.0164: test_alot takes too longv8.2.0164Bram Moolenaar2020-01-283-35/+37
* patch 8.2.0163: test hangs on MS-Windows consolev8.2.0163Bram Moolenaar2020-01-283-6/+15
* patch 8.2.0162: balloon test fails in the GUIv8.2.0162Bram Moolenaar2020-01-272-1/+5
* patch 8.2.0161: not recognizing .gv file as dot filetypev8.2.0161Bram Moolenaar2020-01-2714-2/+4
* patch 8.2.0160: range test failsv8.2.0160Bram Moolenaar2020-01-272-0/+13
* patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar2020-01-2712-21/+268
* patch 8.2.0158: triggering CompleteDone earlier is not backwards compatiblev8.2.0158Bram Moolenaar2020-01-266-13/+35
* patch 8.2.0157: Vim9 script files not in list of distributed filesv8.2.0157Bram Moolenaar2020-01-262-0/+10
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-2641-50/+56
* patch 8.2.0155: warnings from MinGW compiler; tests fail without +floatv8.2.0155Bram Moolenaar2020-01-267-4/+22
* patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar2020-01-2610-45/+53
* patch 8.2.0153: warning shows when listing version infov8.2.0153Bram Moolenaar2020-01-262-2/+4
* patch 8.2.0152: restoring ctrl_x_mode is not neededv8.2.0152Bram Moolenaar2020-01-262-11/+8
* patch 8.2.0151: detecting a script was already sourced is unreliablev8.2.0151Bram Moolenaar2020-01-264-39/+13
* patch 8.2.0150: cannot define python function when using :executev8.2.0150Bram Moolenaar2020-01-263-1/+19
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-2665-1341/+11791
* Update runtime files.Bram Moolenaar2020-01-2526-104/+625
* patch 8.2.0148: mapping related function in wrong source filev8.2.0148Bram Moolenaar2020-01-245-76/+118
* patch 8.2.0147: block Visual mode operators not correct when 'linebreak' setv8.2.0147Bram Moolenaar2020-01-233-15/+44
* patch 8.2.0146: wrong indent when 'showbreak' and 'breakindent' are setv8.2.0146Bram Moolenaar2020-01-233-1/+32
* patch 8.2.0145: using #error for compilation errors should be OK nowv8.2.0145Bram Moolenaar2020-01-233-4/+5
* patch 8.2.0144: some mapping code is not fully testedv8.2.0144Bram Moolenaar2020-01-234-1/+303
* patch 8.2.0143: Coverity warning for possible use of NULL pointerv8.2.0143Bram Moolenaar2020-01-232-1/+3