mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 03:24:49 +00:00
vim-patch:7.4.1384
Problem: It is not easy to use a set of plugins and their dependencies.
Solution: Add packages, ":loadopt", 'packpath'.
f6fee0e2d4
This commit is contained in:
@@ -1639,6 +1639,16 @@ return {
|
||||
varname='p_opfunc',
|
||||
defaults={if_true={vi=""}}
|
||||
},
|
||||
{
|
||||
full_name='packpath', abbreviation='pp',
|
||||
type='string', list='onecomma', scope={'global'},
|
||||
deny_duplicates=true,
|
||||
secure=true,
|
||||
vi_def=true,
|
||||
expand=true,
|
||||
varname='p_pp',
|
||||
defaults={if_true={vi=''}}
|
||||
},
|
||||
{
|
||||
full_name='paragraphs', abbreviation='para',
|
||||
type='string', scope={'global'},
|
||||
|
||||
Reference in New Issue
Block a user