Skip to content

Commit

Permalink
Fix #337
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq authored and PMassicotte committed Feb 23, 2025
1 parent 36049bd commit 0981858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/r/send.lua
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ M.chunks_up_to_here = function()
.. table.concat(chunklines, "\n"):gsub('"', '\\"')
.. '")'
)
else
elseif lang == "R" then
for _, v in pairs(chunklines) do
table.insert(codelines, v)
end
Expand Down

0 comments on commit 0981858

Please sign in to comment.