Skip to content

Commit

Permalink
Squashed 'modules/vim/' changes from 08261cd1..5cc89fa1
Browse files Browse the repository at this point in the history
5cc89fa1 drop puppet3 support
207a3de6 add information about supported puppet versions to README
571d1197 new release v2.6.0
d6a25a0c add puppet version requirements to metadata
e0ca3c8f drop ruby 1.9 support
46990e3e fix rubocop issues
74bf423b add .pmtignore file
671cc96d Merge pull request #14 from GeoffWilliams/fix_missing_var_error
7af98d8d add missing test_editor_set variable on several platforms
526ed92e new release v2.5.0
e1afbe97 only set editor as default, if command is set, fixes #12
281c7e85 add travis build status to README
5d993265 improve testing, fix some lint errors

git-subtree-dir: modules/vim
git-subtree-split: 5cc89fa15fa84f6f01db2244e052f791e967b736
  • Loading branch information
Michael Friedrich committed Nov 28, 2017
1 parent 37e8638 commit ef511c3
Show file tree
Hide file tree
Showing 14 changed files with 727 additions and 27 deletions.
4 changes: 4 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
BUNDLE_WITHOUT: system_tests:development
BUNDLE_PATH: vendor/bundle
BUNDLE_DISABLE_SHARED_GEMS: true
3 changes: 3 additions & 0 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fixtures:
symlinks:
"vim": "#{source_dir}"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pkg/
*.swp
.DS_Store
vendor/
Gemfile.lock
20 changes: 20 additions & 0 deletions .pmtignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
docs/
pkg/
Gemfile.lock
Gemfile.local
vendor/
.vendor/
spec/fixtures/manifests/
spec/fixtures/modules/
.vagrant/
.bundle/
.ruby-version
coverage/
log/
.idea/
.dependencies/
.librarian/
Puppetfile.lock
*.iml
.*.sw?
.yardoc/
Loading

0 comments on commit ef511c3

Please sign in to comment.