mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +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:
@@ -1452,6 +1452,12 @@ return {
|
||||
addr_type=ADDR_LINES,
|
||||
func='ex_loadkeymap',
|
||||
},
|
||||
{
|
||||
command='loadplugin',
|
||||
flags=bit.bor(BANG, FILE1, TRLBAR, SBOXOK, CMDWIN),
|
||||
addr_type=ADDR_LINES,
|
||||
func='ex_loadplugin',
|
||||
},
|
||||
{
|
||||
command='lockmarks',
|
||||
flags=bit.bor(NEEDARG, EXTRA, NOTRLCOM),
|
||||
|
Reference in New Issue
Block a user