mirror of
https://github.com/tpope/vim-surround.git
synced 2025-11-12 21:33:50 -05:00
Enable repeat with tags for cst
This commit is contained in:
@@ -435,7 +435,7 @@ function! s:dosurround(...) " {{{1
|
|||||||
if newchar == ""
|
if newchar == ""
|
||||||
silent! call repeat#set("\<Plug>Dsurround".char,scount)
|
silent! call repeat#set("\<Plug>Dsurround".char,scount)
|
||||||
else
|
else
|
||||||
silent! call repeat#set("\<Plug>Csurround".char.newchar,scount)
|
silent! call repeat#set("\<Plug>Csurround".char.newchar.s:tag,scount)
|
||||||
endif
|
endif
|
||||||
endfunction " }}}1
|
endfunction " }}}1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user