summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.2424: some tests are known to cause an error with ASANv8.2.2424Bram Moolenaar2021-01-285-20/+37
* patch 8.2.2423: missing error messagev8.2.2423Bram Moolenaar2021-01-282-0/+4
* patch 8.2.2422: crash when deleting with line number out of rangev8.2.2422Bram Moolenaar2021-01-283-1/+23
* patch 8.2.2421: double free when using autocommand with "argdel"v8.2.2421Bram Moolenaar2021-01-283-9/+46
* patch 8.2.2420: too many problems with using all autocommand eventsv8.2.2420Bram Moolenaar2021-01-286-27/+23
* patch 8.2.2419: autocmd test was failing on MS-Windows with GUIv8.2.2419Bram Moolenaar2021-01-282-9/+2
* patch 8.2.2418: color not changed if ModeMsg highlight is set in InsertEnterv8.2.2418Bram Moolenaar2021-01-282-0/+6
* patch 8.2.2417: condition stack values may be used when not setv8.2.2417Bram Moolenaar2021-01-272-0/+9
* patch 8.2.2416: may get stuck in command line window statev8.2.2416Bram Moolenaar2021-01-273-3/+12
* patch 8.2.2415: no way to check for the cmdwin featurev8.2.2415Bram Moolenaar2021-01-2611-13/+53
* patch 8.2.2414: using freed memory when closing the cmdline windowv8.2.2414Bram Moolenaar2021-01-262-1/+8
* patch 8.2.2413: crash when using :all while using a cmdline windowv8.2.2413Bram Moolenaar2021-01-264-1/+20
* patch 8.2.2412: not all fields in "cstack" are initializedv8.2.2412Bram Moolenaar2021-01-262-4/+3
* patch 8.2.2411: profile test fails on MS-Windowsv8.2.2411Bram Moolenaar2021-01-262-1/+8
* patch 8.2.2410: build failure without the +profiling featurev8.2.2410Bram Moolenaar2021-01-252-1/+3
* Update runtime files.Bram Moolenaar2021-01-2532-134/+479
* patch 8.2.2409: Vim9: profiling only works for one functionv8.2.2409Bram Moolenaar2021-01-255-26/+54
* patch 8.2.2408: MinGW: "--preprocessor" flag no longer supportedv8.2.2408Bram Moolenaar2021-01-253-4/+6
* patch 8.2.2407: old jumplist code is never usedv8.2.2407Bram Moolenaar2021-01-252-21/+2
* patch 8.2.2406: Vim9: profiled :def function leaks memoryv8.2.2406Bram Moolenaar2021-01-242-0/+11
* patch 8.2.2405: Vim9: no need to allow white space before "(" for :defv8.2.2405Bram Moolenaar2021-01-243-0/+40
* patch 8.2.2404: Vim9: profiling try/catch not correctv8.2.2404Bram Moolenaar2021-01-244-56/+131
* patch 8.2.2403: Vim9: profiling if/elseif/endif not correctv8.2.2403Bram Moolenaar2021-01-245-35/+115
* patch 8.2.2402: some filetypes not detectedv8.2.2402Bram Moolenaar2021-01-243-7/+21
* patch 8.2.2401: build fails without +profiling featurev8.2.2401Bram Moolenaar2021-01-246-7/+63
* patch 8.2.2400: Vim9: compiled functions are not profiledv8.2.2400Bram Moolenaar2021-01-2416-109/+311
* patch 8.2.2399: fold test fails in wide terminalv8.2.2399Bram Moolenaar2021-01-242-1/+3
* patch 8.2.2398: method test failsv8.2.2398Bram Moolenaar2021-01-232-2/+6
* patch 8.2.2397: Vim9: "%%" not seen as alternate file name for ":bdel"v8.2.2397Bram Moolenaar2021-01-233-4/+20
* patch 8.2.2396: Vim9: no white space allowed before "->"v8.2.2396Bram Moolenaar2021-01-234-11/+24
* patch 8.2.2395: Vim9: error for wrong type may report wrong line numberv8.2.2395Bram Moolenaar2021-01-233-0/+11
* patch 8.2.2394: Vim9: min() and max() return type is "any"v8.2.2394Bram Moolenaar2021-01-223-2/+32
* patch 8.2.2393: Vim9: error message when script line starts with "[{"v8.2.2393Bram Moolenaar2021-01-223-1/+10
* patch 8.2.2392: fennel filetype not recognizedv8.2.2392Bram Moolenaar2021-01-224-0/+11
* patch 8.2.2391: memory leak when creating a global function with closurev8.2.2391Bram Moolenaar2021-01-223-32/+45
* patch 8.2.2390: Vim9: using positive offset is unexpectedv8.2.2390Bram Moolenaar2021-01-224-9/+9
* patch 8.2.2389: test failure on a few systemsv8.2.2389Bram Moolenaar2021-01-214-5/+9
* patch 8.2.2388: no easy way to get the maximum or mininum number valuev8.2.2388Bram Moolenaar2021-01-215-30/+47
* patch 8.2.2387: runtime type check does not mention argument indexv8.2.2387Bram Moolenaar2021-01-217-12/+41
* patch 8.2.2386: Vim9: crash when using ":silent! put"v8.2.2386Bram Moolenaar2021-01-213-0/+37
* patch 8.2.2385: "gj" and "gk" do not work correctly when inside a foldv8.2.2385Bram Moolenaar2021-01-213-20/+48
* patch 8.2.2384: turtle filetype not recognizedv8.2.2384Bram Moolenaar2021-01-213-2/+26
* patch 8.2.2383: focus escape sequences are not namedv8.2.2383Bram Moolenaar2021-01-212-0/+4
* patch 8.2.2382: build failurev8.2.2382Bram Moolenaar2021-01-212-4/+8
* patch 8.2.2381: Vim9: divide by zero does not abort expression executionv8.2.2381Bram Moolenaar2021-01-217-16/+77
* patch 8.2.2380: Vim9: occasional crash when using try/catch and a timerv8.2.2380Bram Moolenaar2021-01-202-0/+5
* patch 8.2.2379: do spell suggestions twice if 'spellsuggest' contains numberv8.2.2379Bram Moolenaar2021-01-202-2/+6
* patch 8.2.2378: Vim9: no error message for dividing by zerov8.2.2378Bram Moolenaar2021-01-205-6/+20
* patch 8.2.2377: Vim9: crash when using a range after another expressionv8.2.2377Bram Moolenaar2021-01-193-16/+26
* patch 8.2.2376: Vim9: crash when dividing by zero in compiled codev8.2.2376Bram Moolenaar2021-01-193-2/+8