Tony wrote:
> On Sun, Feb 3, 2019 at 11:47 PM Bram Moolenaar <[email protected]> wrote: > > > > > > Patch 8.1.0873 > > Problem: List if distributed files does not include the matchit autoload > > directory. > > Solution: Add the directory. > > Files: src/Filelist > > After applying this patch then running "make install", the only > subdirectories in $VIMRUNTIME/pack/dist/opt/matchit are still doc/ and > plugin/, and the same E117 error still happens after the file > autoload/matchit.vim is not found in 'runtimepath'. The matchit plugin is in the runtime files update. You can't have gotten the plugin that needs the autoload file in another way. So you need to pull the code from github. The runtime files and what's in the repository drifts apart over time. I could make a patch to catch up, but it's going to be big... -- BROTHER MAYNARD: Armaments Chapter Two Verses Nine to Twenty One. ANOTHER MONK: And St. Attila raised his hand grenade up on high saying "O Lord bless this thy hand grenade that with it thou mayest blow thine enemies to tiny bits, in thy mercy. "and the Lord did grin and people did feast upon the lambs and sloths and carp and anchovies and orang-utans and breakfast cereals and fruit bats and... BROTHER MAYNARD: Skip a bit brother ... "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
