summaryrefslogtreecommitdiff
path: root/src/proto/eval.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-30 13:37:28 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-30 13:37:28 +0200
commit018acca3bdf866faa4eacfb403f9d720832c816e (patch)
tree9e2e0718e185fbb87ac642a9eefeea6fb9bf807b /src/proto/eval.pro
parent305b2fde1343422c3fd0f63e7e461a37789069ce (diff)
downloadvim-git-018acca3bdf866faa4eacfb403f9d720832c816e.tar.gz
updated for version 7.3.1068v7.3.1068
Problem: Python: Script is auto-loaded on function creation. Solution: Python patch 27. (ZyX)
Diffstat (limited to 'src/proto/eval.pro')
-rw-r--r--src/proto/eval.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/eval.pro b/src/proto/eval.pro
index 56f91bba4..3f2816ec2 100644
--- a/src/proto/eval.pro
+++ b/src/proto/eval.pro
@@ -132,5 +132,4 @@ void last_set_msg __ARGS((scid_T scriptID));
void ex_oldfiles __ARGS((exarg_T *eap));
int modify_fname __ARGS((char_u *src, int *usedlen, char_u **fnamep, char_u **bufp, int *fnamelen));
char_u *do_string_sub __ARGS((char_u *str, char_u *pat, char_u *sub, char_u *flags));
-int script_autoload __ARGS((char_u *name, int reload));
/* vim: set ft=c : */