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

Indentation fix

parent 25223bd8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -64,7 +64,7 @@ extern NSString *const kDirectoriesDidChangeNotificationName;
// Just like commandHistoryEntriesWithPrefix:onHost, but returns command uses rather than entries.
// Only the most recent use is returned.
- (NSArray<iTermCommandHistoryCommandUseMO *> *)autocompleteSuggestionsWithPartialCommand:(NSString *)partialCommand
onHost:(VT100RemoteHost *)host;
onHost:(VT100RemoteHost *)host;
 
// Is there any command history for this host?
- (BOOL)haveCommandsForHost:(VT100RemoteHost *)host;
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