| Summary: | Error detected while processing /etc/vim/vimrc | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Stephane Chomat <stephane.chomat> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | lanius, pYrania |
| Priority: | High | ||
| Version: | 1.4_rc2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | /etc/vim/vimrc | ||
|
Description
Stephane Chomat
2003-10-19 06:01:38 UTC
no file /etc/env.d/40vim In this file (vim 6.1) VIMRUNTIME=/usr/share/vim/vim61 To resolv this bug, add a file /etc/env.d/40vim VIMRUNTIME=/usr/share/vim/vim62 could you attach your /etc/vim/vimrc? Created attachment 19471 [details]
/etc/vim/vimrc
It 's the orignal vimrc from ebuild package.
this is a relict from the 6.1 ebuild, there is a warning about it in the 6.2 version. when update vim 6.1 to 6.2, the old files from vim 6.1 are not removed. That's because /etc is CONFIG_PROTECT(ed) but there is a warning about this in pkg_postinst. But /usr/share/vim/vim61 isn't protected ? Why this directory and all contains are not removed ? emerge gentoolkit qpkg -f /usr/share/vim/vim61/syntax/syntax.vim /usr/share/vim/vim61/syntax/syntax.vim not find so what content do you have in your vim61 dir ;) |