Ky9oss
Ky9oss
This PR resolves an issue on Windows where `send_file` and `send_mark` tasks in ipython and Python 3.13/3.14 REPL result in an additional five blank lines at the end. Example: ```...
In Python 3.13 and later, the built-in REPL automatically adjusts indentation based on contextual information when a new line is entered. This behavior may cause unexpected indentation errors in some...
This pull request addresses an [issue](https://github.com/Vigemus/iron.nvim/issues/426) with extra blank lines on Windows, which causes additional blank lines between code lines in IPython and the REPL of Python 3.13/3.14. Example: ```...