diff src/vim.h @ 4641:59e6c2bd68e3 v7.3.1068

updated for version 7.3.1068 Problem: Python: Script is auto-loaded on function creation. Solution: Python patch 27. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 13:37:28 +0200
parents 7eaccdaa5304
children 220bdea4f579
line wrap: on
line diff
--- a/src/vim.h
+++ b/src/vim.h
@@ -2243,4 +2243,7 @@ typedef int VimClipboard;	/* This is req
 #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 */