Experimenting with execution

This commit is contained in:
Krzosa Karol
2024-08-05 08:25:33 +02:00
parent da1def101b
commit c9aabdec68
7 changed files with 103 additions and 66 deletions

View File

@@ -257,7 +257,7 @@ function ExtractLineAndColumn(s)
end
function BufferNameExists(name)
buffers = ListBuffers()
buffers = GetBufferList()
for i = 1,#buffers do
buff = buffers[i]
if buff == name then