We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6c9ee commit 1d79fbcCopy full SHA for 1d79fbc
lua/iron/fts/common.lua
@@ -167,7 +167,7 @@ common.bracketed_paste_python = function(lines, extras)
167
-- indentation errors in some cases. Fortunately, the new
168
-- REPL provides a Paste Mode, which disables automatic
169
-- indentation and allows code to run smoothly.
170
- if is_new_repl and not (is_windows and result[1] and result[1] == "\r") then
+ if is_new_repl and not (is_windows() and result[1] and result[1] == "\r") then
171
table.insert(result, 1, paste_mode_code)
172
end
173
0 commit comments