Module rustyline::completion

source ·
Expand description

Completion API

Structs§

Enums§

Traits§

Functions§

  • Escape any break_chars in input string with esc_char. For example, ‘/User Information’ becomes ‘/User\ Information’ when space is a breaking char and ‘\’ the escape char.
  • Given a line and a cursor position, try to find backward the start of a word.
  • Returns the longest common prefix among all Candidate::replacement()s.
  • Remove escape char