summaryrefslogtreecommitdiff
path: root/src/ex.h
diff options
context:
space:
mode:
authorYutao Yuan <yyt16384@gmail.com>2015-09-14 00:41:22 +0800
committerYutao Yuan <yyt16384@gmail.com>2015-09-21 00:47:53 +0800
commitffd7d6a57d18ea9d193ac20613cb5b9dfa973039 (patch)
tree5ccf04dc4691e3beda38697a36b7c091151b72b5 /src/ex.h
parent05b552b0c44f0586254a28d4585bdaadebb0b1ad (diff)
Add :source command
Diffstat (limited to 'src/ex.h')
-rw-r--r--src/ex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ex.h b/src/ex.h
index 9b706e3..cd3dccb 100644
--- a/src/ex.h
+++ b/src/ex.h
@@ -29,5 +29,6 @@ VbResult ex_keypress(int key);
void ex_input_changed(const char *text);
gboolean ex_fill_completion(GtkListStore *store, const char *input);
VbCmdResult ex_run_string(const char *input, gboolean enable_history);
+gboolean ex_run_file(const char *filename);
#endif /* end of include guard: _EX_H */