Summary: | vim 6.2 tries to read syntax file for vim 6.1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Luke Graham <luke> |
Component: | New packages | Assignee: | Aron Griffis (RETIRED) <agriffis> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | horacio, kodos, thedj |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Luke Graham
2003-06-09 20:20:53 UTC
I see, its the env var VIMRUNTIME=/usr/share/vim/vim61 still hanging around... (from the old ebuild??) Maybe just a message warning people would be enough? Hi Luke. You're right, the problem is that the old environment variable is still hanging around, and we've no easy way to remove it from the environment of the current shell. And there's already a warning posted (in the vim eclass) if [ -n "$VIMRUNTIME" -a "${VIMRUNTIME##*/vim}" != "${VIM_VERSION/.}" ]; then ewarn ewarn "WARNING: You have VIMRUNTIME set in your environment from an old" ewarn "installation. You will need to either unset VIMRUNTIME in each" ewarn "terminal, or log out completely and back in. This problem won't" ewarn "happen again since the ebuild no longer sets VIMRUNTIME." ewarn fi *** Bug 23654 has been marked as a duplicate of this bug. *** *** Bug 23656 has been marked as a duplicate of this bug. *** *** Bug 23823 has been marked as a duplicate of this bug. *** *** Bug 24045 has been marked as a duplicate of this bug. *** Resolving INVALID since this bug was accidentally reopened |