Bug 65841 - errors in installed .vim runtime files
Summary: errors in installed .vim runtime files
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: vim
Version: 7.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: wdovlrrw
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-06-02 08:28 UTC by Richard Henderson
Modified: 2007-04-18 16:42 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-06-02 08:30:46 UTC
Embargoed:


Attachments (Terms of Use)
patch to fix the dumb-ass errors (717 bytes, patch)
2002-06-02 08:30 UTC, Richard Henderson
no flags Details | Diff

Description Richard Henderson 2002-06-02 08:28:49 UTC
Description of Problem:

Vim maintainers are so entranced by their syntax highlighting and
auto-indent features that they never bothered to test turning them
off.  There are errors in the installed .vim runtime files.

Version-Release number of selected component (if applicable):

vim-enhanced-6.0-0.27

How Reproducible:

Always

Steps to Reproduce:

In .vimrc:

if has("syntax")
  :syntax off
  source $VIMRUNTIME/ftoff.vim
endif

% vim

Actual Results:

Error detected while processing /usr/share/vim/vim60z/ftplugof.vim:
line   11:
No such event: filetypeplugin *
Error detected while processing /usr/share/vim/vim60z/indoff.vim:
line   11:
No such event: filetypeindent *

Comment 1 Richard Henderson 2002-06-02 08:30:41 UTC
Created attachment 59245 [details]
patch to fix the dumb-ass errors

Comment 2 Bernhard Rosenkraenzer 2002-06-02 08:33:15 UTC
This error is not present in the packages included with Red Hat Linux 7.3.


Note You need to log in before you can comment on or make changes to this bug.