summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.2975: Vim9: can only use an autoload function name as a stringv8.2.2975Bram Moolenaar2021-06-115-3/+43
* patch 8.2.2974: Greek spell checking uses wrong case foldingv8.2.2974Bram Moolenaar2021-06-115-12/+32
* patch 8.2.2973: fix for recovery and diff mode not testedv8.2.2973Yegappan Lakshmanan2021-06-104-1/+166
* patch 8.2.2972: "%bd" tries to delete popup window buffers, which failsv8.2.2972Bram Moolenaar2021-06-104-123/+155
* patch 8.2.2971: cannot yank a block without trailing spacesv8.2.2971Christian Brabandt2021-06-108-8/+99
* patch 8.2.2970: Python configure check uses deprecated commandv8.2.2970Zdenek Dohnal2021-06-103-2/+10
* patch 8.2.2969: subtracting from number option fails when result is zerov8.2.2969Bram Moolenaar2021-06-103-0/+12
* patch 8.2.2968: Vim9: memory leakv8.2.2968Bram Moolenaar2021-06-092-0/+5
* patch 8.2.2967: Vim9: crash when using two levels of partialsv8.2.2967Bram Moolenaar2021-06-094-46/+99
* patch 8.2.2966: ml_get errors after recovering a filev8.2.2966Bram Moolenaar2021-06-092-0/+3
* patch 8.2.2965: Vim9: crash when calling function that failed to compilev8.2.2965Bram Moolenaar2021-06-084-0/+26
* patch 8.2.2964: Vim9: hang when using space after ->v8.2.2964Bram Moolenaar2021-06-084-3/+11
* patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visiblev8.2.2963Bram Moolenaar2021-06-085-3/+15
* patch 8.2.2962: MS-Windows command line arguments have wrong encodingv8.2.2962K.Takata2021-06-082-4/+6
* patch 8.2.2961: keys typed during a :normal command are discardedv8.2.2961Bram Moolenaar2021-06-078-10/+23
* patch 8.2.2960: swap file recovery not sufficiently testedv8.2.2960Yegappan Lakshmanan2021-06-072-0/+102
* patch 8.2.2959: sound_playfile() is not tested on MS-Windowsv8.2.2959Dominique Pelle2021-06-073-14/+13
* patch 8.2.2958: function list test failsv8.2.2958Bram Moolenaar2021-06-073-1/+4
* patch 8.2.2957: using getchar() in Vim9 script is problematicv8.2.2957Bram Moolenaar2021-06-076-5/+70
* patch 8.2.2956: Vim9: need to plan for future additionsv8.2.2956Bram Moolenaar2021-06-063-27/+44
* patch 8.2.2955: Vim9: using filter in compiled command does not workv8.2.2955Bram Moolenaar2021-06-066-5/+63
* patch 8.2.2954: short file name extension for Scala not recognizedv8.2.2954Brennon M2021-06-063-2/+4
* patch 8.2.2953: Vim9: leaking memory when using heredoc scriptv8.2.2953Bram Moolenaar2021-06-062-1/+9
* patch 8.2.2952: recover test fails on big endian systemsv8.2.2952Yegappan Lakshmanan2021-06-063-7/+39
* patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc.v8.2.2951Bram Moolenaar2021-06-067-15/+182
* patch 8.2.2950: sound code not fully testedv8.2.2950Dominique Pelle2021-06-062-3/+38
* patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar2021-06-0612-19/+46
* patch 8.2.2948: substitute() accepts a number but not a float expressionv8.2.2948Bram Moolenaar2021-06-063-2/+17
* patch 8.2.2947: build failure without the channel featurev8.2.2947Bram Moolenaar2021-06-062-0/+4