summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 9.0.1002: command list test failsv9.0.1002Bram Moolenaar2022-12-042-0/+4
* patch 9.0.1001: classes are not documented or implemented yetv9.0.1001Bram Moolenaar2022-12-0418-106/+907
* patch 9.0.1000: with 'smoothscroll' skipcol may be reset unnecessarilyv9.0.1000Bram Moolenaar2022-12-034-6/+19
* patch 9.0.0999: memory may leakv9.0.0999Bram Moolenaar2022-12-032-0/+4
* patch 9.0.0998: "gk" may reset skipcol when not neededv9.0.0998Bram Moolenaar2022-12-033-9/+44
* patch 9.0.0997: Coverity warns for dead codev9.0.0997Bram Moolenaar2022-12-032-1/+3
* patch 9.0.0996: if 'keyprotocol' is empty "xterm" still uses modifyOtherKeysv9.0.0996Bram Moolenaar2022-12-032-3/+7
* patch 9.0.0995: padding before virtual text is highlightedv9.0.0995Bram Moolenaar2022-12-024-24/+33
* patch 9.0.0994: tests for empty prop type name failv9.0.0994Bram Moolenaar2022-12-022-2/+4
* patch 9.0.0993: display errors when adding or removing text property typev9.0.0993Bram Moolenaar2022-12-0211-18/+126
* patch 9.0.0992: Vim9 script: get E1096 when comment follows returnv9.0.0992mityu2022-12-023-1/+15
* patch 9.0.0991: crash when reading help index with various options setv9.0.0991Bram Moolenaar2022-12-023-7/+29
* patch 9.0.0990: callback name argument is changed by setqflist()v9.0.0990Bram Moolenaar2022-12-029-33/+70
* patch 9.0.0989: popupwin test is more flaky on MacOSv9.0.0989Bram Moolenaar2022-12-022-2/+7
* patch 9.0.0988: using feedkeys() does not show up in a channel logv9.0.0988Bram Moolenaar2022-12-022-54/+61
* patch 9.0.0987: file missing from list of distributed filesv9.0.0987Bram Moolenaar2022-12-022-0/+3
* patch 9.0.0986: build failure with tiny versionv9.0.0986Bram Moolenaar2022-12-022-0/+6
* patch 9.0.0985: when using kitty keyboard protocol function keys may not workv9.0.0985Bram Moolenaar2022-12-024-68/+249
* patch 9.0.0984: GUI: remote_foreground() does not always workv9.0.0984Bram Moolenaar2022-12-012-1/+14
* patch 9.0.0983: stray characters displayed when starting the GUIv9.0.0983Bram Moolenaar2022-12-012-0/+3
* patch 9.0.0982: 'cursorline' not drawn before virtual text belowv9.0.0982Bram Moolenaar2022-12-014-41/+92
* patch 9.0.0981: build error in tiny versionv9.0.0981Bram Moolenaar2022-12-012-0/+4
* patch 9.0.0980: the keyboard state response may end up in a shell commandv9.0.0980Bram Moolenaar2022-12-0112-28/+110
* patch 9.0.0979: ch_log() text can be hard to find in the log filev9.0.0979Bram Moolenaar2022-12-014-2/+10
* patch 9.0.0978: build errors without the +channel featurev9.0.0978Bram Moolenaar2022-11-306-13/+28
* patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar2022-11-3027-257/+341
* patch 9.0.0976: enabling the kitty keyboard protocol uses push/popv9.0.0976Bram Moolenaar2022-11-303-5/+8
* patch 9.0.0975: virtual text below empty line misplaced when 'number' setv9.0.0975Bram Moolenaar2022-11-294-3/+16
* patch 9.0.0974: even when Esc is encoded a timeout is usedv9.0.0974Bram Moolenaar2022-11-294-2/+33
* patch 9.0.0973: Kitty keyboard protocol key with NumLock not decodedv9.0.0973Bram Moolenaar2022-11-293-5/+33
* patch 9.0.0972: build failure on some systemsv9.0.0972Bram Moolenaar2022-11-294-38/+49
* patch 9.0.0971: escape sequences not recognized without termresponse featurev9.0.0971Bram Moolenaar2022-11-292-29/+27
* patch 9.0.0970: Coverity warns for uninitialized variablev9.0.0970Bram Moolenaar2022-11-292-1/+3
* patch 9.0.0969: matchparen highlight is not updated when switching buffersv9.0.0969Bram Moolenaar2022-11-285-3/+46
* patch 9.0.0968: GUI mouse event test is a bit flakyv9.0.0968Bram Moolenaar2022-11-282-3/+20
* patch 9.0.0967: leaking memory from autocmd windowsv9.0.0967Bram Moolenaar2022-11-287-20/+21
* patch 9.0.0966: some compilers don't allow a declaration after a labelv9.0.0966Bram Moolenaar2022-11-282-2/+4
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-2828-254/+445
* patch 9.0.0964: status line not redrawn when 'splitkeep' is "screen"v9.0.0964Luuk van Baal2022-11-284-1/+31
* patch 9.0.0963: function name does not match autocmd event namev9.0.0963zeertzjq2022-11-285-5/+7
* patch 9.0.0962: virtual text below cannot be placed below empty linesv9.0.0962porygonisaduck2022-11-274-5/+53
* patch 9.0.0961: using deletebufline() may jump to another windowv9.0.0961Bram Moolenaar2022-11-273-1/+20