Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#7963 - syntax.vim not found, help does not work
Attached to Project:
Arch Linux
Opened by SkippyleGrandGourou (SkippyleGrandGourou) - Thursday, 06 September 2007, 07:42 GMT
Last edited by Tobias Kieslich (tobias) - Monday, 21 January 2008, 19:27 GMT
Opened by SkippyleGrandGourou (SkippyleGrandGourou) - Thursday, 06 September 2007, 07:42 GMT
Last edited by Tobias Kieslich (tobias) - Monday, 21 January 2008, 19:27 GMT
|
DetailsHi,
Description: Upgrading vim from ??? to 7.1.94 makes syntax.vim lost. Launching vim gives the message : ------------------------------------------------------ Error detected while processing /etc/vimrc: line 41: E484: Can't open file /usr/share/vim/syntax/syntax.vim Press ENTER or type command to continue ------------------------------------------------------ There is no syntax.vim file in /usr/share/vim/* (but the 'syntax' directory is there and not empty). The :help command does not work also (I had the idea to test it after reading an old (2004, fixed) bug report where both were declared not to work). The error is : --------------------------------- E433: No tags file E149: Sorry, no help for help.txt --------------------------------- Additional info: * package version(s) : 7.1.94, up to date standard distribution. Steps to reproduce: upgrade vim, then launch it. |
This task depends upon
Closed by Tobias Kieslich (tobias)
Monday, 21 January 2008, 19:27 GMT
Reason for closing: Works for me
Additional comments about closing: I close it because I can not reproduce it anymore. If it was an issue, the wehn we move form the old vim/gvim layout to the new vi/vi/gvim layout.
Any fixes for that don't make sense anymore
Monday, 21 January 2008, 19:27 GMT
Reason for closing: Works for me
Additional comments about closing: I close it because I can not reproduce it anymore. If it was an issue, the wehn we move form the old vim/gvim layout to the new vi/vi/gvim layout.
Any fixes for that don't make sense anymore
== buggy :
$ ls /usr/share/vim/
autoload indent plugin syntax
$ ls /usr/share/vim/syntax/ |wc -l
9
$ ls /usr/share/vim/syntax/
autohotkey.vim cdrtoc.vim coco.vim conaryrecipe.vim framescript.vim ldapconf.vim litestep.vim promela.vim voscm.vim
autoload indent plugin syntax
== normal :
$ ls /usr/share/vim/
autoload doc ftplugin.vim indent.vim macros plugin synmenu.vim vim16x16.gif vim32x32.xpm vimlogo.eps
bugreport.vim evim.vim ftplugof.vim indoff.vim makemenu.vim print syntax vim16x16.png vim48x48.gif vimlogo.gif
colors filetype.vim hi16-action-make.png keymap menu.vim rgb.txt termcap vim16x16.xpm vim48x48.png vimlogo.pdf
compiler ftoff.vim hi22-action-make.png lang mswin.vim scripts.vim tools vim32x32.gif vim48x48.xpm vimlogo.xpm
delmenu.vim ftplugin indent macmap.vim optwin.vim spell tutor vim32x32.png vimlogo.cdr vimrc_example.vim
$ ls /usr/share/vim/syntax/ | wc -l
500
I'll try to upgrade step by step, in order to see if another package can be the cause of this weird behaviour...
Anyway, this task can be closed since I don't think it is a bug, but a local problem from my computer. Sorry for disturbance...
I'm going to follow the steps SkippyleGrandGourou posted.
But: Maybe still a bug after all?
If two people have this problem, there might be something wrong here... it appears related to an upgrade of 'vi' ? I can't reproduce it thought - did you guys happen to uninstall vi, by chance?