mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
Remove python, perl, lua, ruby
This commit is contained in:

committed by
Thiago de Arruda

parent
acf5757831
commit
8074945788
@@ -5268,8 +5268,7 @@ list_equal (
|
||||
return item1 == NULL && item2 == NULL;
|
||||
}
|
||||
|
||||
#if defined(FEAT_RUBY) || defined(FEAT_PYTHON) || defined(FEAT_PYTHON3) \
|
||||
|| defined(FEAT_MZSCHEME) || defined(FEAT_LUA) || defined(PROTO)
|
||||
#if defined(PROTO)
|
||||
/*
|
||||
* Return the dictitem that an entry in a hashtable points to.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user