Markus Heidelberg wrote:
> It is used by runtime/ftplugin/logtalk.vim
> ---
>
> I'm not a logtalk user, this is just another issue we encountered when
> looking at the Arch Linux Vim package.
>
> src/Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/Makefile b/src/Makefile
> index 02b8d6c..688dbad 100644
> --- a/src/Makefile
> +++ b/src/Makefile
> @@ -1880,7 +1880,7 @@ installrtbase: $(HELPSOURCE)/vim.1 $(DEST_VIM)
> $(DEST_RT) \
> cd $(PLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_PLUG)
> cd $(DEST_PLUG); chmod $(HELPMOD) *.vim README.txt
> # install the ftplugin files
> - cd $(FTPLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_FTP)
> + cd $(FTPLUGSOURCE); $(INSTALL_DATA) *.vim README.txt logtalk.dict
> $(DEST_FTP)
> cd $(DEST_FTP); chmod $(HELPMOD) *.vim README.txt
> # install the compiler files
> cd $(COMPSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_COMP)
> --
> 1.6.5.rc2.26.g03125
Thanks, I'll include the change.
--
GUARD #1: What, ridden on a horse?
ARTHUR: Yes!
GUARD #1: You're using coconuts!
ARTHUR: What?
GUARD #1: You've got two empty halves of coconut and you're bangin' 'em
together.
The Quest for the Holy Grail (Monty Python)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---