summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-06-20patch 8.2.1019: mapping <M-S-a> does not work in the GUIv8.2.1019Bram Moolenaar
2020-06-20patch 8.2.1018: typo in enum valuev8.2.1018Bram Moolenaar
2020-06-19patch 8.2.1017: Appveyor output doesn't show MinGW console featuresv8.2.1017Bram Moolenaar
2020-06-19patch 8.2.1016: Vim9: test fails when channel feature is missingv8.2.1016Bram Moolenaar
2020-06-19patch 8.2.1015: popup filter gets key with modifier prependedv8.2.1015Bram Moolenaar
2020-06-19patch 8.2.1014: using "name" for a string result is confusingv8.2.1014Bram Moolenaar
2020-06-19patch 8.2.1013: channel tests can be a bit flakyv8.2.1013Bram Moolenaar
2020-06-19patch 8.2.1012: Vim9: cannot declare single character script variablesv8.2.1012Bram Moolenaar
2020-06-19patch 8.2.1011: Vim9: some code not testedv8.2.1011Bram Moolenaar
2020-06-19patch 8.2.1010: build failure in libvterm with debug enabledv8.2.1010Bram Moolenaar
2020-06-18patch 8.2.1009: Vim9: some failures not checked forv8.2.1009Bram Moolenaar
2020-06-18patch 8.2.1008: Vim9: no test for disassambling newly added instructionsv8.2.1008Bram Moolenaar
2020-06-18patch 8.2.1007: completion doesn't work after ":r ++arg !"v8.2.1007Bram Moolenaar
2020-06-18patch 8.2.1006: Vim9: require unnecessary return statementv8.2.1006Bram Moolenaar
2020-06-18patch 8.2.1005: Vim9: using TRUE/FALSE/MAYBE for ctx_skip is confusingv8.2.1005Bram Moolenaar
2020-06-18patch 8.2.1004: line numbers below filler lines not always updatedv8.2.1004Bram Moolenaar
2020-06-18patch 8.2.1003: Vim9: return type of sort() is too genericv8.2.1003Bram Moolenaar
2020-06-18patch 8.2.1002: test may fail when run directlyv8.2.1002Bram Moolenaar
2020-06-18patch 8.2.1001: Vim9: crash with nested "if" and assignmentv8.2.1001Bram Moolenaar
2020-06-18patch 8.2.1000: get error when leaving Ex mode with :visualv8.2.1000Bram Moolenaar
2020-06-18patch 8.2.0999: moving to next sentence gets stuck on quotev8.2.0999Bram Moolenaar
2020-06-17patch 8.2.0998: not all tag code is testedv8.2.0998Bram Moolenaar
2020-06-17patch 8.2.0997: cannot execute a register containing line continuationv8.2.0997Bram Moolenaar
2020-06-17patch 8.2.0996: using "aucmdwin" in win_gettype() is not idealv8.2.0996Bram Moolenaar
2020-06-17patch 8.2.0995: insufficient testing for the readdir() sort optionv8.2.0995Bram Moolenaar
2020-06-17patch 8.2.0994: Vim9: missing function causes compilation errorv8.2.0994Bram Moolenaar
2020-06-17patch 8.2.0993: Vim9 script test fails with normal featuresv8.2.0993Bram Moolenaar
2020-06-16patch 8.2.0992: Vim9: crash when using :import in the Vim commandv8.2.0992Bram Moolenaar
2020-06-16patch 8.2.0991: cannot get window type for autocmd and preview windowv8.2.0991Bram Moolenaar
2020-06-16patch 8.2.0990: Using duplicate error numberv8.2.0990Bram Moolenaar
2020-06-16patch 8.2.0989: crash after resizing a terminal windowv8.2.0989Bram Moolenaar
2020-06-16patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar
2020-06-16patch 8.2.0987: Vim9: cannot assign to [var; var]v8.2.0987Bram Moolenaar
2020-06-15patch 8.2.0986: MS-Windows: functions test failsv8.2.0986Bram Moolenaar
2020-06-15patch 8.2.0985: simplify() does not remove slashes from "///path"v8.2.0985Bram Moolenaar
2020-06-15patch 8.2.0984: not using previous window when closing a shell popup windowv8.2.0984Bram Moolenaar
2020-06-15patch 8.2.0983: SConstruct file type not recognizedv8.2.0983Bram Moolenaar
2020-06-15patch 8.2.0982: insufficient testing for reading/writing filesv8.2.0982Bram Moolenaar
2020-06-14patch 8.2.0981: Vim9: cannot compile "[var, var] = list"v8.2.0981Bram Moolenaar
2020-06-14patch 8.2.0980: raku file extension not recognizedv8.2.0980Bram Moolenaar
2020-06-14patch 8.2.0979: a couple of screendump tests failv8.2.0979Bram Moolenaar
2020-06-14patch 8.2.0978: leaking memory in termcodes testv8.2.0978Bram Moolenaar
2020-06-14patch 8.2.0977: t_8u is made empty for the wrong terminalsv8.2.0977Bram Moolenaar
2020-06-14patch 8.2.0976: some 'cpoptions' not testedv8.2.0976Bram Moolenaar
2020-06-14patch 8.2.0975: Vim9: script variable does not accept optional s: prefixv8.2.0975Bram Moolenaar
2020-06-13patch 8.2.0974: Vim9: memory leak when script var has wrong typev8.2.0974Bram Moolenaar
2020-06-13patch 8.2.0973: Vim9: type is not checked when assigning to a script variablev8.2.0973Bram Moolenaar
2020-06-13patch 8.2.0972: Vim9 script variable declarations need a typev8.2.0972Bram Moolenaar
2020-06-13patch 8.2.0971: build with tiny features failsv8.2.0971Bram Moolenaar
2020-06-13patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970Bram Moolenaar