vitunes 0.1.5 → 0.1.7

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.
@@ -39,7 +39,8 @@ probably have a `PATH` issue. Try one of these workarounds:
39
39
  * Put the directory where Rubygems installs executables on your `PATH`
40
40
  * Try installing with `sudo gem install && vitunes-install`
41
41
 
42
- To upgrade ViTunes to a newer versoin, just repeat the installation produce.
42
+ To upgrade ViTunes to a newer version, just repeat the installation procedure.
43
+ Don't forget to run `vitunes-install` again after you download the new gem.
43
44
 
44
45
  ## How to use it
45
46
 
@@ -201,7 +201,7 @@ function! GenericCompletion(findstart, base)
201
201
  " find tracks matching a:base
202
202
  for m in s:selectionList
203
203
  " why doesn't case insensitive flag work?
204
- if m =~ '\c' . a:base
204
+ if m =~ '^\c' . a:base
205
205
  call add(res, m)
206
206
  endif
207
207
  endfor
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.7'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 5
9
- version: 0.1.5
8
+ - 7
9
+ version: 0.1.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi