index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testdir
/
test_lua.vim
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.5117: crash when calling a Lua callback from a :def function
v8.2.5117
Bram Moolenaar
2022-06-17
1
-0
/
+11
*
patch 8.2.4611: typos in tests; one lua line not covered by test
v8.2.4611
Dominique Pelle
2022-03-22
1
-1
/
+11
*
patch 8.2.4597: LuaV_debug() not covered by tests
v8.2.4597
Dominique Pelle
2022-03-20
1
-0
/
+23
*
patch 8.2.4243: Lua tests fail with Lua 5.4.4
v8.2.4243
=?UTF-8?q?Jakub=20Kul=C3=ADk?=
2022-01-28
1
-10
/
+8
*
patch 8.2.3300: Lua: can only execute on Vim command at a time
v8.2.3300
Yegappan Lakshmanan
2021-08-06
1
-0
/
+32
*
patch 8.2.3291: Coverity warns for not checking return value
v8.2.3291
Bram Moolenaar
2021-08-05
1
-0
/
+4
*
patch 8.2.3288: cannot easily access namespace dictionaries from Lua
v8.2.3288
Yegappan Lakshmanan
2021-08-04
1
-0
/
+242
*
patch 8.2.3240: Lua print() does not work properly
v8.2.3240
Bram Moolenaar
2021-07-28
1
-2
/
+2
*
patch 8.2.3234: crash when printing long string with Lua
v8.2.3234
Bram Moolenaar
2021-07-28
1
-0
/
+18
*
patch 8.2.2733: detecting Lua version is not reliable
v8.2.2733
Bram Moolenaar
2021-04-07
1
-12
/
+1
*
patch 8.2.2699: Lua test fails
v8.2.2699
Bram Moolenaar
2021-04-03
1
-1
/
+1
*
patch 8.2.2698: Lua test fails on MS-Windows
v8.2.2698
Bram Moolenaar
2021-04-03
1
-1
/
+9
*
patch 8.2.2696: Lua test fails with Lua 5.4.3 and later
v8.2.2696
Bram Moolenaar
2021-04-03
1
-25
/
+52
*
patch 8.2.2578: Lua cannot handle a passed in lambda
v8.2.2578
Bram Moolenaar
2021-03-08
1
-0
/
+9
*
patch 8.2.1908: Lua is initialized even when not used
v8.2.1908
Bram Moolenaar
2020-10-26
1
-0
/
+8
*
patch 8.2.1192: Lua test fails with older Lua version
v8.2.1192
Bram Moolenaar
2020-07-12
1
-4
/
+12
*
patch 8.2.1185: some other tests fail
v8.2.1185
Bram Moolenaar
2020-07-11
1
-2
/
+2
*
patch 8.2.1105: insufficient test coverage for Lua
v8.2.1105
Bram Moolenaar
2020-07-01
1
-5
/
+153
*
patch 8.2.1081: Lua: cannot use table.insert() and table.remove()
v8.2.1081
Bram Moolenaar
2020-06-28
1
-0
/
+26
*
patch 8.2.1066: Lua arrays are zero based
v8.2.1066
Bram Moolenaar
2020-06-27
1
-11
/
+11
*
patch 8.2.1054: not so easy to pass a lua function to Vim
v8.2.1054
Bram Moolenaar
2020-06-25
1
-0
/
+29
*
patch 8.2.0858: not easy to require Lua modules
v8.2.0858
Bram Moolenaar
2020-05-31
1
-0
/
+5
*
patch 8.2.0775: not easy to call a Vim function from Lua
v8.2.0775
Bram Moolenaar
2020-05-17
1
-20
/
+32
*
patch 8.2.0672: heredoc in scripts does not accept lower case marker
v8.2.0672
Bram Moolenaar
2020-05-01
1
-1
/
+4
*
patch 8.2.0578: heredoc for interfaces does not support "trim"
v8.2.0578
Bram Moolenaar
2020-04-14
1
-5
/
+24
*
patch 8.2.0183: tests fail when the float feature is disabled
v8.2.0183
Bram Moolenaar
2020-01-30
1
-33
/
+34
*
patch 8.1.1954: more functions can be used as a method
v8.1.1954
Bram Moolenaar
2019-08-31
1
-1
/
+1
*
patch 8.1.1544: some balloon tests don't run when they can
v8.1.1544
Bram Moolenaar
2019-06-15
1
-3
/
+2
*
patch 8.1.1524: tests are silently skipped
v8.1.1524
Bram Moolenaar
2019-06-13
1
-1
/
+1
*
patch 8.1.1043: Lua interface does not support Blob
v8.1.1043
Bram Moolenaar
2019-03-23
1
-0
/
+29
*
patch 8.1.1019: Lua: may garbage collect function reference in use
v8.1.1019
Bram Moolenaar
2019-03-19
1
-0
/
+1
*
patch 8.1.1004: function "luaV_setref()" not covered with tests
v8.1.1004
Bram Moolenaar
2019-03-10
1
-0
/
+5
*
patch 8.1.0672: the Lua interface doesn't know about v:null
v8.1.0672
Bram Moolenaar
2019-01-01
1
-4
/
+5
*
patch 8.1.0212: preferred cursor column not set in interfaces
v8.1.0212
Bram Moolenaar
2018-07-25
1
-0
/
+17
*
patch 8.1.0164: luaeval('vim.buffer().name') returns an error
v8.1.0164
Bram Moolenaar
2018-07-07
1
-5
/
+2
*
patch 8.1.0139: Lua tests fail on some platforms
v8.1.0139
Bram Moolenaar
2018-07-02
1
-3
/
+3
*
patch 8.1.0136: Lua tests don't cover new features
v8.1.0136
Bram Moolenaar
2018-07-01
1
-20
/
+62
*
patch 8.1.0134: Lua interface does not support funcref
v8.1.0134
Bram Moolenaar
2018-07-01
1
-0
/
+24
*
patch 8.1.0132: lua tests are old style
v8.1.0132
Bram Moolenaar
2018-06-30
1
-8
/
+480
*
patch 8.0.0268: may get ml_get error when :luado deletes lines
v8.0.0268
Bram Moolenaar
2017-01-29
1
-0
/
+22