method

basic_word_break_characters=

v2_5_5 - Show latest stable - Class: Readline
basic_word_break_characters=(p1)
public

Sets the basic list of characters that signal a break between words for the completer routine. The default is the characters which break words for completion in Bash: “ tn"\‘`@$><=;|&{(”.

Raises NotImplementedError if the using readline library does not support.