aligrudi / neatvi

A small vi/ex editor for editing UTF-8 text
http://litcave.rudi.ir/
305 stars 25 forks source link

The read ex command fails to read from pipes #13

Closed aaronNGi closed 4 years ago

aaronNGi commented 4 years ago

The read ex command fails to read from pipes. I tested r !seq 10 and it does not insert anything into the buffer.

aligrudi commented 4 years ago

Aaron G notifications@github.com wrote:

The read ex command fails to read from pipes. I tested r !seq 10 and it does not insert anything into the buffer.

I cannot reproduce the problem; It seems to work here.

aaronNGi commented 4 years ago

Doh, turns out I wasn't actually using a space between "r" and "!". Sorry, closing this.