From 4bd734a4acaf656a3acf16fce0c0cc3ef6e7f155 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 27 Feb 2012 00:35:56 +0000 Subject: readline will not sort, if we ignore duplicates --- vchat-ui.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vchat-ui.c') diff --git a/vchat-ui.c b/vchat-ui.c index bb94653..7873268 100755 --- a/vchat-ui.c +++ b/vchat-ui.c @@ -1199,7 +1199,6 @@ initui (void) /* set up nick completion functions .. */ rl_ignore_completion_duplicates = 0; - rl_sort_completion_matches = 0; rl_attempted_completion_function = (rl_completion_func_t *) ul_complete_user; /* .. and 'line completed' callback */ -- cgit v1.2.3