1. e2e4075 patch 8.2.1593: tests do not check the error number properly by Bram Moolenaar · 6 years ago
  2. c05d1c0 patch 8.2.1591: using winheight('.') in tests works but is wrong by Bram Moolenaar · 6 years ago
  3. 4e4473c patch 8.2.1536: cannot get the class of a character; emoji widths are wrong by Bram Moolenaar · 6 years ago
  4. 6c53fca patch 8.2.1517: cannot easily get the character under the cursor by Bram Moolenaar · 6 years ago
  5. 1b04ce2 patch 8.2.1505: not all file read and writecode is tested by Bram Moolenaar · 6 years ago
  6. 6d91bcb patch 8.2.1432: various inconsistencies in test files by Bram Moolenaar · 6 years ago
  7. 9d48956 patch 8.2.1326: Vim9: skipping over white space after list by Bram Moolenaar · 6 years ago
  8. 9b7bf9e patch 8.2.1183: assert_fails() checks the last error message by Bram Moolenaar · 6 years ago
  9. bdd2c29 patch 8.2.1040: not enough testing for movement commands by Bram Moolenaar · 6 years ago
  10. e17f881 patch 8.2.0995: insufficient testing for the readdir() sort option by Bram Moolenaar · 6 years ago
  11. a1bc6f1 patch 8.2.0990: Using duplicate error number by Bram Moolenaar · 6 years ago
  12. 84cf6bd patch 8.2.0988: getting directory contents is always case sorted by Bram Moolenaar · 6 years ago
  13. c70222d patch 8.2.0986: MS-Windows: functions test fails by Bram Moolenaar · 6 years ago
  14. fdcbe3c patch 8.2.0985: simplify() does not remove slashes from "///path" by Bram Moolenaar · 6 years ago
  15. ea1233f patch 8.2.0949: strptime() does not use DST by Bram Moolenaar · 6 years ago
  16. ab54032 patch 8.2.0947: readdirex() doesn't handle broken link properly by Bram Moolenaar · 6 years ago
  17. eebd555 patch 8.2.0946: cannot use "q" to cancel a number prompt by Bram Moolenaar · 6 years ago
  18. 441d60e patch 8.2.0888: readdirex() returns size -2 for a directory by Bram Moolenaar · 6 years ago
  19. c17e66c patch 8.2.0886: cannot use octal numbers in scriptversion 4 by Bram Moolenaar · 6 years ago
  20. 6c9ba04 patch 8.2.0875: getting attributes for directory entries is slow by Bram Moolenaar · 6 years ago
  21. 2245ae1 patch 8.2.0868: trim() always trims both ends by Bram Moolenaar · 6 years ago
  22. 95da136 patch 8.2.0850: MS-Windows: exepath() works different from cmd.exe by Bram Moolenaar · 6 years ago
  23. 041c710 patch 8.2.0849: BeOS code is not maintained and probably unused by Bram Moolenaar · 6 years ago
  24. 1919371 patch 8.2.0824: still not enough memory allocated when converting string by Bram Moolenaar · 6 years ago
  25. f7271e8 patch 8.2.0817: not enough memory allocated when converting string by Bram Moolenaar · 6 years ago
  26. 0ff5ded patch 8.2.0712: various code not fully tested by Bram Moolenaar · 6 years ago
  27. 99fa721 patch 8.2.0644: insufficient testing for invalid function arguments by Bram Moolenaar · 6 years ago
  28. 92b83cc patch 8.2.0634: crash with null partial and blob by Bram Moolenaar · 6 years ago
  29. 9d8d0b5 patch 8.2.0633: crash when using null partial in filter() by Bram Moolenaar · 6 years ago
  30. ad48e6c patch 8.2.0615: regexp benchmark stest is old style by Bram Moolenaar · 6 years ago
  31. 08f4157 patch 8.2.0610: some tests are still old style by Bram Moolenaar · 6 years ago
  32. 6a2c5a7 patch 8.2.0533: tests using term_wait() can still be flaky by Bram Moolenaar · 6 years ago
  33. 7035fd9 patch 8.2.0532: cannot use simplify() as a method by Bram Moolenaar · 6 years ago
  34. ee4e0c1 patch 8.2.0522: several errors are not tested for by Bram Moolenaar · 6 years ago
  35. cde0ff3 patch 8.2.0509: various code is not properly tested. by Bram Moolenaar · 6 years ago
  36. 5259275 patch 8.2.0507: getbufvar() may get the wrong dictionary by Bram Moolenaar · 6 years ago
  37. 3ed9efc patch 8.2.0454: some tests fail when the system is slow by Bram Moolenaar · 6 years ago
  38. 0e05de4 patch 8.2.0448: various functions not properly tested by Bram Moolenaar · 6 years ago
  39. 7929651 patch 8.2.0427: it is not possible to check for a typo in a feature name by Bram Moolenaar · 6 years ago
  40. 8b63313 patch 8.2.0418: code in eval.c not sufficiently covered by tests by Bram Moolenaar · 6 years ago
  41. 8dfcce3 patch 8.2.0401: not enough test coverage for evalvars.c by Bram Moolenaar · 6 years ago
  42. dd58923 patch 8.2.0334: abort called when using test_void() by Bram Moolenaar · 6 years ago
  43. 7c215c5 patch 8.2.0331: internal error when using test_void() and test_unknown() by Bram Moolenaar · 6 years ago
  44. 578fe94 patch 8.2.0325: ex_getln.c code not covered by tests by Bram Moolenaar · 6 years ago
  45. 8d588cc patch 8.2.0316: ex_getln.c code has insufficient test coverage by Bram Moolenaar · 6 years ago
  46. 4132eb5 patch 8.2.0258: modifyOtherKeys cannot be temporarily disabled by Bram Moolenaar · 6 years ago
  47. 94255df patch 8.2.0211: test for ANSI colors fails without an "ls" command by Bram Moolenaar · 6 years ago
  48. 705724e patch 8.2.0186: a couple of tests may fail when features are missing by Bram Moolenaar · 6 years ago
  49. 5feabe0 patch 8.2.0183: tests fail when the float feature is disabled by Bram Moolenaar · 6 years ago
  50. b099202 patch 8.2.0179: still a few places where range() does not work by Bram Moolenaar · 6 years ago
  51. 272ca95 patch 8.2.0163: test hangs on MS-Windows console by Bram Moolenaar · 6 years ago
  52. 7d8ea0b patch 8.2.0162: balloon test fails in the GUI by Bram Moolenaar · 6 years ago
  53. 50985eb patch 8.2.0159: non-materialized range() list causes problems by Bram Moolenaar · 6 years ago
  54. 9a838fe patch 8.1.2398: strptime() test fails on Japanese Mac by Bram Moolenaar · 6 years ago
  55. 10455d4 patch 8.1.2326: cannot parse a date/time string by Bram Moolenaar · 6 years ago
  56. db3a205 patch 8.1.2304: cannot get the mouse position when getting a mouse click by Bram Moolenaar · 6 years ago
  57. b7a97ef patch 8.1.2099: state() test fails on some Mac systems by Bram Moolenaar · 7 years ago
  58. c258549 patch 8.1.2066: no tests for state() by Bram Moolenaar · 7 years ago
  59. ea8dcf8 patch 8.1.2043: not sufficient testing for quoted numbers by Bram Moolenaar · 7 years ago
  60. 60a8de2 patch 8.1.2035: recognizing octal numbers is confusing by Bram Moolenaar · 7 years ago
  61. f92e58c patch 8.1.2013: more functions can be used as methods by Bram Moolenaar · 7 years ago
  62. f6ed61e patch 8.1.2004: more functions can be used as methods by Bram Moolenaar · 7 years ago
  63. aad222c patch 8.1.1996: more functions can be used as methods by Bram Moolenaar · 7 years ago
  64. 196b466 patch 8.1.1993: more functions can be used as methods by Bram Moolenaar · 7 years ago
  65. a0d1fef patch 8.1.1987: more functions can be used as methods by Bram Moolenaar · 7 years ago
  66. 3f4f3d8 patch 8.1.1984: more functions can be used as methods by Bram Moolenaar · 7 years ago
  67. 5d712e4 patch 8.1.1972: no proper test for getchar() by Bram Moolenaar · 7 years ago
  68. 27da7de patch 8.1.1968: crash when using nested map() by Bram Moolenaar · 7 years ago
  69. a144983 patch 8.1.1961: more functions can be used as a method by Bram Moolenaar · 7 years ago
  70. 02b3111 patch 8.1.1954: more functions can be used as a method by Bram Moolenaar · 7 years ago
  71. f9f24ce patch 8.1.1953: more functions can be used as a method by Bram Moolenaar · 7 years ago
  72. d200702 patch 8.1.1932: ml_get errors after using append() by Bram Moolenaar · 7 years ago
  73. a420896 patch 8.1.1921: more functions can be used as methods by Bram Moolenaar · 7 years ago
  74. 1a3a891 patch 8.1.1915: more functions can be used as methods by Bram Moolenaar · 7 years ago
  75. 64b4d73 patch 8.1.1911: more functions can be used as methods by Bram Moolenaar · 7 years ago
  76. 073e4b9 patch 8.1.1888: more functions can be used as methods by Bram Moolenaar · 7 years ago
  77. 8c5a278 patch 8.1.1826: tests use hand coded feature and option checks by Bram Moolenaar · 7 years ago
  78. d08b8c4 patch 8.1.1740: exepath() doesn't work for "bin/cat" by Bram Moolenaar · 7 years ago
  79. 3940ec6 patch 8.1.1638: running tests leaves some files behind by Bram Moolenaar · 7 years ago
  80. 892ae72 patch 8.1.1611: bufadd() reuses existing buffer without a name by Bram Moolenaar · 7 years ago
  81. 15e248e patch 8.1.1610: there is no way to add or load a buffer without side effects by Bram Moolenaar · 7 years ago
  82. e7eb927 patch 8.1.1585: :let-heredoc does not trim enough by Bram Moolenaar · 7 years ago
  83. 87652a7 patch 8.1.1568: strftime() test fails on MS-Windows by Bram Moolenaar · 7 years ago
  84. db51730 patch 8.1.1567: localtime_r() does not respond to $TZ changes by Bram Moolenaar · 7 years ago
  85. 4a792c8 patch 8.1.1473: new resolve() implementation causes problem for plugins by Bram Moolenaar · 7 years ago
  86. 1bbebab patch 8.1.1417: MS-Windows: resolve() does not resolve all components of path by Bram Moolenaar · 7 years ago
  87. 701ff0a patch 8.1.1378: delete() can not handle a file name that looks like a pattern by Bram Moolenaar · 7 years ago
  88. 17aca70 patch 8.1.1336: some eval functionality is not covered by tests by Bram Moolenaar · 7 years ago
  89. 543c9b1 patch 8.1.1120: cannot easily get directory entry matches by Bram Moolenaar · 7 years ago
  90. 8662189 patch 8.1.1095: MS-Windows: executable() fails on very long filename by Bram Moolenaar · 7 years ago
  91. 9a2c091 patch 8.1.1077: reg_executing() is reset by calling input() by Bram Moolenaar · 7 years ago
  92. f0fab30 patch 8.1.0995: a getchar() call resets the reg_executing() result by Bram Moolenaar · 7 years ago
  93. cce713d patch 8.1.0992: a :normal command resets the reg_executing() result by Bram Moolenaar · 7 years ago
  94. dce1e89 patch 8.1.0894: MS-Windows: resolve() does not return a reparse point by Bram Moolenaar · 7 years ago
  95. af630d4 patch 8.1.0884: double check for bsd systems by Bram Moolenaar · 7 years ago
  96. a02e3f6 patch 8.1.0878: test for has('bsd') fails on some BSD systems by Bram Moolenaar · 7 years ago
  97. 39536dd patch 8.1.0846: not easy to recognize the system Vim runs on by Bram Moolenaar · 7 years ago
  98. 2e05009 patch 8.1.0832: confirm() is not tested by Bram Moolenaar · 7 years ago
  99. 30276f2 patch 8.1.0811: too many #ifdefs by Bram Moolenaar · 7 years ago
  100. ded5f1b patch 8.1.0515: reloading a script gives errors for existing functions by Bram Moolenaar · 7 years ago