Issue #5746 has been updated by Dan Lowe.
Speaking as a Vim user, it makes no sense to put Vim and Emacs in a repo
together. Vim users often use Pathogen to load modules, meaning they expect the
repo to contain something like this at its base:
syntax/puppet.vim
ftdetect/puppet.vim
ftplugin/puppet.vim
indent/puppet.vim
This would be added to one's .vim directory like so:
cd ~/.dotfiles
git submodule add https://github.com/puppetlabs/vim-puppet vim/bundle/puppet
I don't know what Emacs files would look like, but Emacs users may well have a
similar kind of setup and for them, the vim files may be in the way.
Just my 2ยข...
----------------------------------------
Refactor #5746: move vim plugin files to their own repo
https://projects.puppetlabs.com/issues/5746
Author: Mark Carey
Status: Accepted
Priority: Normal
Assignee: Jacob Helwig
Category: ext
Target version:
Affected Puppet version:
Keywords:
Branch:
I've been using
[vim-pathogen][http://www.vim.org/scripts/script.php?script_id=2332] (excellent
vim plugin from Tim Pope) to allow my plugins to be installed from upstream git
repos to allow for easier updating. Since git does not allow for checking out
sub directories in a repo, this requires that a vim plugin be in its own
repository for it to work with vim-pathogen.
This is a request to have the puppet vim files be moved to their own repo on
github so that it would work with pathogen with little difficulty.
This also makes sense to keep separate since it is not actually puppet, but a
plugin for other software to make working on/with puppet easier (like
cucumber-puppet et al).
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.