Skip to content

fix IndentationError on windows#14

Draft
mmagnuski wants to merge 1 commit into
dangooddd:mainfrom
mmagnuski:fix-windows
Draft

fix IndentationError on windows#14
mmagnuski wants to merge 1 commit into
dangooddd:mainfrom
mmagnuski:fix-windows

Conversation

@mmagnuski
Copy link
Copy Markdown

Hi, this is a codex-generated change that fixes #13 for me.
This is a draft PR, because I'd like to test it on a different computer, and idealy find a better solution than the vim.defer_fn which just sends a newline after a delay. Without this the could would just sit in the REPL with extra newline, but not get executed, but there should be an easier fix for that.

@mmagnuski
Copy link
Copy Markdown
Author

The terminal_newline and encode_terminal_message are bit convoluted, I'll simplify later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Executing code with correctly indented blocks results in IndentationError (at least on Windows)

1 participant