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 == ""
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user