vitunes 0.3.1 → 0.3.2
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/NOTES +2 -0
- data/lib/vitunes.vim +1 -1
- data/lib/vitunes/version.rb +1 -1
- metadata +2 -2
data/NOTES
CHANGED
data/lib/vitunes.vim
CHANGED
|
@@ -126,7 +126,7 @@ function! s:playTrack()
|
|
|
126
126
|
endif
|
|
127
127
|
let command = ""
|
|
128
128
|
if (s:currentPlaylist != '')
|
|
129
|
-
let command = s:vitunes_tool . "playTrackIDFromPlaylist ".trackID.' '.s:currentPlaylist
|
|
129
|
+
let command = s:vitunes_tool . "playTrackIDFromPlaylist ".trackID.' '.shellescape(s:currentPlaylist)
|
|
130
130
|
else
|
|
131
131
|
let command = s:vitunes_tool . "playTrackID " . trackID
|
|
132
132
|
endif
|
data/lib/vitunes/version.rb
CHANGED
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.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-07-
|
|
12
|
+
date: 2011-07-04 00:00:00.000000000 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: Control iTunes with Vim
|