Skip to content
Snippets Groups Projects
Commit 47b8c987 authored by George Nachman's avatar George Nachman
Browse files

Don't turn on Wait for prmopt in advanced paste if it's disabled

parent c9cbb8a8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -344,7 +344,7 @@
_pasteSpecialViewController.regexString = [iTermPreferences stringForKey:kPreferencesKeyPasteSpecialRegex];
_pasteSpecialViewController.substitutionString = [iTermPreferences stringForKey:kPreferencesKeyPasteSpecialSubstitution];
_pasteSpecialViewController.enableWaitForPrompt = _canWaitForPrompt;
_pasteSpecialViewController.shouldWaitForPrompt = _isAtShellPrompt;
_pasteSpecialViewController.shouldWaitForPrompt = _isAtShellPrompt && _canWaitForPrompt;
 
[self updatePreview];
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment