Flowdock
method

special_prefixes=

Importance_1
v2_5_5 - Show latest stable - 0 notes - Class: Readline
special_prefixes=(p1) public

Sets the list of characters that are word break characters, but should be left in text when it is passed to the completion function. Programs can use this to help determine what kind of completing to do. For instance, Bash sets this variable to “$@” so that it can complete shell variables and hostnames.

See GNU Readline’s rl_special_prefixes variable.

Raises NotImplementedError if the using readline library does not support.

Show source
Register or log in to add new notes.