diff options
author | James McCoy <jamessan@jamessan.com> | 2016-04-25 23:07:51 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:38:16 -0400 |
commit | e902a172ef1a58e93eeae0919bddb3578a2142a2 (patch) | |
tree | e470a251718addb6dd89657a3ddcd38de461252a /src/nvim/eval.c | |
parent | 6cee9d1a17177f4ccdf34283c6ed3ffaa98b32cc (diff) | |
download | rneovim-e902a172ef1a58e93eeae0919bddb3578a2142a2.tar.gz rneovim-e902a172ef1a58e93eeae0919bddb3578a2142a2.tar.bz2 rneovim-e902a172ef1a58e93eeae0919bddb3578a2142a2.zip |
vim-patch:7.4.1384
Problem: It is not easy to use a set of plugins and their dependencies.
Solution: Add packages, ":loadopt", 'packpath'.
https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r-- | src/nvim/eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 9a86c5765c..d2b9bf66e1 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -10782,6 +10782,7 @@ static void f_has(typval_T *argvars, typval_T *rettv) "mouse", "multi_byte", "multi_lang", + "packages", "path_extra", "persistent_undo", "postscript", |