Merge pull request #150 from bptato/master
Add closing bracket I somehow forgot about in the previous commit
This commit is contained in:
		
							
								
								
									
										2
									
								
								linein.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								linein.c
									
									
									
									
									
								
							| @@ -184,7 +184,7 @@ inputLineHistSearch(char *prompt, char *def_str, int flag, Hist *hist, | |||||||
| 	cm_clear = TRUE; | 	cm_clear = TRUE; | ||||||
| 	cm_disp_clear = TRUE; | 	cm_disp_clear = TRUE; | ||||||
| 	if (!i_quote && | 	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)))) { | 	     ((cm_mode & CPL_ON) && (c == CTRL_I)))) { | ||||||
| 	    if (emacs_like_lineedit && cm_next) { | 	    if (emacs_like_lineedit && cm_next) { | ||||||
| 		_dcompl(); | 		_dcompl(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user