byzhang / lh-vim

Automatically exported from code.google.com/p/lh-vim
0 stars 0 forks source link

lh#list#Match() not needed #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
IMHO lh#list#Match() is not needed, since match() already accepts a list as the 
first argument:
    :h match()

What version of the product are you using? On what operating system?
lh-vim-lib, list.vim v2.2.6

Original issue reported on code.google.com by anw...@gmail.com on 8 Dec 2011 at 1:52

GoogleCodeExporter commented 9 years ago
Indeed, you're right.
I can't remember why I wrote this function. There might have been a version of 
Vim which an implementation of match() that didn't work on list, but I can't 
found any references.

I'll deprecate the functions.

Original comment by luc.herm...@gmail.com on 21 Mar 2012 at 1:59