Skip to content

Commit

Permalink
vimPlugins.vim-wakatime: fix replace
Browse files Browse the repository at this point in the history
Changed in
wakatime/vim-wakatime@413e9c4
but we missed because we weren't using replace fail.
  • Loading branch information
khaneliman committed Dec 23, 2024
1 parent 497f030 commit 2e1fcd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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'
'';
};

Expand Down

0 comments on commit 2e1fcd2

Please sign in to comment.