Skip to content

Commit

Permalink
Unmapped @ from YRMapsMacro
Browse files Browse the repository at this point in the history
  • Loading branch information
tecfu committed Feb 14, 2017
1 parent 28854ab commit 8975e2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/yankring.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,9 @@ function! s:YRMapsCreate(...)
endif

" silent! nmap <expr> @ YRMapsExpression("<SID>", "@", "1")
silent! nmap @ :<C-U>YRMapsMacro<CR>
" YRMapsMacro conflicts with existing Vim functionality,
" and the benefit of this is not yet understood.
" silent! nmap @ :<C-U>YRMapsMacro<CR>

let s:yr_maps_created_zap = 1

Expand Down

0 comments on commit 8975e2d

Please sign in to comment.