310c310
< 	if ((ptr = getenv("VISUAL")) == NULL || strlen(ptr) < 256)
---
> 	if ((ptr = getenv("VISUAL")) == NULL || strlen(ptr) > 256)
