Hi all, The recently introduced matchbufline() and matchstrlist() functions use the 'ignorecase' option value. If this option is set, then these functions ignore the case when matching the strings. So the behavior of a plugin using these functions depends on a user configuration. To ignore this option setting, the plugins need to either clear this option or use the "\C" or "\c" atom when calling this function.
Should we modify these functions to ignore the 'ignorecase' option value? The plugins can then choose to either ignore or not ignore the case explicitly and will be independent of a user configuration. Note: These functions currently ignore the 'smartcase' option value. Regards, Yegappan -- -- 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/CAAW7x7%3D5Oh4d9V20n6c1GLnfoy904gKf-Or2n0XxMc9GcJO%2Baw%40mail.gmail.com.
