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
|
||||
|
||||
#set vim-repeat
|
||||
if exists('*repeat#set')
|
||||
legacy call repeat#set("\<Plug>(singlechar-repeat)")
|
||||
endif
|
||||
enddef
|
||||
|
||||
def g:RepeatSingleChar(): void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue