fix: line content (#1264)
This commit is contained in:
parent
76c06ed277
commit
763dbe064d
@ -244,6 +244,7 @@ local function transform_result_content(selected_files, result_content, prev_fil
|
|||||||
result_lines[i] = line_content
|
result_lines[i] = line_content
|
||||||
if search_start_line and search_start_line ~= "" then table.insert(result_lines, i + 1, search_start_line) end
|
if search_start_line and search_start_line ~= "" then table.insert(result_lines, i + 1, search_start_line) end
|
||||||
end
|
end
|
||||||
|
line_content = "<SEARCH>"
|
||||||
|
|
||||||
local prev_line = result_lines[i - 1]
|
local prev_line = result_lines[i - 1]
|
||||||
if
|
if
|
||||||
|
Loading…
x
Reference in New Issue
Block a user