summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.3000: Vim9: warning for uninitialized variablev8.2.3000Bram Moolenaar2021-06-152-1/+3
* patch 8.2.2999: balloon sometimes does not hide with GTK 3v8.2.2999Bram Moolenaar2021-06-142-0/+11
* patch 8.2.2998: Vim9: disassemble test failsv8.2.2998Bram Moolenaar2021-06-142-6/+12
* patch 8.2.2997: Vim9: disassemble test failsv8.2.2997Bram Moolenaar2021-06-142-5/+17
* patch 8.2.2996: Vim9: when debugging cannot inspect local variablesv8.2.2996Bram Moolenaar2021-06-147-17/+113
* patch 8.2.2995: linker errors with dynamic Python 3.10v8.2.2995Zdenek Dohnal2021-06-142-0/+20
* patch 8.2.2994: various code is not fully testedv8.2.2994Yegappan Lakshmanan2021-06-137-2/+127
* patch 8.2.2993: 'fileencodings' default value should depend on 'encoding'v8.2.2993Bram Moolenaar2021-06-135-3/+31
* Update runtime filesBram Moolenaar2021-06-1330-185/+399
* patch 8.2.2992: Vim9: completion for :disassemble is incompletev8.2.2992Bram Moolenaar2021-06-136-1/+53
* patch 8.2.2991: Vim9: no completion for :vim9 and :legacyv8.2.2991Bram Moolenaar2021-06-133-0/+10
* patch 8.2.2990: Jupyter Notebook files are not recognizedv8.2.2990kompowiec22021-06-133-1/+6
* patch 8.2.2989: Vim9: memory leak when debugging a :def functionv8.2.2989Bram Moolenaar2021-06-132-0/+9
* patch 8.2.2988: Vim9: debugger test failsv8.2.2988Bram Moolenaar2021-06-133-3/+13
* patch 8.2.2987: build failure with normal featuresv8.2.2987Bram Moolenaar2021-06-132-5/+6
* patch 8.2.2986: build failure without the profile featurev8.2.2986Bram Moolenaar2021-06-132-2/+6
* patch 8.2.2985: Vim9: a compiled function cannot be debuggedv8.2.2985Bram Moolenaar2021-06-1311-77/+196
* patch 8.2.2984: Vim9: test fails because of missing return statementv8.2.2984Bram Moolenaar2021-06-122-1/+5
* Add links to discussion forums.Bram Moolenaar2021-06-121-0/+6
* patch 8.2.2983: Vim9: an inline function requires specifying the return typev8.2.2983Bram Moolenaar2021-06-125-6/+41
* patch 8.2.2982: Vim9: future commands are not reserved yetv8.2.2982Bram Moolenaar2021-06-126-42/+111
* patch 8.2.2981: recovery test is not run on big-endian systemsv8.2.2981James McCoy2021-06-122-97/+98
* patch 8.2.2980: popup window test is a bit flakyv8.2.2980Bram Moolenaar2021-06-122-0/+3
* patch 8.2.2979: not all options code is covered by testsv8.2.2979Yegappan Lakshmanan2021-06-128-1/+108
* patch 8.2.2978: warning for uninitialized variablev8.2.2978Bram Moolenaar2021-06-122-0/+3
* patch 8.2.2977: crash when using a null function referencev8.2.2977Bram Moolenaar2021-06-124-1/+15
* patch 8.2.2976: build failure without the +eval featurev8.2.2976Bram Moolenaar2021-06-112-2/+6