forked from aniani/vim
updated for version 7.2-191
This commit is contained in:
@@ -5866,7 +5866,7 @@ list_equal(l1, l2, ic)
|
||||
return item1 == NULL && item2 == NULL;
|
||||
}
|
||||
|
||||
#if defined(FEAT_PYTHON) || defined(PROTO)
|
||||
#if defined(FEAT_PYTHON) || defined(FEAT_MZSCHEME) || defined(PROTO)
|
||||
/*
|
||||
* Return the dictitem that an entry in a hashtable points to.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user