vim-patch:7.4.1550

Problem:    Cannot load packages early.
Solution:   Add the ":packloadall" command.

2d8f56acb3
This commit is contained in:
James McCoy
2016-06-20 20:24:13 -04:00
parent ea18b4a60f
commit 26f74fdf61
5 changed files with 39 additions and 5 deletions

View File

@@ -1854,6 +1854,12 @@ return {
addr_type=ADDR_LINES,
func='ex_packadd',
},
{
command='packloadall',
flags=bit.bor(BANG, TRLBAR, SBOXOK, CMDWIN),
addr_type=ADDR_LINES,
func='ex_packloadall',
},
{
command='pclose',
flags=bit.bor(BANG, TRLBAR),