summaryrefslogtreecommitdiff
path: root/vchat-ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-xvchat-ui.c1
1 files changed, 0 insertions, 1 deletions
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)
1199 1199
1200 /* set up nick completion functions .. */ 1200 /* set up nick completion functions .. */
1201 rl_ignore_completion_duplicates = 0; 1201 rl_ignore_completion_duplicates = 0;
1202 rl_sort_completion_matches = 0;
1203 rl_attempted_completion_function = (rl_completion_func_t *) ul_complete_user; 1202 rl_attempted_completion_function = (rl_completion_func_t *) ul_complete_user;
1204 1203
1205 /* .. and 'line completed' callback */ 1204 /* .. and 'line completed' callback */