0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.3.1068

Problem:    Python: Script is auto-loaded on function creation.
Solution:   Python patch 27. (ZyX)
This commit is contained in:
Bram Moolenaar
2013-05-30 13:37:28 +02:00
parent 305b2fde13
commit 018acca3bd
7 changed files with 14 additions and 19 deletions

View File

@@ -2243,4 +2243,7 @@ typedef int VimClipboard; /* This is required for the prototypes. */
#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 */