vitunes 0.0.5 → 0.0.6
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/README.markdown +1 -1
- data/lib/vitunes/version.rb +1 -1
- metadata +1 -1
data/README.markdown
CHANGED
|
@@ -47,7 +47,7 @@ directory.
|
|
|
47
47
|
The query and selection drop downs make use of Vim autocompletion. Start typing
|
|
48
48
|
the first few letters of what you want. For example, if you want to jump to all
|
|
49
49
|
artists that start with the letter 'P', type 'P' and you'll see the drop down
|
|
50
|
-
items update.
|
|
50
|
+
items update. This autocompletion is case-sensitive.
|
|
51
51
|
|
|
52
52
|
`CTRL-p` and `CTRL-n` let you navigate the matches. Press `ENTER` to select
|
|
53
53
|
one.
|
data/lib/vitunes/version.rb
CHANGED