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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user