Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
patch 7.4.1384
Problem: It is not easy to use a set of plugins and their dependencies. Solution: Add packages, ":loadopt", 'packpath'.
- Loading branch information
Showing
with
245 additions
and 42 deletions.
- +8 −1 runtime/doc/options.txt
- +71 −5 runtime/doc/repeat.txt
- +5 −1 runtime/doc/starting.txt
- +20 −17 runtime/doc/tags
- +3 −1 runtime/optwin.vim
- +1 −0 src/eval.c
- +3 −0 src/ex_cmds.h
- +119 −17 src/ex_cmds2.c
- +3 −0 src/main.c
- +6 −0 src/option.c
- +1 −0 src/option.h
- +2 −0 src/proto/ex_cmds2.pro
- +3 −0 src/version.c
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -13785,6 +13785,7 @@ f_has(typval_T *argvars, typval_T *rettv) | ||
#ifdef FEAT_OLE | ||
"ole", | ||
#endif | ||
"packages", | ||
#ifdef FEAT_PATH_EXTRA | ||
"path_extra", | ||
#endif | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.