|
From: Lars H. <lhe...@us...> - 2006-05-26 08:25:30
|
Petr Mikulik writes:
> Gnuplot's own readline does not keep duplicated lines in the history, so
> browsing the command line is much faster than with GNU readline. Does
> someone know whether the latter can be switched to behave the same way?
File: readline.info, Node: Completion Variables, Next: A Short Completion Example, Prev: Completion Functions, Up: Custom Completers
Completion Variables
--------------------
..
- Variable: int rl_ignore_completion_duplicates
If non-zero, then duplicates in the matches are removed. The
default is 1.
..
|