Re: matchaddpos() entries via setmatches()

2018-02-01 Fir de Conversatie Bram Moolenaar

Rick Howe wrote:

> In the latest help file of
> *eval.txt*For Vim version 8.0.  Last change: 2018 Jan 28
> 
> The last paragraph of matchaddpos() says:
> < Matches added by |matchaddpos()| are returned by
>   |getmatches()| with an entry "pos1", "pos2", etc., with the
>   value a list like the {pos} item.
>   These matches cannot be set via |setmatches()|, however they
>   can still be deleted by |clearmatches()|.
> 
> However, as far as I tried on 8.0, matchaddpos() entries can be set via
> setmatches(). Did the following patch solve the restriction?
> 
> Patch 7.4.745 
> Problem:The entries added by matchaddpos() are returned by getmatches() 
> but can't be set with setmatches(). (Lcd) 
> Solution:   Fix setmatches(). (Christian Brabandt) 
> Files:  src/eval.c, src/testdir/test63.in, src/testdir/test63.ok 

Looks like the help was not updated when setmatches() was extended with
support for position matches.  I'll remove that sentence.

-- 
Facepalm reply #9: "Speed up, you can drive 80 here" "Why, the cars behind us
are also driving 60"

 /// Bram Moolenaar -- b...@moolenaar.net -- 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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: html BufRead autocmd error

2018-02-01 Fir de Conversatie Bram Moolenaar

Steve Hall wrote:

> > > I'm seeing a BufRead autocmd error in with ft=html:
> > >
> > > E117: Unknown function: dist#ft#FThtml
> > >
> > > This is called in filetype.vim but I can't grep a definition
> > > anywhere.
> >
> > This is in runtime/autoload/dist/ft.vim:
> 
> I missed packaging that before, and will include in the future.
> 
> Looking closer at Vim's NSIS script, I see a few other exceptions:
> 
> + tee.exe
> + winpty32.dll
> + winpty-agent.exe
> 
> Where are these built? Make_cyg_ming.mak does not. I also include:

These are not build from Vim sources, you can find that elsewhere.
 
> + runtime\print\*.*
> 
> which Vim does not appear to include, are these deprecated?

These are used for :hardcopy, printing through PostScript.  Normally you
would not use PostScript on MS-Windows, so the files are not included in
the installer.  On Unix the files are installed.
It's possible to compile the feature on MS-Windows, if you really want.
But you need to get the runtime files manually then.

-- 
Facepalm statement #2: "If there is a country without immigrants I'm going to
move there"

 /// Bram Moolenaar -- b...@moolenaar.net -- 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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: RFC: Signature help/argument hints in a second popup menu

2018-02-01 Fir de Conversatie skywind3000
+1
+1

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.