Skip to content

Commit

Permalink
<Plug>(peekaboo) should not be buffer-local
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Mar 20, 2017
1 parent f9cb167 commit a7c940b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/peekaboo.vim
Expand Up @@ -20,9 +20,9 @@
" OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
" THE SOFTWARE.

nnoremap <buffer> <silent> <Plug>(peekaboo) :<c-u>call peekaboo#aboo()<cr>
xnoremap <buffer> <silent> <Plug>(peekaboo) :<c-u>call peekaboo#aboo()<cr>
inoremap <buffer> <silent> <Plug>(peekaboo) <c-\><c-o>:<c-u>call peekaboo#aboo()<cr>
nnoremap <silent> <Plug>(peekaboo) :<c-u>call peekaboo#aboo()<cr>
xnoremap <silent> <Plug>(peekaboo) :<c-u>call peekaboo#aboo()<cr>
inoremap <silent> <Plug>(peekaboo) <c-\><c-o>:<c-u>call peekaboo#aboo()<cr>
function! peekaboo#on()
if get(b:, 'peekaboo_on', 0)
Expand Down

0 comments on commit a7c940b

Please sign in to comment.