Thomas Kohler wrote:

> For the first time in a long time, I wanted to compile vim by
> myself for testing a bit. So I ran configure (in order to set a
> PREFIX that would allow me to install vim in a temporary
> location, not screwing up vim that is installed in the system),
> ran make and make install.
> While that part went fine, I run into an issue now:
> 
> /tmp/vim> ./bin/vim share/vim/vim82/colors/koehler.vim
> Error detected while processing /home/thomas/.vimrc:
> line  289: E1208: -complete used without allowing argumentsPress ENTER or 
> type command to continue

Yes, that was a common mistake, the error should help you avoid that.

> So I type ENTER and ":help E1208" and get this:
> E149: Sorry, no help for E1208
> 
> Is there a help tag missing for E1208? It seems like it, as I
> can't find E1208 in any of the help files, only in the binary and
> some LANG files (probably used for displaying the error above in
> the language selected?):

I'm still adding tags in the help for recently added errors.  Currently
at E1083 (and the last hundred or so were not committed yet).

> Apart from that, I fail to see what's wrong with line 289 of my
> .vimrc:
> /tmp/vim> cat -n ~/.vimrc | grep 289
>    289  :com! -nargs=0 -complete=command  Tmake call Tmake(expand("%"))
> 
> Is there any change I'm missing? I didn't see anything relevant
> in ":help version-8.2" (but I noticed it only lists patches up to
> 8.1.1400, even though the version I built obviously has more
> patches).

You specify "command" completeion but "-nargs=0" says there is nothing
to complete.


-- 
Shaw's Principle: Build a system that even a fool can use, and
only a fool will want to use it.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///                                                                      \\\
\\\        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\            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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/20220123112008.3589E1C11B3%40moolenaar.net.

Raspunde prin e-mail lui