vitunes 0.1.7 → 0.1.8

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/lib/vitunes.vim +1 -1
  2. data/lib/vitunes/version.rb +1 -1
  3. metadata +2 -2
@@ -83,7 +83,7 @@ function! ViTunes()
83
83
 
84
84
  " Not working yet
85
85
  " noremap <buffer> <BS> :call <SID>deleteTracksFromPlaylist()<CR> "
86
- noremap <buffer> ,i :close<CR>
86
+ noremap <buffer> <Leader>i :close<CR>
87
87
  noremap <buffer> ? :call <SID>help()<CR>
88
88
  "noremap <buffer> <cr> <Esc>:call <SID>playTrack()<cr>
89
89
  noremap <buffer> <cr> :call <SID>playTrack()<cr>
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.1.7'
2
+ VERSION = '0.1.8'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 7
9
- version: 0.1.7
8
+ - 8
9
+ version: 0.1.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi