vitunes 0.2.2 → 0.2.3

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.
Files changed (3) hide show
  1. data/README.markdown +1 -1
  2. data/lib/vitunes/version.rb +1 -1
  3. metadata +2 -2
data/README.markdown CHANGED
@@ -74,7 +74,7 @@ More advanced autocompletion tips:
74
74
 
75
75
  * `CTRL-e` closes the match list and lets you continue typing
76
76
  * `CTRL-u`: when the match list is active, cycles forward through the match list and what you've typed so far; when the match list is inactive, erases what you've typed.
77
- * `CTRL-x C-u` reactivates autocompletion if it's gone away
77
+ * `CTRL-x CTRL-u` reactivates autocompletion if it's gone away
78
78
  * `CTRL-y` selects the highlighted match without triggering ENTER
79
79
 
80
80
  To exit the autocompletion or search query mode, press `ENTER` when the query
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 2
9
- version: 0.2.2
8
+ - 3
9
+ version: 0.2.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi