summaryrefslogtreecommitdiffstats
path: root/src/proto/ex_eval.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-04 15:04:10 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-04 15:04:10 +0200
commit25e42231d3ee27feec2568fa4be2aa2bfba82ae5 (patch)
tree8df08d27ff06c8b52054576bc68814d05553697a /src/proto/ex_eval.pro
parent7cc535175a233c6f02cdb5a364b3590560f5bfcb (diff)
patch 8.1.1807: more functions can be used as a methodv8.1.1807
Problem: More functions can be used as a method. Solution: Add append(), appendbufline(), assert_equal(), etc. Also add the :eval command.
Diffstat (limited to 'src/proto/ex_eval.pro')
-rw-r--r--src/proto/ex_eval.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_eval.pro b/src/proto/ex_eval.pro
index 34301e2b18..cb7002a469 100644
--- a/src/proto/ex_eval.pro
+++ b/src/proto/ex_eval.pro
@@ -12,6 +12,7 @@ void discard_current_exception(void);
void report_make_pending(int pending, void *value);
void report_resume_pending(int pending, void *value);
void report_discard_pending(int pending, void *value);
+void ex_eval(exarg_T *eap);
void ex_if(exarg_T *eap);
void ex_endif(exarg_T *eap);
void ex_else(exarg_T *eap);