summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1050: using freed memory when assigning to variable twicev9.0.1050Bram Moolenaar2022-12-123-1/+34
* patch 9.0.1049: crash when opening a very small terminal windowv9.0.1049Bram Moolenaar2022-12-122-2/+10
* patch 9.0.1048: with "screenline" in 'culopt' cursorline highlight is wrongv9.0.1048zeertzjq2022-12-126-32/+49
* Update runtime filesBram Moolenaar2022-12-1111-97/+526
* patch 9.0.1047: matchparen is slowv9.0.1047Bram Moolenaar2022-12-112-7/+19
* patch 9.0.1046: class method disassemble test fails on MS-Windowsv9.0.1046Bram Moolenaar2022-12-102-1/+3
* patch 9.0.1045: in a class object members cannot be initializedv9.0.1045Bram Moolenaar2022-12-1013-74/+280
* patch 9.0.1044: setting window height using Python may cause errorsv9.0.1044Bram Moolenaar2022-12-103-0/+24
* patch 9.0.1043: macro has confusing name and is duplicatedv9.0.1043zeertzjq2022-12-102-12/+13
* patch 9.0.1042: ASAN gives false alarm about array access.v9.0.1042Bram Moolenaar2022-12-092-1/+6
* patch 9.0.1041: cannot define a method in a classv9.0.1041Bram Moolenaar2022-12-0917-86/+267
* patch 9.0.1040: test for <Cmd> mapping with CmdlineChanged failsv9.0.1040Bram Moolenaar2022-12-092-3/+8
* patch 9.0.1039: using a <Cmd> mapping CmdlineChanged may be triggered twicev9.0.1039Bram Moolenaar2022-12-095-4/+23
* patch 9.0.1038: function name does not match what it is used forv9.0.1038zeertzjq2022-12-092-11/+12
* patch 9.0.1037: lalloc(0) error for a class without membersv9.0.1037Bram Moolenaar2022-12-082-4/+7
* patch 9.0.1036: undo misbehaves when writing from an insert mode mappingv9.0.1036Bram Moolenaar2022-12-086-4/+56
* patch 9.0.1035: object members are not being marked as usedv9.0.1035Bram Moolenaar2022-12-088-128/+258
* patch 9.0.1034: reporting swap file when windows are splitv9.0.1034Bram Moolenaar2022-12-082-0/+7
* patch 9.0.1033: tiny build fails because of conflicting typedefv9.0.1033Bram Moolenaar2022-12-082-2/+4
* patch 9.0.1032: test fails when terminal feature is missingv9.0.1032Bram Moolenaar2022-12-082-0/+4
* patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar2022-12-0829-74/+1066
* patch 9.0.1030: using freed memory with the cmdline popup menuv9.0.1030Bram Moolenaar2022-12-084-5/+41
* patch 9.0.1029: autoload directory missing from distributionv9.0.1029Bram Moolenaar2022-12-082-0/+3
* patch 9.0.1028: mouse shape test is flaky, especially on Mac OSv9.0.1028Yee Cheng Chin2022-12-082-33/+46
* patch 9.0.1027: LGTM is soon shutting downv9.0.1027Philip H2022-12-073-5/+2
* patch 9.0.1026: type of w_last_topfill is wrongv9.0.1026Bram Moolenaar2022-12-072-2/+4
* patch 9.0.1025: WinScrolled is not triggered when filler lines changev9.0.1025zeertzjq2022-12-075-15/+111
* Update runtime filesBram Moolenaar2022-12-0642-239/+2050
* patch 9.0.1024: CI doesn't use the latest FreeBSD versionv9.0.1024Philip H2022-12-062-2/+4
* patch 9.0.1023: MS-Windows: dynamic loading of libsodium doesn't workv9.0.1023K.Takata2022-12-064-5/+24
* patch 9.0.1022: suspend test fails on Mac OS when suspending Vimv9.0.1022Bram Moolenaar2022-12-062-2/+4
* patch 9.0.1021: test trips over g:namev9.0.1021Bram Moolenaar2022-12-062-0/+3
* patch 9.0.1020: tests call GetSwapFileList() before it is definedv9.0.1020Bram Moolenaar2022-12-062-7/+9
* patch 9.0.1019: 'smoothscroll' and virtual text above don't work togetherv9.0.1019Bram Moolenaar2022-12-0621-40/+229
* patch 9.0.1018: suspend test still fails on Mac OSv9.0.1018Bram Moolenaar2022-12-062-6/+8
* patch 9.0.1017: test for srand() fails on MS-Windowsv9.0.1017Bram Moolenaar2022-12-062-12/+4
* patch 9.0.1016: screenpos() does not count filler lines for diff modev9.0.1016Bram Moolenaar2022-12-053-0/+24
* patch 9.0.1015: without /dev/urandom srand() seed is too predictablev9.0.1015Yasuhiro Matsumoto2022-12-053-2/+46
* patch 9.0.1014: zir files are not recognizedv9.0.1014Bram Moolenaar2022-12-053-1/+5
* patch 9.0.1013: suspend test often fails on Mac OSv9.0.1013Bram Moolenaar2022-12-052-8/+10
* patch 9.0.1012: tests may get stuck in buffer with swap filev9.0.1012Bram Moolenaar2022-12-052-1/+10
* patch 9.0.1011: ml_get error when using screenpos()v9.0.1011Bram Moolenaar2022-12-053-0/+10
* patch 9.0.1010: stray warnings for existing swap filesv9.0.1010Bram Moolenaar2022-12-053-1/+12
* patch 9.0.1009: test for catch after interrupt is flaky on MS-Windowsv9.0.1009Bram Moolenaar2022-12-052-0/+5
* patch 9.0.1008: test for swapfilelist() fails on MS-Windowsv9.0.1008Bram Moolenaar2022-12-053-3/+10
* patch 9.0.1007: there is no way to get a list of swap file namesv9.0.1007Bram Moolenaar2022-12-0514-71/+104
* patch 9.0.1006: suspend test still sometimes fails on MacOSv9.0.1006Bram Moolenaar2022-12-042-0/+10
* patch 9.0.1005: a failed test may leave a swap file behindv9.0.1005Bram Moolenaar2022-12-047-1/+57
* patch 9.0.1004: suspend test sometimes fails on MacOSv9.0.1004Bram Moolenaar2022-12-042-0/+7
* patch 9.0.1003: tiny build failsv9.0.1003Bram Moolenaar2022-12-042-2/+2