pappasam / nvim-repl

52 stars 12 forks source link

Remove newline characters entirely #5

Closed pappasam closed 3 years ago

pappasam commented 3 years ago

Resolves https://github.com/pappasam/nvim-repl/issues/4

pappasam commented 3 years ago

Basically, removes blank lines from user input. Works well for Python, but may have weird implications for other languages where blank lines might have meaning.

pappasam commented 3 years ago

Doesn't fully resolve the above issue. Given the risks associated with making this kind of change and the fact that this PR doesn't fully resolve the issue, will just close.