On 2015-11-01, Gary Johnson wrote: > On 2015-10-30, Bram Moolenaar wrote: > > Jonathan Newton wrote:
> > > Do you expect to accept this patch sometime soon? > > > > Not sure. We already have so many options... > > But it does make sense to limit the places where 'ignorecase' applies. > > > > It should probably be buffer-local, how tags are used depends on the > > type of file. > > Probably global-local, as 'tags' is. I'll try to figure out how to > do that. Probably needs a test, too. I encountered a conflict while making this option global-local. I had been using the <empty> value to mean that the case-sensitivity used for tag searches should follow the 'ignorecase' option. However, when an option is global or local to a buffer, setting the local value to <empty> means to follow the global value. I think the only way to resolve this is to disallow <empty> as a valid global value and use a word such as "follow" to mean "follow the value of 'ignorecase'". Does that seem OK? Is there a better word for this? I've written a test for the global-only behavior. I'll update it to test the global-local behavior as well. Regards, Gary -- -- 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.
