vimPlugins.vim-wakatime: fix replace
Changed in https://github.com/wakatime/vim-wakatime/commit/413e9c4e44baaeb60beded33e26c37d9d22130b0 but we missed because we weren't using replace fail.
This commit is contained in:
@@ -3366,8 +3366,8 @@ in
|
||||
substituteInPlace plugin/wakatime.vim \
|
||||
--replace-fail 'autocmd BufEnter,VimEnter' \
|
||||
'autocmd VimEnter' \
|
||||
--replace-fail 'autocmd CursorMoved,CursorMovedI' \
|
||||
'autocmd CursorMoved,CursorMovedI,BufEnter'
|
||||
--replace-fail 'autocmd CursorHold,CursorHoldI' \
|
||||
'autocmd CursorHold,CursorHoldI,BufEnter'
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user