vim-patch:7.4.1480

Problem:    Cannot add a pack direcory without loading a plugin.
Solution:   Add the :packadd command.

91715873d1
This commit is contained in:
James McCoy
2016-04-28 20:47:27 -04:00
parent d43ac790f2
commit 67d8e58631
5 changed files with 121 additions and 46 deletions

View File

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