re-introduced long line after breaking vimscript

This commit is contained in:
Rene Schallner
2021-11-24 13:03:26 +01:00
parent 29af4fdcc0
commit 3d6f244da0

View File

@@ -482,8 +482,7 @@ local SetupCalendar = function(opts)
" year year
" weekday : day of week (monday=1)
" dir : direction of calendar
return luaeval('require("telekasten").CalendarAction(_A[1], _A[2], _A[3], _A[4], _A[5])',
[a:day, a:month, a:year, a:weekday, a:dir])
return luaeval('require("telekasten").CalendarAction(_A[1], _A[2], _A[3], _A[4], _A[5])', [a:day, a:month, a:year, a:weekday, a:dir])
endfunction
function! MyCalBegin()