Bug 138195 - Document the disabling of modelines in the Vim help files
Summary: Document the disabling of modelines in the Vim help files
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: ConsoleApps (show other bugs)
Version: unspecified
Hardware: All SuSE Linux 10.0
: P5 - None : Normal
Target Milestone: ---
Assignee: Mads Martin Joergensen
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 01:03 UTC by Omari Norman
Modified: 2005-12-14 12:15 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Omari Norman 2005-12-13 01:03:18 UTC
I spent some time trying to get modelines to work in Vim. According to the Vim documentation, by default modelines are on, so I was puzzled as to why they did not work. Finally I realized they had been disabled in /etc/vimrc for security reasons. It would be nice if this were noted in the Vim help files (at *'modeline'* and at *modeline*) so people would know the default in Vim has been changed by SUSE.
Comment 1 Mads Martin Joergensen 2005-12-14 12:15:32 UTC
The first place to look for SUSE configuration changes (modelines is not the only one, there's many others) is /etc/vimrc.

That's the only place it goes, otherwise we would have to change the help files for every option we change, and that's simply too much. Sorry.