peterh / liner

Pure Go line editor with history, inspired by linenoise
MIT License
1.05k stars 132 forks source link

autocomplete for any word inside line #9

Closed rif closed 10 years ago

rif commented 10 years ago

Completion for any word in the line. Also completion now kicks in only after at least a rune is typed. If you don't want this it's ok to remove it.

peterh commented 10 years ago

Thanks for the patch. Unfortunately, I cannot take it as it breaks context-sensitive completion. See my response to issue #8 for an example.