Merge pull request #224616 from ocfox/vim-wakatime-fix
vimPlugins.vim-wakatime: fix build as vim plugin
This commit is contained in:
commit
dfe6967122
1 changed files with 7 additions and 0 deletions
|
@ -1354,6 +1354,13 @@ self: super: {
|
|||
|
||||
vim-wakatime = super.vim-wakatime.overrideAttrs (old: {
|
||||
buildInputs = [ python3 ];
|
||||
patchPhase = ''
|
||||
substituteInPlace plugin/wakatime.vim \
|
||||
--replace 'autocmd BufEnter,VimEnter' \
|
||||
'autocmd VimEnter' \
|
||||
--replace 'autocmd CursorMoved,CursorMovedI' \
|
||||
'autocmd CursorMoved,CursorMovedI,BufEnter'
|
||||
'';
|
||||
});
|
||||
|
||||
vim-xdebug = super.vim-xdebug.overrideAttrs (old: {
|
||||
|
|
Loading…
Reference in a new issue