From 0981858699805c4ab7c80df28aa65eb0f3d276ce Mon Sep 17 00:00:00 2001 From: Jakson Alves de Aquino Date: Thu, 20 Feb 2025 17:01:30 -0300 Subject: [PATCH] Fix #337 --- lua/r/send.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/r/send.lua b/lua/r/send.lua index 92a6c5c8..f12e5e5b 100644 --- a/lua/r/send.lua +++ b/lua/r/send.lua @@ -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