vitunes 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/vitunes/version.rb +1 -1
  2. data/lib/vitunes.vim +1 -2
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
data/lib/vitunes.vim CHANGED
@@ -94,8 +94,7 @@ function! ViTunes()
94
94
  setlocal nomodifiable
95
95
  setlocal statusline=%!ViTunesStatusLine()
96
96
 
97
- command! -buffer -bar -nargs=1 NewPlaylist call s:newPlaylist(<f-args>)
98
- command! -buffer -bar -nargs=0 NewPlaylist call s:newPlaylist(<f-args>)
97
+ command! -buffer -bar -nargs=1 NewPlaylist call <SID>newPlaylist(<f-args>)
99
98
 
100
99
  if line('$') == 1 " buffer empty
101
100
  let msg = "Welcome to ViTunes\n\nPress ? for help"
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.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: