Feature/vim repeat #1
1 changed files with 3 additions and 1 deletions
|
|
@ -72,7 +72,9 @@ def InsertChar(mode: string, count: number, pkey: string = ''): void
|
||||||
g:last_singlechar_count = count
|
g:last_singlechar_count = count
|
||||||
|
|
||||||
#set vim-repeat
|
#set vim-repeat
|
||||||
legacy call repeat#set("\<Plug>(singlechar-repeat)")
|
if exists('*repeat#set')
|
||||||
|
legacy call repeat#set("\<Plug>(singlechar-repeat)")
|
||||||
|
endif
|
||||||
enddef
|
enddef
|
||||||
|
|
||||||
def g:RepeatSingleChar(): void
|
def g:RepeatSingleChar(): void
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue