Apeiros-46B / qalc.nvim

A Neovim frontend for Qalculate
GNU General Public License v3.0
24 stars 2 forks source link

Win32 support #4

Closed Grueslayer closed 2 months ago

Grueslayer commented 2 months ago

Adds support for Win32 where PTY does not work (therefore no writeback from stdin to stdout happing) and Windows using CRLF as line delimiter (which is not handled correctly by nvim's job implementation) and Ctrl-Z for EOF.

Apeiros-46B commented 2 months ago

Thank you so much for the pull request!