diff options
author | bptato <nincsnevem662@gmail.com> | 2020-09-02 13:06:39 +0000 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2020-09-02 13:06:39 +0000 |
commit | 66ef7b13c757acf4237b13dcf6ce71b9128a439c (patch) | |
tree | 9b27a73552f4044c006f2bb71c5d8b69f4883d11 /linein.c | |
parent | Update ChangeLog (diff) | |
download | w3m-66ef7b13c757acf4237b13dcf6ce71b9128a439c.tar.gz w3m-66ef7b13c757acf4237b13dcf6ce71b9128a439c.zip |
Add closing bracket I somehow forgot about in the previous commit
Diffstat (limited to 'linein.c')
-rw-r--r-- | linein.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ inputLineHistSearch(char *prompt, char *def_str, int flag, Hist *hist, cm_clear = TRUE; cm_disp_clear = TRUE; if (!i_quote && - (((cm_mode & CPL_ALWAYS) && (c == CTRL_I || (space_autocomplete && c == ' ')) || + (((cm_mode & CPL_ALWAYS) && (c == CTRL_I || (space_autocomplete && c == ' '))) || ((cm_mode & CPL_ON) && (c == CTRL_I)))) { if (emacs_like_lineedit && cm_next) { _dcompl(); |