1. e99f068 patch 9.1.0062: Internal error when :luado/perldo/pydo etc delete lines by zeertzjq · 1 year, 6 months ago
  2. edcba96 patch 9.0.1933: Can change the type of a v: variable using if_lua by zeertzjq · 1 year, 11 months ago
  3. 8a35033 patch 9.0.1719: if_lua: crash for for Lua functions invoked via Vim callbacks by Jesse Pavel · 2 years ago
  4. 6efb198 Updated runtime files by Christian Brabandt · 2 years ago
  5. 7dd5a78 patch 9.0.0625: too many delete() calls in tests by Bram Moolenaar · 2 years, 10 months ago
  6. 73e28dc patch 9.0.0491: no good reason to build without the float feature by Bram Moolenaar · 2 years, 11 months ago
  7. 7d149f8 patch 8.2.5117: crash when calling a Lua callback from a :def function by Bram Moolenaar · 3 years, 2 months ago
  8. 81b573d patch 8.2.4611: typos in tests; one lua line not covered by test by Dominique Pelle · 3 years, 5 months ago
  9. b6643d1 patch 8.2.4597: LuaV_debug() not covered by tests by Dominique Pelle · 3 years, 5 months ago
  10. 57ff2b7 patch 8.2.4243: Lua tests fail with Lua 5.4.4 by =?UTF-8?q?Jakub=20Kul=C3=ADk?= · 3 years, 6 months ago
  11. 11328bc patch 8.2.3300: Lua: can only execute on Vim command at a time by Yegappan Lakshmanan · 4 years ago
  12. 4a01159 patch 8.2.3291: Coverity warns for not checking return value by Bram Moolenaar · 4 years ago
  13. 9dc4bef patch 8.2.3288: cannot easily access namespace dictionaries from Lua by Yegappan Lakshmanan · 4 years ago
  14. 2a4bd00 patch 8.2.3240: Lua print() does not work properly by Bram Moolenaar · 4 years ago
  15. 78e006b patch 8.2.3234: crash when printing long string with Lua by Bram Moolenaar · 4 years ago
  16. 125ed27 patch 8.2.2733: detecting Lua version is not reliable by Bram Moolenaar · 4 years, 4 months ago
  17. c48f2dc patch 8.2.2699: Lua test fails by Bram Moolenaar · 4 years, 4 months ago
  18. b9c6b6f patch 8.2.2698: Lua test fails on MS-Windows by Bram Moolenaar · 4 years, 4 months ago
  19. f65ed86 patch 8.2.2696: Lua test fails with Lua 5.4.3 and later by Bram Moolenaar · 4 years, 4 months ago
  20. 86c3a21 patch 8.2.2578: Lua cannot handle a passed in lambda by Bram Moolenaar · 4 years, 5 months ago
  21. c8970b9 patch 8.2.1908: Lua is initialized even when not used by Bram Moolenaar · 4 years, 10 months ago
  22. b898a02 patch 8.2.1192: Lua test fails with older Lua version by Bram Moolenaar · 5 years ago
  23. ecdd14a patch 8.2.1185: some other tests fail by Bram Moolenaar · 5 years ago
  24. e49b8e8 patch 8.2.1105: insufficient test coverage for Lua by Bram Moolenaar · 5 years ago
  25. a1f9f86 patch 8.2.1081: Lua: cannot use table.insert() and table.remove() by Bram Moolenaar · 5 years ago
  26. bd84617 patch 8.2.1066: Lua arrays are zero based by Bram Moolenaar · 5 years ago
  27. 801ab06 patch 8.2.1054: not so easy to pass a lua function to Vim by Bram Moolenaar · 5 years ago
  28. 788fbb4 patch 8.2.0858: not easy to require Lua modules by Bram Moolenaar · 5 years ago
  29. eb04f08 patch 8.2.0775: not easy to call a Vim function from Lua by Bram Moolenaar · 5 years ago
  30. 6ab0953 patch 8.2.0672: heredoc in scripts does not accept lower case marker by Bram Moolenaar · 5 years ago
  31. 6c2b7b8 patch 8.2.0578: heredoc for interfaces does not support "trim" by Bram Moolenaar · 5 years ago
  32. 5feabe0 patch 8.2.0183: tests fail when the float feature is disabled by Bram Moolenaar · 6 years ago
  33. 02b3111 patch 8.1.1954: more functions can be used as a method by Bram Moolenaar · 6 years ago
  34. b46fecd patch 8.1.1544: some balloon tests don't run when they can by Bram Moolenaar · 6 years ago
  35. b0f94c1 patch 8.1.1524: tests are silently skipped by Bram Moolenaar · 6 years ago
  36. b782869 patch 8.1.1043: Lua interface does not support Blob by Bram Moolenaar · 6 years ago
  37. 4eefe47 patch 8.1.1019: Lua: may garbage collect function reference in use by Bram Moolenaar · 6 years ago
  38. e165f63 patch 8.1.1004: function "luaV_setref()" not covered with tests by Bram Moolenaar · 6 years ago
  39. 9067cd6 patch 8.1.0672: the Lua interface doesn't know about v:null by Bram Moolenaar · 7 years ago
  40. 5390144 patch 8.1.0212: preferred cursor column not set in interfaces by Bram Moolenaar · 7 years ago
  41. fe08df4 patch 8.1.0164: luaeval('vim.buffer().name') returns an error by Bram Moolenaar · 7 years ago
  42. a8a60d0 patch 8.1.0139: Lua tests fail on some platforms by Bram Moolenaar · 7 years ago
  43. 2f362bf patch 8.1.0136: Lua tests don't cover new features by Bram Moolenaar · 7 years ago
  44. ca06da9 patch 8.1.0134: Lua interface does not support funcref by Bram Moolenaar · 7 years ago
  45. 4ff4814 patch 8.1.0132: lua tests are old style by Bram Moolenaar · 7 years ago
  46. d58f03b patch 8.0.0268: may get ml_get error when :luado deletes lines by Bram Moolenaar · 9 years ago