chzyer / readline

Readline is a pure go(golang) implementation for GNU-Readline kind library
MIT License
2.08k stars 275 forks source link

fixed backescape the first word in buffer #160

Open viert opened 5 years ago

viert commented 5 years ago

This PR fixes the issue https://github.com/chzyer/readline/issues/117 with Ctrl-W-removing the first word in the buffer if there's more than one.