summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-12-09patch 9.0.1039: using a <Cmd> mapping CmdlineChanged may be triggered twicev9.0.1039Bram Moolenaar
2022-12-09patch 9.0.1038: function name does not match what it is used forv9.0.1038zeertzjq
2022-12-08patch 9.0.1037: lalloc(0) error for a class without membersv9.0.1037Bram Moolenaar
2022-12-08patch 9.0.1036: undo misbehaves when writing from an insert mode mappingv9.0.1036Bram Moolenaar
2022-12-08patch 9.0.1035: object members are not being marked as usedv9.0.1035Bram Moolenaar
2022-12-08patch 9.0.1034: reporting swap file when windows are splitv9.0.1034Bram Moolenaar
2022-12-08patch 9.0.1033: tiny build fails because of conflicting typedefv9.0.1033Bram Moolenaar
2022-12-08patch 9.0.1032: test fails when terminal feature is missingv9.0.1032Bram Moolenaar
2022-12-08patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar
2022-12-08patch 9.0.1030: using freed memory with the cmdline popup menuv9.0.1030Bram Moolenaar
2022-12-08patch 9.0.1029: autoload directory missing from distributionv9.0.1029Bram Moolenaar
2022-12-08patch 9.0.1028: mouse shape test is flaky, especially on Mac OSv9.0.1028Yee Cheng Chin
2022-12-07patch 9.0.1027: LGTM is soon shutting downv9.0.1027Philip H
2022-12-07patch 9.0.1026: type of w_last_topfill is wrongv9.0.1026Bram Moolenaar
2022-12-07patch 9.0.1025: WinScrolled is not triggered when filler lines changev9.0.1025zeertzjq
2022-12-06Update runtime filesBram Moolenaar
2022-12-06patch 9.0.1024: CI doesn't use the latest FreeBSD versionv9.0.1024Philip H
2022-12-06patch 9.0.1023: MS-Windows: dynamic loading of libsodium doesn't workv9.0.1023K.Takata
2022-12-06patch 9.0.1022: suspend test fails on Mac OS when suspending Vimv9.0.1022Bram Moolenaar
2022-12-06patch 9.0.1021: test trips over g:namev9.0.1021Bram Moolenaar
2022-12-06patch 9.0.1020: tests call GetSwapFileList() before it is definedv9.0.1020Bram Moolenaar
2022-12-06patch 9.0.1019: 'smoothscroll' and virtual text above don't work togetherv9.0.1019Bram Moolenaar
2022-12-06patch 9.0.1018: suspend test still fails on Mac OSv9.0.1018Bram Moolenaar
2022-12-06patch 9.0.1017: test for srand() fails on MS-Windowsv9.0.1017Bram Moolenaar
2022-12-05patch 9.0.1016: screenpos() does not count filler lines for diff modev9.0.1016Bram Moolenaar
2022-12-05patch 9.0.1015: without /dev/urandom srand() seed is too predictablev9.0.1015Yasuhiro Matsumoto
2022-12-05patch 9.0.1014: zir files are not recognizedv9.0.1014Bram Moolenaar
2022-12-05patch 9.0.1013: suspend test often fails on Mac OSv9.0.1013Bram Moolenaar
2022-12-05patch 9.0.1012: tests may get stuck in buffer with swap filev9.0.1012Bram Moolenaar
2022-12-05patch 9.0.1011: ml_get error when using screenpos()v9.0.1011Bram Moolenaar
2022-12-05patch 9.0.1010: stray warnings for existing swap filesv9.0.1010Bram Moolenaar
2022-12-05patch 9.0.1009: test for catch after interrupt is flaky on MS-Windowsv9.0.1009Bram Moolenaar
2022-12-05patch 9.0.1008: test for swapfilelist() fails on MS-Windowsv9.0.1008Bram Moolenaar
2022-12-05patch 9.0.1007: there is no way to get a list of swap file namesv9.0.1007Bram Moolenaar
2022-12-04patch 9.0.1006: suspend test still sometimes fails on MacOSv9.0.1006Bram Moolenaar
2022-12-04patch 9.0.1005: a failed test may leave a swap file behindv9.0.1005Bram Moolenaar
2022-12-04patch 9.0.1004: suspend test sometimes fails on MacOSv9.0.1004Bram Moolenaar
2022-12-04patch 9.0.1003: tiny build failsv9.0.1003Bram Moolenaar
2022-12-04patch 9.0.1002: command list test failsv9.0.1002Bram Moolenaar
2022-12-04patch 9.0.1001: classes are not documented or implemented yetv9.0.1001Bram Moolenaar
2022-12-03patch 9.0.1000: with 'smoothscroll' skipcol may be reset unnecessarilyv9.0.1000Bram Moolenaar
2022-12-03patch 9.0.0999: memory may leakv9.0.0999Bram Moolenaar
2022-12-03patch 9.0.0998: "gk" may reset skipcol when not neededv9.0.0998Bram Moolenaar
2022-12-03patch 9.0.0997: Coverity warns for dead codev9.0.0997Bram Moolenaar
2022-12-03patch 9.0.0996: if 'keyprotocol' is empty "xterm" still uses modifyOtherKeysv9.0.0996Bram Moolenaar
2022-12-02patch 9.0.0995: padding before virtual text is highlightedv9.0.0995Bram Moolenaar
2022-12-02patch 9.0.0994: tests for empty prop type name failv9.0.0994Bram Moolenaar
2022-12-02patch 9.0.0993: display errors when adding or removing text property typev9.0.0993Bram Moolenaar
2022-12-02patch 9.0.0992: Vim9 script: get E1096 when comment follows returnv9.0.0992mityu
2022-12-02patch 9.0.0991: crash when reading help index with various options setv9.0.0991Bram Moolenaar