summaryrefslogtreecommitdiff
path: root/src/if_lua.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan2023-02-211-1/+1
* patch 9.0.1320: checking the type of a null object causes a crashv9.0.1320Bram Moolenaar2023-02-181-2/+2
* patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar2023-01-221-3/+6
* patch 9.0.1183: code is indented more than necessaryv9.0.1183Yegappan Lakshmanan2023-01-121-119/+139
* patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar2022-11-251-4/+3
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-7/+0
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-5/+5
* patch 9.0.0170: various minor code formatting issuesv9.0.0170Bram Moolenaar2022-08-081-1/+2
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-14/+14
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-2/+2
* patch 8.2.3474: some places use "Vimscript" instead of "Vim script"v8.2.3474h-east2021-10-041-1/+1
* patch 8.2.3300: Lua: can only execute on Vim command at a timev8.2.3300Yegappan Lakshmanan2021-08-061-3/+31
* patch 8.2.3294: Lua: memory leak when adding dict item failsv8.2.3294Bram Moolenaar2021-08-051-1/+9
* patch 8.2.3291: Coverity warns for not checking return valuev8.2.3291Bram Moolenaar2021-08-051-1/+2
* patch 8.2.3288: cannot easily access namespace dictionaries from Luav8.2.3288Yegappan Lakshmanan2021-08-041-0/+138
* patch 8.2.3244: Lua 5.3 print() with a long string crashesv8.2.3244Yegappan Lakshmanan2021-07-291-8/+15
* patch 8.2.3240: Lua print() does not work properlyv8.2.3240Bram Moolenaar2021-07-281-0/+1
* patch 8.2.3234: crash when printing long string with Luav8.2.3234Bram Moolenaar2021-07-281-2/+2
* patch 8.2.3208: dynamic library load error does not mention why it failedv8.2.3208Martin Tournoij2021-07-241-1/+3
* patch 8.2.2733: detecting Lua version is not reliablev8.2.2733Bram Moolenaar2021-04-071-0/+23
* patch 8.2.2578: Lua cannot handle a passed in lambdav8.2.2578Bram Moolenaar2021-03-081-0/+5
* patch 8.2.1908: Lua is initialized even when not usedv8.2.1908Bram Moolenaar2020-10-261-9/+10
* patch 8.2.1234: Lua build problem with old compilerv8.2.1234Bram Moolenaar2020-07-181-2/+8
* patch 8.2.1212: cannot build with Lua 5.4v8.2.1212Bram Moolenaar2020-07-141-1/+10
* patch 8.2.1117: Coverity warns for unsing unitialized fieldv8.2.1117Bram Moolenaar2020-07-021-0/+2
* patch 8.2.1105: insufficient test coverage for Luav8.2.1105Bram Moolenaar2020-07-011-13/+16
* patch 8.2.1081: Lua: cannot use table.insert() and table.remove()v8.2.1081Bram Moolenaar2020-06-281-9/+22
* patch 8.2.1066: Lua arrays are zero basedv8.2.1066Bram Moolenaar2020-06-271-1/+11
* patch 8.2.1057: cannot build with dynamic Luav8.2.1057Bram Moolenaar2020-06-251-0/+10
* patch 8.2.1054: not so easy to pass a lua function to Vimv8.2.1054Bram Moolenaar2020-06-251-1/+100
* patch 8.2.0858: not easy to require Lua modulesv8.2.0858Bram Moolenaar2020-05-311-9/+95
* patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar2020-05-301-1/+1
* patch 8.2.0782: cannot build with Lua on MS-Windowsv8.2.0782Bram Moolenaar2020-05-171-0/+3
* patch 8.2.0781: compiler warning for not using value in Luav8.2.0781Bram Moolenaar2020-05-171-1/+1
* patch 8.2.0775: not easy to call a Vim function from Luav8.2.0775Bram Moolenaar2020-05-171-2/+75
* patch 8.2.0479: unloading shared libraries on exit has no purposev8.2.0479Bram Moolenaar2020-03-291-13/+0
* patch 8.2.0244: compiler warning in Lua interfacev8.2.0244Bram Moolenaar2020-02-111-2/+2
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-2/+1
* patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar2020-01-111-1/+2
* patch 8.1.2387: using old C style commentsv8.1.2387Bram Moolenaar2019-12-041-122/+130
* patch 8.1.2179: pressing "q" at the more prompt doesn't stop Python outputv8.1.2179Bram Moolenaar2019-10-191-1/+2
* patch 8.1.1583: set_ref_in_list() only sets ref in itemsv8.1.1583Bram Moolenaar2019-06-231-15/+3
* patch 8.1.1054: not checking return value of ga_grow()v8.1.1054Bram Moolenaar2019-03-261-6/+6
* patch 8.1.1043: Lua interface does not support Blobv8.1.1043Bram Moolenaar2019-03-231-12/+183
* patch 8.1.1019: Lua: may garbage collect function reference in usev8.1.1019Bram Moolenaar2019-03-191-64/+80
* patch 8.1.1010: Lua interface leaks memoryv8.1.1010Bram Moolenaar2019-03-161-6/+3
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-1/+1
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-5/+5
* patch 8.1.0672: the Lua interface doesn't know about v:nullv8.1.0672Bram Moolenaar2019-01-011-0/+4
* patch 8.1.0305: missing support for Lua 5.4 32 bits on Unixv8.1.0305Bram Moolenaar2018-08-211-1/+13