Skip to content

Commit 3448748

Browse files
authored
Disable macro mapping
1 parent 2727237 commit 3448748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/yankring.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1709,7 +1709,7 @@ function! s:YRMapsCreate(...)
17091709
endif
17101710

17111711
" silent! nmap <expr> @ YRMapsExpression("<SID>", "@", "1")
1712-
silent! nmap @ :<C-U>YRMapsMacro<CR>
1712+
" silent! nmap @ :<C-U>YRMapsMacro<CR>
17131713

17141714
let s:yr_maps_created_zap = 1
17151715

0 commit comments

Comments
 (0)