Enable repeat with tags for cst
This commit is contained in:
parent
b8b7ed84ee
commit
25f59364db
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user