1. b0375d4 patch 9.0.0010: returning 0 for has('patch-9.0.0') is inconsistent by Bram Moolenaar · 3 years, 1 month ago
  2. e3a529b patch 8.2.5058: input() does not handle composing characters properly by zeertzjq · 3 years, 2 months ago
  3. 0f7a3e1 patch 8.2.5019: cannot get the first screen column of a character by LemonBoy · 3 years, 2 months ago
  4. b0855f5 patch 8.2.4983: colors test fails in the GUI by Bram Moolenaar · 3 years, 3 months ago
  5. b2b3acb patch 8.2.4982: colors in terminal window are not 100% correct by LemonBoy · 3 years, 3 months ago
  6. 40fd7e6 patch 8.2.4875: MS-Windows: some .exe files are not recognized by LemonBoy · 3 years, 3 months ago
  7. 05cf63e patch 8.2.4860: MS-Windows: always uses current directory for executables by Yasuhiro Matsumoto · 3 years, 3 months ago
  8. db08887 patch 8.2.4858: K_SPECIAL may be escaped twice by zeertzjq · 3 years, 3 months ago
  9. dca1d40 patch 8.2.4838: checking for absolute path is not trivial by LemonBoy · 3 years, 3 months ago
  10. 4787003 patch 8.2.4696: delete() with "rf" argument does not report a failure by zeertzjq · 3 years, 4 months ago
  11. a3157a4 patch 8.2.4671: 'wildignorecase' is sometimes not used for glob() by LemonBoy · 3 years, 4 months ago
  12. 10792fe patch 8.2.4568: getmousepos() does not compute the column below the last line by Sean Dewar · 3 years, 5 months ago
  13. 533870a patch 8.2.4559: getmousepos() returns the screen column by Bram Moolenaar · 3 years, 5 months ago
  14. 986b0fd patch 8.2.4555: getmousepos() returns the wrong column by Bram Moolenaar · 3 years, 5 months ago
  15. ad6c45f patch 8.2.4427: getchar() may return modifiers if no character is available by zeertzjq · 3 years, 6 months ago
  16. 62b191c patch 8.2.4361: Vim9: some tests fail by Bram Moolenaar · 3 years, 6 months ago
  17. 62aec93 patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent by Bram Moolenaar · 3 years, 6 months ago
  18. b3d8398 patch 8.2.4234: test_garbagecollect_now() does not check v:testing by Bram Moolenaar · 3 years, 6 months ago
  19. 1450112 patch 8.2.4212: window title test still fails in some configurations by Bram Moolenaar · 3 years, 7 months ago
  20. 3a8ad59 patch 8.2.4211: window title test still fails in some configurations by Bram Moolenaar · 3 years, 7 months ago
  21. a6c09a7 patch 8.2.4210: window title test fails in some configurations by Bram Moolenaar · 3 years, 7 months ago
  22. dff97e6 patch 8.2.4208: using setbufvar() may change the window title by Bram Moolenaar · 3 years, 7 months ago
  23. 86b3ab4 patch 8.2.3854: Vim9: inconsistent arguments for test functions by Bram Moolenaar · 3 years, 8 months ago
  24. 4f16e9d patch 8.2.3786: test fails because of using Vim9 syntax in legacy function by Bram Moolenaar · 3 years, 8 months ago
  25. 2ef9156 patch 8.2.3783: confusing error for using a variable as a function by Bram Moolenaar · 3 years, 8 months ago
  26. c4ec338 patch 8.2.3766: converting a funcref to a string leaves out "g:" by Bram Moolenaar · 3 years, 8 months ago
  27. 75c30e9 patch 8.2.3537: mode() does not return the right value in 'operatorfunc' by naohiro ono · 3 years, 10 months ago
  28. f08b0eb patch 8.2.3518: Test_xrestore sometimes fails by Bram Moolenaar · 3 years, 10 months ago
  29. cc8cd44 patch 8.2.3466: completion submode not indicated for virtual replace by zeertzjq · 3 years, 10 months ago
  30. 72406a4 patch 8.2.3461: cannot distinguish Normal and Terminal-Normal mode by Bram Moolenaar · 3 years, 10 months ago
  31. d176ca3 patch 8.2.3421: a bit of code is not covered by tests by Dominique Pelle · 4 years ago
  32. bf634a0 patch 8.2.3256: executable test may fail on new Ubuntu system by Bram Moolenaar · 4 years ago
  33. eaf3f36 patch 8.2.3236: mode() does not indicate using CTRL-O in Select mode by zeertzjq · 4 years ago
  34. 4490ec4 patch 8.2.3229: Vim9: runtime and compile time type checks are not the same by Yegappan Lakshmanan · 4 years ago
  35. 1840a7b patch 8.2.3158: strange error message when using islocked() with a number by Bram Moolenaar · 4 years, 1 month ago
  36. a26f56f patch 8.2.3084: Vim9: builtin function argument types are not checked by Yegappan Lakshmanan · 4 years, 1 month ago
  37. 72463f8 patch 8.2.3083: crash when passing null string to charclass() by Christian Brabandt · 4 years, 1 month ago
  38. 054794c patch 8.2.3061: testing the shell option is incomplete and spread out by Yegappan Lakshmanan · 4 years, 1 month ago
  39. 61a417b patch 8.2.3007: Vim9: test for void value fails by Bram Moolenaar · 4 years, 2 months ago
  40. 22db0d5 patch 8.2.2977: crash when using a null function reference by Bram Moolenaar · 4 years, 2 months ago
  41. 3a7503c patch 8.2.2957: using getchar() in Vim9 script is problematic by Bram Moolenaar · 4 years, 2 months ago
  42. 3cfa5b1 patch 8.2.2949: tests failing because no error for float to string conversion by Bram Moolenaar · 4 years, 2 months ago
  43. b54abee patch 8.2.2921: E704 for script local variable is not backwards compatible by Bram Moolenaar · 4 years, 2 months ago
  44. 6f1d2aa patch 8.2.2920: still a way to shadow a builtin function by Bram Moolenaar · 4 years, 2 months ago
  45. 3d9c4ee patch 8.2.2918: builtin function can be shadowed by global variable by Bram Moolenaar · 4 years, 2 months ago
  46. 34fcb69 patch 8.2.2886: various pieces of code not covered by tests by Yegappan Lakshmanan · 4 years, 3 months ago
  47. 611728f patch 8.2.2881: various pieces of code not covered by tests by Yegappan Lakshmanan · 4 years, 3 months ago
  48. 5cf9457 patch 8.2.2875: cancelling inputlist() after a digit does not return zero by =?UTF-8?q?Luka=20Marku=C5=A1i=C4=87?= · 4 years, 3 months ago
  49. 46aa6f9 patch 8.2.2873: not enough tests for writing buffers by Yegappan Lakshmanan · 4 years, 3 months ago
  50. fe8ebdb patch 8.2.2848: crash whn calling partial by Dominique Pelle · 4 years, 3 months ago
  51. 6d37e8e patch 8.2.2837: various code lines not covered by tests by Dominique Pelle · 4 years, 3 months ago
  52. b47bed2 patch 8.2.2764: memory leak when default function argument is allocated by Bram Moolenaar · 4 years, 4 months ago
  53. 1f448d9 patch 8.2.2643: various code not covered by tests by Bram Moolenaar · 4 years, 5 months ago
  54. f4fcedc patch 8.2.2608: character input not fully tested by Bram Moolenaar · 4 years, 5 months ago
  55. ab65fc7 patch 8.2.2466: max() and min() can give many error messages by Bram Moolenaar · 4 years, 6 months ago
  56. a387083 patch 8.2.2259: Test_Executable() fails when using chroot by Bram Moolenaar · 4 years, 7 months ago
  57. 17793ef patch 8.2.2233: cannot convert a byte index into a character index by Bram Moolenaar · 4 years, 7 months ago
  58. 67322bf patch 8.2.2100: insufficient testing for function range and dict by Bram Moolenaar · 4 years, 8 months ago
  59. f8ca03b patch 8.2.2065: using map() and filter() on a range() is inefficient by Bram Moolenaar · 4 years, 8 months ago
  60. f637bce patch 8.2.2035: MS-Windows: some tests may fail by Bram Moolenaar · 4 years, 9 months ago
  61. aab9fad patch 8.2.1832: readdirex() error is displayed as a message by Bram Moolenaar · 4 years, 10 months ago
  62. 50c4e9e patch 8.2.1804: resolve('/') returns an empty string by Bram Moolenaar · 4 years, 10 months ago
  63. 6a33ef0 patch 8.2.1741: pathshorten() only supports using one character by Bram Moolenaar · 4 years, 11 months ago
  64. 531be47 patch 8.2.1736: failure to compile a pattern not tested much by Bram Moolenaar · 4 years, 11 months ago
  65. 99ca9c4 patch 8.2.1727: a popup created with "cursorline" will ignore "firstline" by Bram Moolenaar · 4 years, 11 months ago
  66. 4f73b8e patch 8.2.1726: fuzzy matching only works on strings by Bram Moolenaar · 4 years, 11 months ago
  67. 635414d patch 8.2.1665: cannot do fuzzy string matching by Bram Moolenaar · 5 years ago
  68. e2e4075 patch 8.2.1593: tests do not check the error number properly by Bram Moolenaar · 5 years ago
  69. c05d1c0 patch 8.2.1591: using winheight('.') in tests works but is wrong by Bram Moolenaar · 5 years ago
  70. 4e4473c patch 8.2.1536: cannot get the class of a character; emoji widths are wrong by Bram Moolenaar · 5 years ago
  71. 6c53fca patch 8.2.1517: cannot easily get the character under the cursor by Bram Moolenaar · 5 years ago
  72. 1b04ce2 patch 8.2.1505: not all file read and writecode is tested by Bram Moolenaar · 5 years ago
  73. 6d91bcb patch 8.2.1432: various inconsistencies in test files by Bram Moolenaar · 5 years ago
  74. 9d48956 patch 8.2.1326: Vim9: skipping over white space after list by Bram Moolenaar · 5 years ago
  75. 9b7bf9e patch 8.2.1183: assert_fails() checks the last error message by Bram Moolenaar · 5 years ago
  76. bdd2c29 patch 8.2.1040: not enough testing for movement commands by Bram Moolenaar · 5 years ago
  77. e17f881 patch 8.2.0995: insufficient testing for the readdir() sort option by Bram Moolenaar · 5 years ago
  78. a1bc6f1 patch 8.2.0990: Using duplicate error number by Bram Moolenaar · 5 years ago
  79. 84cf6bd patch 8.2.0988: getting directory contents is always case sorted by Bram Moolenaar · 5 years ago
  80. c70222d patch 8.2.0986: MS-Windows: functions test fails by Bram Moolenaar · 5 years ago
  81. fdcbe3c patch 8.2.0985: simplify() does not remove slashes from "///path" by Bram Moolenaar · 5 years ago
  82. ea1233f patch 8.2.0949: strptime() does not use DST by Bram Moolenaar · 5 years ago
  83. ab54032 patch 8.2.0947: readdirex() doesn't handle broken link properly by Bram Moolenaar · 5 years ago
  84. eebd555 patch 8.2.0946: cannot use "q" to cancel a number prompt by Bram Moolenaar · 5 years ago
  85. 441d60e patch 8.2.0888: readdirex() returns size -2 for a directory by Bram Moolenaar · 5 years ago
  86. c17e66c patch 8.2.0886: cannot use octal numbers in scriptversion 4 by Bram Moolenaar · 5 years ago
  87. 6c9ba04 patch 8.2.0875: getting attributes for directory entries is slow by Bram Moolenaar · 5 years ago
  88. 2245ae1 patch 8.2.0868: trim() always trims both ends by Bram Moolenaar · 5 years ago
  89. 95da136 patch 8.2.0850: MS-Windows: exepath() works different from cmd.exe by Bram Moolenaar · 5 years ago
  90. 041c710 patch 8.2.0849: BeOS code is not maintained and probably unused by Bram Moolenaar · 5 years ago
  91. 1919371 patch 8.2.0824: still not enough memory allocated when converting string by Bram Moolenaar · 5 years ago
  92. f7271e8 patch 8.2.0817: not enough memory allocated when converting string by Bram Moolenaar · 5 years ago
  93. 0ff5ded patch 8.2.0712: various code not fully tested by Bram Moolenaar · 5 years ago
  94. 99fa721 patch 8.2.0644: insufficient testing for invalid function arguments by Bram Moolenaar · 5 years ago
  95. 92b83cc patch 8.2.0634: crash with null partial and blob by Bram Moolenaar · 5 years ago
  96. 9d8d0b5 patch 8.2.0633: crash when using null partial in filter() by Bram Moolenaar · 5 years ago
  97. ad48e6c patch 8.2.0615: regexp benchmark stest is old style by Bram Moolenaar · 5 years ago
  98. 08f4157 patch 8.2.0610: some tests are still old style by Bram Moolenaar · 5 years ago
  99. 6a2c5a7 patch 8.2.0533: tests using term_wait() can still be flaky by Bram Moolenaar · 5 years ago
  100. 7035fd9 patch 8.2.0532: cannot use simplify() as a method by Bram Moolenaar · 5 years ago