summaryrefslogtreecommitdiffstats
path: root/src/if_lua.c
AgeCommit message (Expand)Author
2024-01-29patch 9.1.0062: Internal error when :luado/perldo/pydo etc delete linesv9.1.0062zeertzjq
2023-10-11patch 9.0.2013: confusing ifdefs in if_<lang>.cv9.0.2014Ken Takata
2023-09-24patch 9.0.1933: Can change the type of a v: variable using if_luav9.0.1933zeertzjq
2023-08-16patch 9.0.1721: Build failure on Windows with dynamic luav9.0.1721zeertzjq
2023-08-15patch 9.0.1719: if_lua: crash for for Lua functions invoked via Vim callbacksv9.0.1719Jesse Pavel
2023-02-21patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan
2023-02-18patch 9.0.1320: checking the type of a null object causes a crashv9.0.1320Bram Moolenaar
2023-01-22patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar
2023-01-12patch 9.0.1183: code is indented more than necessaryv9.0.1183Yegappan Lakshmanan
2022-11-25patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-08-08patch 9.0.0170: various minor code formatting issuesv9.0.0170Bram Moolenaar
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-10-04patch 8.2.3474: some places use "Vimscript" instead of "Vim script"v8.2.3474h-east
2021-08-06patch 8.2.3300: Lua: can only execute on Vim command at a timev8.2.3300Yegappan Lakshmanan
2021-08-05patch 8.2.3294: Lua: memory leak when adding dict item failsv8.2.3294Bram Moolenaar
2021-08-05patch 8.2.3291: Coverity warns for not checking return valuev8.2.3291Bram Moolenaar
2021-08-04patch 8.2.3288: cannot easily access namespace dictionaries from Luav8.2.3288Yegappan Lakshmanan
2021-07-29patch 8.2.3244: Lua 5.3 print() with a long string crashesv8.2.3244Yegappan Lakshmanan
2021-07-28patch 8.2.3240: Lua print() does not work properlyv8.2.3240Bram Moolenaar
2021-07-28patch 8.2.3234: crash when printing long string with Luav8.2.3234Bram Moolenaar
2021-07-24patch 8.2.3208: dynamic library load error does not mention why it failedv8.2.3208Martin Tournoij
2021-04-07patch 8.2.2733: detecting Lua version is not reliablev8.2.2733Bram Moolenaar
2021-03-08patch 8.2.2578: Lua cannot handle a passed in lambdav8.2.2578Bram Moolenaar
2020-10-26patch 8.2.1908: Lua is initialized even when not usedv8.2.1908Bram Moolenaar
2020-07-18patch 8.2.1234: Lua build problem with old compilerv8.2.1234Bram Moolenaar
2020-07-14patch 8.2.1212: cannot build with Lua 5.4v8.2.1212Bram Moolenaar
2020-07-02patch 8.2.1117: Coverity warns for unsing unitialized fieldv8.2.1117Bram Moolenaar
2020-07-01patch 8.2.1105: insufficient test coverage for Luav8.2.1105Bram Moolenaar
2020-06-28patch 8.2.1081: Lua: cannot use table.insert() and table.remove()v8.2.1081Bram Moolenaar
2020-06-27patch 8.2.1066: Lua arrays are zero basedv8.2.1066Bram Moolenaar
2020-06-25patch 8.2.1057: cannot build with dynamic Luav8.2.1057Bram Moolenaar
2020-06-25patch 8.2.1054: not so easy to pass a lua function to Vimv8.2.1054Bram Moolenaar
2020-05-31patch 8.2.0858: not easy to require Lua modulesv8.2.0858Bram Moolenaar
2020-05-30patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar
2020-05-17patch 8.2.0782: cannot build with Lua on MS-Windowsv8.2.0782Bram Moolenaar
2020-05-17patch 8.2.0781: compiler warning for not using value in Luav8.2.0781Bram Moolenaar
2020-05-17patch 8.2.0775: not easy to call a Vim function from Luav8.2.0775Bram Moolenaar
2020-03-29patch 8.2.0479: unloading shared libraries on exit has no purposev8.2.0479Bram Moolenaar
2020-02-11patch 8.2.0244: compiler warning in Lua interfacev8.2.0244Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2020-01-11patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar
2019-12-04patch 8.1.2387: using old C style commentsv8.1.2387Bram Moolenaar
2019-10-19patch 8.1.2179: pressing "q" at the more prompt doesn't stop Python outputv8.1.2179Bram Moolenaar
2019-06-23patch 8.1.1583: set_ref_in_list() only sets ref in itemsv8.1.1583Bram Moolenaar
2019-03-26patch 8.1.1054: not checking return value of ga_grow()v8.1.1054Bram Moolenaar
2019-03-23patch 8.1.1043: Lua interface does not support Blobv8.1.1043Bram Moolenaar
2019-03-19patch 8.1.1019: Lua: may garbage collect function reference in usev8.1.1019Bram Moolenaar