Bug 83696

Summary: vim should read /etc for local system-wide defaults
Product: [Retired] Red Hat Linux Reporter: Danny Sung <dannys>
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-09-01 14:36:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Just a small patch to have vim read /etc/vimrc and /usr/local/etc/vimrc none

Description Danny Sung 2003-02-07 05:37:57 UTC
it'd be nice if vim would read /etc/vimrc and /usr/local/etc vimrc for
additional settings.  (Ideally /etc/vim.d, perhaps in so that applications could
possibily incorporate their own vim settings (eg. for their own file formats)).

Comment 1 Danny Sung 2003-02-07 05:39:55 UTC
Created attachment 89921 [details]
Just a small patch to have vim read /etc/vimrc and /usr/local/etc/vimrc

it'll test if those files exist before trying to source them.