Re: matchadd() does not respect 'ignorecase'

2013-11-03 Thread LCD 47
On 3 November 2013, Justin M. Keyes  wrote:
> Is matchadd() supposed to respect 'ignorecase'? The documentation
> does not explicitly say, but it uses a {pattern} like search() and
> searchpos(), both of which *do* respect 'ignorecase' and 'smartcase'.
[...]

Yes, the match in matchadd() is always magic and case sensitive, but
you can override the default with the flags \c, \v, etc.  I suppose this
should be documented.

/lcd

-- 
-- 
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: matchadd() does not respect 'ignorecase'

2013-11-03 Thread Justin M. Keyes
On Sun, Nov 3, 2013 at 5:29 PM, LCD 47  wrote:
> On 3 November 2013, Justin M. Keyes  wrote:
>> Is matchadd() supposed to respect 'ignorecase'? The documentation
>> does not explicitly say, but it uses a {pattern} like search() and
>> searchpos(), both of which *do* respect 'ignorecase' and 'smartcase'.
> [...]
>
> Yes, the match in matchadd() is always magic and case sensitive, but
> you can override the default with the flags \c, \v, etc.  I suppose this
> should be documented.

Thanks, that clears it up.

-- 
-- 
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.