Bug 473587

Summary: vim-common should own standard directories under /usr/share/vim/vimfiles
Product: [Fedora] Fedora Reporter: Iain Arnell <iarnell>
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: karsten, mcepl, mcepl, mtasaka
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-01 15:02:29 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:

Description Iain Arnell 2008-11-29 16:11:45 UTC
Description of problem:

In order to allow vim addons (e.g. vim-vimoutliner) to be packaged cleanly (i.e. not create unowned directories, nor own directories they shouldn't), it would seem sensible for vim-common to create and own a default directory structure under /usr/share/vim/vimfiles. At least colors, doc, ftdetect, ftplugin, indent, plugin, and syntax should exist (and maybe others?).


Version-Release number of selected component (if applicable): 7.2.025-2.fc10


Steps to Reproduce:
1. repoquery --repoid=rawhide -l vim-common | grep vimfiles

  
Actual results:
/usr/share/vim/vimfiles
/usr/share/vim/vimfiles/after
/usr/share/vim/vimfiles/template.spec


Expected results:
/usr/share/vim/vimfiles/
/usr/share/vim/vimfiles/after
/usr/share/vim/vimfiles/colors
/usr/share/vim/vimfiles/doc
/usr/share/vim/vimfiles/ftdetect
/usr/share/vim/vimfiles/ftplugin
/usr/share/vim/vimfiles/indent
/usr/share/vim/vimfiles/plugin
/usr/share/vim/vimfiles/syntax
/usr/share/vim/vimfiles/template.spec

Comment 1 Mamoru TASAKA 2008-11-30 09:31:15 UTC
It seems that 7.2.026-2 has not been rebuilt on dist-f11 yet.

Comment 2 Karsten Hopp 2008-12-01 15:02:29 UTC
I've build vim-7.2-060-1 in rawhive which fixes this.