vitunes 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/vitunes/version.rb +1 -1
  2. data/lib/vitunes.vim +1 -1
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.4.4'
2
+ VERSION = '0.4.5'
3
3
  end
data/lib/vitunes.vim CHANGED
@@ -97,7 +97,7 @@ function! ViTunes()
97
97
  command! -buffer -bar -nargs=1 NewPlaylist call <SID>newPlaylist(<f-args>)
98
98
 
99
99
  if line('$') == 1 " buffer empty
100
- let msg = "Welcome to ViTunes\n\nPress ? for help"
100
+ let msg = "Welcome to ViTunes\n\nPress ".g:mapleader."? for help"
101
101
  setlocal modifiable
102
102
  silent! 1,$delete
103
103
  silent! put =msg
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vitunes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: