From bf5b3582622d52b70ed39cce654bfd1530135a0a 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 9af47844..50bfa1f1 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