commit | 018acca3bdf866faa4eacfb403f9d720832c816e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 13:37:28 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 13:37:28 2013 +0200 |
tree | 9e2e0718e185fbb87ac642a9eefeea6fb9bf807b | |
parent | 305b2fde1343422c3fd0f63e7e461a37789069ce [diff] [blame] |
updated for version 7.3.1068 Problem: Python: Script is auto-loaded on function creation. Solution: Python patch 27. (ZyX)
diff --git a/src/vim.h b/src/vim.h index 265720a..5fb0481 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -2243,4 +2243,7 @@ #define SREQ_WIN 1 /* Request window-local option */ #define SREQ_BUF 2 /* Request buffer-local option */ +/* Character used as separated in autoload function/variable names. */ +#define AUTOLOAD_CHAR '#' + #endif /* VIM__H */