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