Module linefeed::complete
[−]
[src]
Provides utilities for implementing word completion
Structs
Completion |
Represents a single possible completion |
DummyCompleter |
|
PathCompleter |
Performs completion by searching for filenames matching the word prefix. |
Enums
Suffix |
Specifies an optional suffix to override the default value |
Traits
Completer |
Performs completion for |
Functions
complete_path |
Returns a sorted list of paths whose prefix matches the given path. |
escape |
Escapes a word by prefixing a backslash ( |
escaped_word_start |
Returns the start position of a word with non-word characters escaped by
backslash ( |
unescape |
Unescapes a word by removing the backslash ( |
word_break_start |
Returns the start position of the word that ends at the end of the string. |