Александр Аксенов

Results 1 comments of Александр Аксенов

Hi! This solution solves issue: ```diff diff --git a/autoload/repeat.vim b/autoload/repeat.vim index ce2141b..1a4ab92 100644 --- a/autoload/repeat.vim +++ b/autoload/repeat.vim @@ -111,7 +111,7 @@ endfunction function! repeat#wrap(command,count) let preserve = (g:repeat_tick == b:changedtick)...