Your message dated Wed, 15 Mar 2006 01:27:36 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#350956: syntax.vim error in 6.4
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Followup-For: Bug #348193
Package: vim
Version: 1:6.4-006+2
*** Please type your report below this line ***
After typing in vim ":syntax on" there is a information that
the programm can't open /usr/share/vim/vim64/syntax. Actually
there's no syntax highlighting. I've tried to remove the programm
and install it again, nothing has changed. I have a line syntax on
in my .vimrc file.
-- System Information:
Debian Release: testing/unstable
APT prefers testing-proposed-updates
APT policy: (500, 'testing-proposed-updates'), (500, 'testing'),
(500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Versions of packages vim depends on:
ii libc6 2.3.5-6 GNU C Library: Shared
libraries an
ii libgpmg1 1.19.6-21 General Purpose Mouse -
shared lib
ii libncurses5 5.4-9 Shared libraries for
terminal hand
ii vim-common 1:6.4-006+2 Vi IMproved - Common files
ii vim-runtime 1:6.4-006+2 Vi IMproved - Runtime files
vim recommends no packages.
-- no debconf information
Best regards,
Anna Choma
--- End Message ---
--- Begin Message ---
On Mon, Mar 13, 2006 at 09:20:38AM +0100, Leo Eraly wrote:
> Hi ,
>
> The full error that I get on testing is:
>
> Error detected while processing /usr/share/vim/vim64/syntax/syntax.vim:
> line 42:
> E216: No such group or event: filetypedetect BufRead
>
> My version is 6.4-007+1
This is because the /etc/vim/vimrc that was on your system wasn't the
same as what was installed by Vim. So, you were prompted about what to
do with the differences between your file and the new one the package
was installing. You chose to keep your version which is lacking some
requisite changes in the system-wide vimrc from the newer package.
The easiest way to solve this problem would be to merge whatever changes
are in your /etc/vim/vimrc with the new vimrc (which should exist as
either /etc/vim/vimrc.dpkg-new or /etc/vim/vimrc.dpkg-dist) making sure
that you keep the line from the newer vimrc which sets the runtime
option.
Since this has been reported so many times (#340254, #347704, #334200,
#338937) I'll add a NEWS entry specifying that users need to either
merge the new vimrc file with theirs or let the new vimrc override their
current one.
James
--
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
--- End Message ---