Commit Graph

  • 518df27ebe patch 8.2.2953: Vim9: leaking memory when using heredoc script Bram Moolenaar 2021-06-06 17:34:13 +02:00
  • 99285550a9 patch 8.2.2952: recover test fails on big endian systems Yegappan Lakshmanan 2021-06-06 17:12:46 +02:00
  • 2067733b5c patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc. Bram Moolenaar 2021-06-06 17:02:53 +02:00
  • c64ed2b714 patch 8.2.2950: sound code not fully tested Dominique Pelle 2021-06-06 15:07:09 +02:00
  • 3cfa5b16b0 patch 8.2.2949: tests failing because no error for float to string conversion Bram Moolenaar 2021-06-06 14:14:39 +02:00
  • 7a2217bedd patch 8.2.2948: substitute() accepts a number but not a float expression Bram Moolenaar 2021-06-06 12:33:49 +02:00
  • f5bfa8faa7 patch 8.2.2947: build failure without the channel feature Bram Moolenaar 2021-06-06 12:07:54 +02:00
  • 2752360646 patch 8.2.2946: Vim9: substitute expression cannot be a List Bram Moolenaar 2021-06-05 21:36:19 +02:00
  • 59b262362f patch 8.2.2945: some buffer related code is not tested Yegappan Lakshmanan 2021-06-05 20:59:22 +02:00
  • 1328bde9d4 patch 8.2.2944: Vim9: no error when using job or channel as a string Bram Moolenaar 2021-06-05 20:51:38 +02:00
  • c6d71532dd patch 8.2.2943: Vim9: check for argument count ignores default values Bram Moolenaar 2021-06-05 18:49:38 +02:00
  • 8da6d6db34 patch 8.2.2942: Vim9: error when calling function with too few arguments Bram Moolenaar 2021-06-05 18:15:09 +02:00
  • b288ba9f1d patch 8.2.2941: Vim9: using does not handle a list of strings Bram Moolenaar 2021-06-05 17:10:55 +02:00
  • 4f2417ffee patch 8.2.2940: MS-Windows: cannot see the size when resizing K.Takata 2021-06-05 16:25:32 +02:00
  • 84e9ade826 patch 8.2.2939: GTK: righthand scrollbar does not show with split window Bram Moolenaar 2021-06-05 16:07:37 +02:00
  • 21492743e8 patch 8.2.2938: after using motion force from feedkeys() it sticks Bram Moolenaar 2021-06-04 21:57:57 +02:00
  • 56cddb3879 patch 8.2.2937: popup test fails if rightleft feature not enabled Dominique Pelle 2021-06-04 21:09:55 +02:00
  • 5fa9b24440 patch 8.2.2936: Vim9: converting number to bool uses wrong stack offset Bram Moolenaar 2021-06-04 21:00:32 +02:00
  • 6c4c404c58 patch 8.2.2935: calculating register width is not always needed Bram Moolenaar 2021-06-04 19:17:07 +02:00
  • 24951a67c2 patch 8.2.2934: ASAN error when using text from the clipboard Bram Moolenaar 2021-06-04 18:33:49 +02:00
  • 6e0b553fa1 patch 8.2.2933: when 'clipboard' is "unnamed" zp does not work correctly Bram Moolenaar 2021-06-04 17:11:47 +02:00
  • 4f3c57f798 patch 8.2.2932: select mode test fails Bram Moolenaar 2021-06-03 22:11:08 +02:00
  • 5072b47a22 patch 8.2.2931: Vim9: line continuation comment uses legacy syntax Bram Moolenaar 2021-06-03 21:56:10 +02:00
  • 85eee5b969 patch 8.2.2930: when a popup is visible a mouse move my restart Visual mode Bram Moolenaar 2021-06-03 20:34:57 +02:00
  • 0a808598e4 patch 8.2.2929: accidentally enable tcl by default Bram Moolenaar 2021-06-02 19:22:45 +02:00
  • 01c798c31a patch 8.2.2928: the evalfunc.c file is too big Yegappan Lakshmanan 2021-06-02 17:07:18 +02:00
  • a83d06026d patch 8.2.2927: test commented out because it fails with ASAN Bram Moolenaar 2021-06-02 16:49:32 +02:00
  • c3cb1c92a3 patch 8.2.2926: Vim9: no good error for using :legacy in a :def function Bram Moolenaar 2021-06-02 16:47:53 +02:00
  • 0f37e3561d patch 8.2.2925: Vim9: line continuation comment uses legacy syntax Bram Moolenaar 2021-06-02 15:28:15 +02:00
  • a2e468fcac patch 8.2.2924: superfluous extern declaration K.Takata 2021-06-02 15:08:50 +02:00
  • eecf2b35a1 patch 8.2.2923: EBCDIC build is broken K.Takata 2021-06-02 14:56:39 +02:00
  • eeec254878 patch 8.2.2922: computing array length is done in various ways K.Takata 2021-06-02 13:28:16 +02:00
  • b54abeeafb patch 8.2.2921: E704 for script local variable is not backwards compatible Bram Moolenaar 2021-06-02 11:49:23 +02:00
  • 3d4ef0cb5e Merge remote-tracking branch 'vim/master' ichizok 2021-06-02 11:53:57 +09:00
  • 6f1d2aa437 patch 8.2.2920: still a way to shadow a builtin function Bram Moolenaar 2021-06-01 21:21:55 +02:00
  • 6a43b37b76 patch 8.2.2919: using ":!command" does not work if it uses posix_spawn() Bram Moolenaar 2021-06-01 20:48:40 +02:00
  • 3d9c4eefe6 patch 8.2.2918: builtin function can be shadowed by global variable Bram Moolenaar 2021-05-31 22:15:26 +02:00
  • bb162367ac patch 8.2.2917: spellfile functionality not fully tested Dominique Pelle 2021-05-31 20:04:07 +02:00
  • 2ac7184d34 patch 8.2.2916: operators are not fully tested Yegappan Lakshmanan 2021-05-31 19:23:01 +02:00
  • ef8706fb84 patch 8.2.2915: MS-Windows: when using "default" for encoding utf-8 is used K.Takata 2021-05-31 18:40:49 +02:00
  • 2fa9384ca1 patch 8.2.2914: cannot paste a block without adding padding Christian Brabandt 2021-05-30 22:17:25 +02:00
  • d2ea7cf10a Update runtime files Bram Moolenaar 2021-05-30 20:54:13 +02:00
  • 6ef5ab5904 patch 8.2.2913: MS-Windows conpty supports using mouse events Wez Furlong 2021-05-30 19:29:41 +02:00
  • f883d9027c patch 8.2.2912: MS-Windows: most users expect using Unicode K.Takata 2021-05-30 18:04:19 +02:00
  • e71c0ebe2c patch 8.2.2911: pattern "\%V" does not match all of block selection Bram Moolenaar 2021-05-30 16:43:11 +02:00
  • 0b49648486 patch 8.2.2910: test for cmdline window and terminal fails on MS-Windows Bram Moolenaar 2021-05-30 14:21:57 +02:00
  • e0a7658bc8 patch 8.2.2909: build error with non-Unix system Bram Moolenaar 2021-05-30 14:02:05 +02:00
  • e5b4486c42 patch 8.2.2908: crash when using a terminal popup window from cmdline window Bram Moolenaar 2021-05-30 13:54:03 +02:00
  • cfbdbf77ae Merge remote-tracking branch 'vim/master' ichizok 2021-05-30 19:55:29 +09:00
  • 28cf44f761 patch 8.2.2907: memory leak when running out of memory Dominique Pelle 2021-05-29 22:34:19 +02:00
  • a5787c3742 patch 8.2.2906: ASAN reports errors for test_startup Bram Moolenaar 2021-05-29 22:25:17 +02:00
  • 1d3a14ecf0 patch 8.2.2905: no error when defaults.vim cannot be loaded Christian Brabandt 2021-05-29 19:53:50 +02:00
  • 74ede80aeb patch 8.2.2904: "g$" causes scroll if half a double width char is visible Bram Moolenaar 2021-05-29 19:18:01 +02:00
  • a06e345af5 patch 8.2.2903: cursor position wrong on wrapped line with 'signcolumn' Bram Moolenaar 2021-05-29 17:56:37 +02:00
  • 5a6cfb3ff2 patch 8.2.2902: spellfile functionality not fully tested Dominique Pelle 2021-05-29 17:29:33 +02:00
  • 3e72dcad8b patch 8.2.2901: some operators not fully tested Bram Moolenaar 2021-05-29 16:30:12 +02:00
  • 1174b018a6 patch 8.2.2900: QuitPre is triggered before :wq writes the file Bram Moolenaar 2021-05-29 14:30:43 +02:00
  • f89be8de14 patch 8.2.2899: Appveyor script does not detect nmake failure K.Takata 2021-05-29 12:42:47 +02:00
  • 3552e74289 patch 8.2.2898: QuitPre and ExitPre not triggered when GUI window is closed Bram Moolenaar 2021-05-29 12:21:58 +02:00
  • d0edaf9dc2 patch 8.2.2897: Vim9: can use reserved words at the script level Bram Moolenaar 2021-05-28 21:06:08 +02:00
  • dc3275a1ac patch 8.2.2896: spellfile functionality not fully tested Dominique Pelle 2021-05-28 18:32:12 +02:00
  • 4ac198c61c patch 8.2.2895: Vim9: random characters appear in some error messages mityu 2021-05-28 17:52:40 +02:00
  • 2c4a1d0a61 patch 8.2.2894: MS-Windows: using enc_locale() for strftime() might not work K.Takata 2021-05-28 15:49:34 +02:00
  • bc869874fe patch 8.2.2893: multi-byte text in popup title shows up wrong Ralf Schandl 2021-05-28 14:12:14 +02:00
  • 89dcb4dce3 patch 8.2.2892: error message contains random characters mityu 2021-05-28 13:50:17 +02:00
  • 543467136f patch 8.2.2891: cannot build with Perl 5.34 ichizok 2021-05-27 18:05:14 +02:00
  • 840f91f110 patch 8.2.2890: text property duplicated when data block splits Bram Moolenaar 2021-05-26 22:32:10 +02:00
  • c512599b22 patch 8.2.2889: typo and verbose comment in Makefiles K.Takata 2021-05-26 21:49:18 +02:00
  • 7d840e9ac7 patch 8.2.2888: Vim9: "k" command recognized in Vim9 script Bram Moolenaar 2021-05-26 21:10:11 +02:00
  • 4c8e8c6e19 patch 8.2.2887: crash when passing null string to fullcommand() Bram Moolenaar 2021-05-26 19:49:09 +02:00
  • 34fcb69724 patch 8.2.2886: various pieces of code not covered by tests Yegappan Lakshmanan 2021-05-25 20:14:00 +02:00
  • 586b8e5b48 Merge remote-tracking branch 'vim/master' ichizok 2021-05-25 14:25:12 +09:00
  • 872bee557e patch 8.2.2885: searching for \%'> does not match linewise end of line Bram Moolenaar 2021-05-24 22:56:15 +02:00
  • 1e469c72ee patch 8.2.2884: not enough cscope code is covered by tests Dominique Pelle 2021-05-24 19:37:26 +02:00
  • e97c7c962c patch 8.2.2883: MS-Windows manifest file name is misleading matveyt 2021-05-24 18:48:27 +02:00
  • 15bbb8f4f3 patch 8.2.2882: Vim9: memory leak when lambda has an error Bram Moolenaar 2021-05-24 15:45:29 +02:00
  • 611728f806 patch 8.2.2881: various pieces of code not covered by tests Yegappan Lakshmanan 2021-05-24 15:15:47 +02:00
  • ad5c178a19 patch 8.2.2880: unified diff fails if actually used glacambre 2021-05-24 14:20:53 +02:00
  • f5409dbf66 patch 8.2.2879: file extension .hsig not recognized Marcin Szamotulski 2021-05-23 11:18:50 +02:00
  • b777da9be8 patch 8.2.2878: Vim9: for loop list unpack only allows for one "_" Bram Moolenaar 2021-05-22 21:40:39 +02:00
  • 1e615669c0 patch 8.2.2877: insufficient tests for popup menu rightleft Yegappan Lakshmanan 2021-05-22 17:12:46 +02:00
  • 23c0192166 patch 8.2.2876: configure cannot detect Python 3.10 Bram Moolenaar 2021-05-21 11:43:58 +02:00
  • 5cf94577cf patch 8.2.2875: cancelling inputlist() after a digit does not return zero =?UTF-8?q?Luka=20Marku=C5=A1i=C4=87?= 2021-05-20 21:14:20 +02:00
  • 4eb1914e1b patch 8.2.2874: MS-Windows: screen redraws too often matveyt 2021-05-20 11:54:10 +02:00
  • 46aa6f93ac patch 8.2.2873: not enough tests for writing buffers Yegappan Lakshmanan 2021-05-19 17:15:04 +02:00
  • feb3aed9fa Workaround: Skip Test_writedelay on GUI test ichizok 2021-05-19 15:11:20 +09:00
  • 18ebdc933c Merge remote-tracking branch 'vim/master' ichizok 2021-05-19 15:10:17 +09:00
  • 56c9fd0107 patch 8.2.2872: Python tests fail without the channel feature Dominique Pelle 2021-05-19 00:16:14 +02:00
  • 4781d6fd86 patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented code Dominique Pelle 2021-05-18 21:46:31 +02:00
  • 796139ae3a patch 8.2.2870: CmdlineChange event triggered twice for CTRL-R Bram Moolenaar 2021-05-18 21:38:45 +02:00
  • 485b627100 patch 8.2.2869: using unified diff is not tested Bram Moolenaar 2021-05-18 19:19:03 +02:00
  • cbe178e3dc patch 8.2.2868: Vim9: when executing compiled expression trylevel is changed Bram Moolenaar 2021-05-18 17:49:59 +02:00
  • 082a3bf961 patch 8.2.2867: build failure Bram Moolenaar 2021-05-18 15:32:11 +02:00
  • ecb664501d patch 8.2.2866: Vim9: memory leak when using inline function Bram Moolenaar 2021-05-18 15:09:18 +02:00
  • d87c21a918 patch 8.2.2865: skipping over function body fails Bram Moolenaar 2021-05-18 13:40:33 +02:00
  • 074f84c01f patch 8.2.2864: Vim9: crash when using inline function Bram Moolenaar 2021-05-18 11:47:44 +02:00
  • 965c04486c patch 8.2.2863: removing a text property does not redraw optimally Bram Moolenaar 2021-05-17 00:22:06 +02:00
  • fc643e6016 patch 8.2.2862: removing a text property causes the whole window to be redawn Bram Moolenaar 2021-05-17 00:15:18 +02:00
  • 3b1373b193 patch 8.2.2861: Vim9: "legacy return" is not recognized as a return statement Bram Moolenaar 2021-05-17 00:01:42 +02:00
  • 1764faa386 patch 8.2.2860: adding a text property causes the whole window to be redawn Bram Moolenaar 2021-05-16 20:18:57 +02:00