vitunes 0.4.0 → 0.4.1
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.
- data/lib/vitunes/version.rb +1 -1
- data/lib/vitunes.vim +1 -2
- metadata +1 -1
data/lib/vitunes/version.rb
CHANGED
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
|
|
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"
|