parent
							
								
									ca40fbdc50
								
							
						
					
					
						commit
						71987b18d4
					
				
					 1 changed files with 0 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -2587,13 +2587,6 @@ int InputBuffer::getInputLine(PromptBase& pi) {
 | 
			
		|||
 | 
			
		||||
    // ctrl-I/tab, command completion, needs to be before switch statement
 | 
			
		||||
    if (c == ctrlChar('I') && completionCallback) {
 | 
			
		||||
      if (pos == 0)  // SERVER-4967 -- in earlier versions, you could paste
 | 
			
		||||
                     // previous output
 | 
			
		||||
        continue;    //  back into the shell ... this output may have leading
 | 
			
		||||
                     //  tabs.
 | 
			
		||||
      // This hack (i.e. what the old code did) prevents command completion
 | 
			
		||||
      //  on an empty line but lets users paste text with leading tabs.
 | 
			
		||||
 | 
			
		||||
      killRing.lastAction = KillRing::actionOther;
 | 
			
		||||
      historyRecallMostRecent = false;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue