Feature/vim repeat #1

Merged
lohhiiccc merged 6 commits from feature/vim-repeat into main 2025-08-19 09:21:53 +00:00
Showing only changes of commit 64bcd7a1a0 - Show all commits

View file

@ -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