summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1008: Vim9: no test for disassambling newly added instructionsv8.2.1008Bram Moolenaar2020-06-182-0/+38
* patch 8.2.1007: completion doesn't work after ":r ++arg !"v8.2.1007Bram Moolenaar2020-06-183-0/+26
* patch 8.2.1006: Vim9: require unnecessary return statementv8.2.1006Bram Moolenaar2020-06-184-31/+128
* patch 8.2.1005: Vim9: using TRUE/FALSE/MAYBE for ctx_skip is confusingv8.2.1005Bram Moolenaar2020-06-182-28/+38
* patch 8.2.1004: line numbers below filler lines not always updatedv8.2.1004Bram Moolenaar2020-06-186-3/+90
* patch 8.2.1003: Vim9: return type of sort() is too genericv8.2.1003Bram Moolenaar2020-06-183-1/+16
* patch 8.2.1002: test may fail when run directlyv8.2.1002Bram Moolenaar2020-06-182-4/+8
* patch 8.2.1001: Vim9: crash with nested "if" and assignmentv8.2.1001Bram Moolenaar2020-06-183-38/+71
* patch 8.2.1000: get error when leaving Ex mode with :visualv8.2.1000Bram Moolenaar2020-06-183-1/+15
* patch 8.2.0999: moving to next sentence gets stuck on quotev8.2.0999Bram Moolenaar2020-06-183-0/+28
* patch 8.2.0998: not all tag code is testedv8.2.0998Bram Moolenaar2020-06-172-0/+71
* patch 8.2.0997: cannot execute a register containing line continuationv8.2.0997Bram Moolenaar2020-06-174-1/+169
* patch 8.2.0996: using "aucmdwin" in win_gettype() is not idealv8.2.0996Bram Moolenaar2020-06-174-3/+5
* patch 8.2.0995: insufficient testing for the readdir() sort optionv8.2.0995Bram Moolenaar2020-06-172-0/+21
* patch 8.2.0994: Vim9: missing function causes compilation errorv8.2.0994Bram Moolenaar2020-06-172-6/+14
* patch 8.2.0993: Vim9 script test fails with normal featuresv8.2.0993Bram Moolenaar2020-06-172-8/+9
* patch 8.2.0992: Vim9: crash when using :import in the Vim commandv8.2.0992Bram Moolenaar2020-06-164-12/+44
* patch 8.2.0991: cannot get window type for autocmd and preview windowv8.2.0991Bram Moolenaar2020-06-165-3/+36
* patch 8.2.0990: Using duplicate error numberv8.2.0990Bram Moolenaar2020-06-163-2/+4
* patch 8.2.0989: crash after resizing a terminal windowv8.2.0989Bram Moolenaar2020-06-163-0/+19
* patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar2020-06-1617-32/+272
* patch 8.2.0987: Vim9: cannot assign to [var; var]v8.2.0987Bram Moolenaar2020-06-168-17/+161
* patch 8.2.0986: MS-Windows: functions test failsv8.2.0986Bram Moolenaar2020-06-152-2/+6
* patch 8.2.0985: simplify() does not remove slashes from "///path"v8.2.0985Bram Moolenaar2020-06-153-1/+17
* patch 8.2.0984: not using previous window when closing a shell popup windowv8.2.0984Bram Moolenaar2020-06-153-5/+35
* patch 8.2.0983: SConstruct file type not recognizedv8.2.0983Bram Moolenaar2020-06-153-2/+5
* patch 8.2.0982: insufficient testing for reading/writing filesv8.2.0982Bram Moolenaar2020-06-159-3/+196
* patch 8.2.0981: Vim9: cannot compile "[var, var] = list"v8.2.0981Bram Moolenaar2020-06-148-547/+730
* patch 8.2.0980: raku file extension not recognizedv8.2.0980Bram Moolenaar2020-06-143-1/+4
* Update runtime filesBram Moolenaar2020-06-1425-229/+626
* patch 8.2.0979: a couple of screendump tests failv8.2.0979Bram Moolenaar2020-06-142-1/+4
* patch 8.2.0978: leaking memory in termcodes testv8.2.0978Bram Moolenaar2020-06-142-1/+3
* patch 8.2.0977: t_8u is made empty for the wrong terminalsv8.2.0977Bram Moolenaar2020-06-143-2/+10
* patch 8.2.0976: some 'cpoptions' not testedv8.2.0976Bram Moolenaar2020-06-145-81/+301
* patch 8.2.0975: Vim9: script variable does not accept optional s: prefixv8.2.0975Bram Moolenaar2020-06-143-3/+27
* patch 8.2.0974: Vim9: memory leak when script var has wrong typev8.2.0974Bram Moolenaar2020-06-132-0/+5
* patch 8.2.0973: Vim9: type is not checked when assigning to a script variablev8.2.0973Bram Moolenaar2020-06-137-8/+51
* patch 8.2.0972: Vim9 script variable declarations need a typev8.2.0972Bram Moolenaar2020-06-137-5/+92
* patch 8.2.0971: build with tiny features failsv8.2.0971Bram Moolenaar2020-06-132-1/+9
* patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970Bram Moolenaar2020-06-1311-5/+172
* patch 8.2.0969: assert_equal() output for dicts is hard to figure outv8.2.0969Bram Moolenaar2020-06-133-2/+99
* patch 8.2.0968: no proper testing of the 'cpoptions' flagsv8.2.0968Bram Moolenaar2020-06-135-110/+631
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-1231-64/+66
* patch 8.2.0966: 'shortmess' flag "n" not used in two placesv8.2.0966Bram Moolenaar2020-06-127-5/+15
* patch 8.2.0965: has_funcundefined() is not usedv8.2.0965Bram Moolenaar2020-06-123-10/+2
* patch 8.2.0964: TextYankPost does not provide info about Visual selectionv8.2.0964Bram Moolenaar2020-06-124-5/+15
* patch 8.2.0963: number increment/decrement does not work with 'virtualedit'v8.2.0963Bram Moolenaar2020-06-125-4/+49
* patch 8.2.0962: terminal test sometimes hangs on Travisv8.2.0962Bram Moolenaar2020-06-122-0/+10
* patch 8.2.0961: MS-Windows: no completion for localesv8.2.0961Bram Moolenaar2020-06-124-47/+98
* patch 8.2.0960: cannot use :import in legacy Vim scriptv8.2.0960Bram Moolenaar2020-06-115-25/+91