summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.3050: cannot recognize elixir filesv8.2.3050Austin Gatlin2021-06-264-2/+60
* patch 8.2.3049: JSON patch file not recognizedv8.2.3049Kevin Locke2021-06-253-1/+6
* patch 8.2.3048: strange error for white space after ++ commandv8.2.3048Bram Moolenaar2021-06-255-0/+23
* patch 8.2.3047: increment and decrement don't allow for next commandv8.2.3047Bram Moolenaar2021-06-254-4/+14
* patch 8.2.3046: Amiga MorphOS: Term mode is set using DOS packetsv8.2.3046ola.soder@axis.com2021-06-242-1/+3
* patch 8.2.3045: minor typosv8.2.3045Christian Brabandt2021-06-244-3/+5
* patch 8.2.3044: Amiga MorphOS and AROS: process ID is not validv8.2.3044ola.soder@axis.com2021-06-242-2/+4
* patch 8.2.3043: Amiga: cannot get the shell size on MorphOS and AROSv8.2.3043ola.soder@axis.com2021-06-232-6/+55
* patch 8.2.3042: swap file test failsv8.2.3042Bram Moolenaar2021-06-232-2/+4
* patch 8.2.3041: detecting if the process of a swap file is running failsv8.2.3041Bram Moolenaar2021-06-232-2/+13
* patch 8.2.3040: GUI: dropping files not testedv8.2.3040Yegappan Lakshmanan2021-06-239-5/+174
* patch 8.2.3039: Vim9: breakpoint at a comment line does not workv8.2.3039Bram Moolenaar2021-06-236-14/+48
* patch 8.2.3038: Amiga built-in version string doesn't include build datev8.2.3038ola.soder@axis.com2021-06-232-0/+5
* patch 8.2.3037: configure reports libcanberra when checking for libsodiumv8.2.3037ichizok2021-06-233-3/+5
* patch 8.2.3036: Vim9: builtin function arguments not checked at compile timev8.2.3036Yegappan Lakshmanan2021-06-227-72/+400
* patch 8.2.3035: Vim9: crash when calling :def function with partialv8.2.3035Bram Moolenaar2021-06-223-2/+18
* patch 8.2.3034: installing packages on github CI sometimes failsv8.2.3034Christian Brabandt2021-06-222-1/+3
* patch 8.2.3033: no error when using alpha delimiter with :globalv8.2.3033Bram Moolenaar2021-06-213-4/+23
* patch 8.2.3032: build problems with MSVC, other crypt issues with libsodiumv8.2.3032Christian Brabandt2021-06-217-21/+68
* patch 8.2.3031: no error if a function name starts with an underscorev8.2.3031Bram Moolenaar2021-06-213-1/+22
* patch 8.2.3030: Coverity reports a memory leakv8.2.3030Dominique Pelle2021-06-213-7/+9
* patch 8.2.3029: Vim9: crash when using operator and list unpack assignmentv8.2.3029Bram Moolenaar2021-06-217-20/+96
* patch 8.2.3028: GUI mouse events not testedv8.2.3028Yegappan Lakshmanan2021-06-219-5/+337
* patch 8.2.3027: Vim9: breakpoint in compiled function not always checkedv8.2.3027Bram Moolenaar2021-06-203-0/+27
* patch 8.2.3026: Vim9: cannot set breakpoint in compiled functionv8.2.3026Bram Moolenaar2021-06-207-6/+71
* patch 8.2.3025: not enough tests for quickfix end_col and end_lnumv8.2.3025shane.xb.qian2021-06-202-1/+38
* patch 8.2.3024: execute() function test failsv8.2.3024Bram Moolenaar2021-06-202-1/+3
* patch 8.2.3023: Vim9: arguments for execute() not checked at compile timev8.2.3023Bram Moolenaar2021-06-203-1/+37
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-2029-64/+820
* patch 8.2.3021: spaces allowed between option name and "!", "?", etc.v8.2.3021Bram Moolenaar2021-06-203-3/+26
* patch 8.2.3020: unreachable codev8.2.3020=?UTF-8?q?Dundar=20G=C3=B6c?=2021-06-192-3/+2
* patch 8.2.3019: location list only has the start position.v8.2.3019thinca2021-06-198-38/+122
* patch 8.2.3018: 'quickfixtextfunc' formatting is lost when switching buffersv8.2.3018Yegappan Lakshmanan2021-06-193-1/+71
* patch 8.2.3017: Vim9: debugger shows too many linesv8.2.3017Bram Moolenaar2021-06-173-2/+17
* patch 8.2.3016: confusing error when expression is followed by commav8.2.3016Bram Moolenaar2021-06-178-13/+24
* patch 8.2.3015: Vim9: Assigning to @# requires a stringv8.2.3015Bram Moolenaar2021-06-175-5/+33
* patch 8.2.3014: Coverity warns for freeing static stringv8.2.3014Dominique Pelle2021-06-172-3/+3
* patch 8.2.3013: Vim: when debugging only first line of command is displayedv8.2.3013Bram Moolenaar2021-06-163-31/+78
* patch 8.2.3012: when 'rightleft' is set the line number is drawn reversedv8.2.3012Christian Brabandt2021-06-163-2/+27
* patch 8.2.3011: Vim9: cannot get argument values during debuggingv8.2.3011Bram Moolenaar2021-06-164-13/+71
* patch 8.2.3010: not enough testing for viminfo codev8.2.3010Yegappan Lakshmanan2021-06-165-2/+360
* patch 8.2.3009: startup test may hangv8.2.3009Bram Moolenaar2021-06-162-1/+4
* patch 8.2.3008: startup test may hangv8.2.3008Bram Moolenaar2021-06-152-1/+4
* patch 8.2.3007: Vim9: test for void value failsv8.2.3007Bram Moolenaar2021-06-153-4/+8
* patch 8.2.3006: crash when echoing a value very earlyv8.2.3006Bram Moolenaar2021-06-153-9/+27
* patch 8.2.3005: Vim9: using a void value does not give a proper error messagev8.2.3005Bram Moolenaar2021-06-157-48/+71
* patch 8.2.3004: Vim9: error for missing colon given while skippingv8.2.3004Bram Moolenaar2021-06-153-1/+16
* patch 8.2.3003: Vim9: closure compiled with wrong compile typev8.2.3003Bram Moolenaar2021-06-153-5/+30
* patch 8.2.3002: Vim doesn't abort on a fatal Tcl errorv8.2.3002Dominique Pelle2021-06-152-1/+3
* patch 8.2.3001: Vim9: memory leak when compilation failsv8.2.3001Bram Moolenaar2021-06-152-0/+4