aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r--Source/CMTextView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h
index a7c0ccea..c278c2c3 100644
--- a/Source/CMTextView.h
+++ b/Source/CMTextView.h
@@ -139,4 +139,6 @@ static inline id NSMutableAttributedStringAttributeAtIndex (NSMutableAttributedS
- (BOOL)isSnippetMode;
+- (NSString *)runBashCommand:(NSString *)command;
+
@end