mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
re-introduced long line after breaking vimscript
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user