forked from aniani/vim
patch 7.4.2164
Problem: It is not possible to use plugins in an "after" directory to tune the behavior of a package. Solution: First load plugins from non-after directories, then packages and finally plugins in after directories. Reset 'loadplugins' before executing --cmd arguments.
This commit is contained in:
@@ -2451,6 +2451,8 @@ int vim_main2(int argc, char **argv);
|
||||
#define DIP_START 0x08 /* also use "start" directory in 'packpath' */
|
||||
#define DIP_OPT 0x10 /* also use "opt" directory in 'packpath' */
|
||||
#define DIP_NORTP 0x20 /* do not use 'runtimepath' */
|
||||
#define DIP_NOAFTER 0x40 /* skip "after" directories */
|
||||
#define DIP_AFTER 0x80 /* only use "after" directories */
|
||||
|
||||
/* Lowest number used for window ID. Cannot have this many windows. */
|
||||
#define LOWEST_WIN_ID 1000
|
||||
|
Reference in New Issue
Block a user