Project

General

Profile

Bug #6740 ยป basic_word_break_characters.patch

no6v (Nobuhiro IMAI), 07/16/2012 09:30 AM

View differences:

ext/readline/readline.c
*
* 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: "\t\n\"\\'`@$><=;|&{(".
* break words for completion in Bash: " \t\n\"\\'`@$><=;|&{(".
*
* Raises NotImplementedError if the using readline library does not support.
*
    (1-1/1)