set rl_change_environment in readline gt v6.3

Looked up GNU readline library's repo and looked
for the first occurance of rl_change_environment.
This commit is contained in:
0xACE 2019-07-16 05:02:45 +02:00
parent 3f33f0afb9
commit ef32cf7177
1 changed files with 2 additions and 0 deletions

View File

@ -4783,7 +4783,9 @@ int main(int argc, char *argv[])
setlocale(LC_ALL, "");
#ifndef NORL
#if RL_READLINE_VERSION >= 0x0603
rl_change_environment = 0;
#endif
/* Bind TAB to cycling */
rl_variable_bind("completion-ignore-case", "on");
#ifdef __linux__