Commit 9940c1e6 authored by Eman Resu's avatar Eman Resu
Browse files

vimPlugins.vim-textobj-line: init at 2021-09-27

Comes with an override to properly depend on vim-textobj-user.
parent 55a1dce2
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -21024,6 +21024,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  vim-textobj-line = buildVimPlugin {
    pname = "vim-textobj-line";
    version = "2021-09-27";
    src = fetchFromGitHub {
      owner = "kana";
      repo = "vim-textobj-line";
      rev = "1a6780d29adcf7e464e8ddbcd0be0a9df1a37339";
      sha256 = "0di9y3nbb9raj0lj7d76cjic4vs1msrqk3gzsl3r7b1qr0y3mdw7";
    };
    meta.homepage = "https://github.com/kana/vim-textobj-line/";
    meta.hydraPlatforms = [ ];
  };
  vim-textobj-multiblock = buildVimPlugin {
    pname = "vim-textobj-multiblock";
    version = "2014-06-02";
+7 −0
Original line number Diff line number Diff line
@@ -3947,6 +3947,13 @@ assertNoAdditions {
    };
  });

  vim-textobj-line = super.vim-textobj-line.overrideAttrs (old: {
    dependencies = [ self.vim-textobj-user ];
    meta = old.meta // {
      maintainers = with lib.maintainers; [ llakala ];
    };
  });

  vim-tpipeline = super.vim-tpipeline.overrideAttrs {
    # Requires global variable
    nvimSkipModules = "tpipeline.main";
+1 −0
Original line number Diff line number Diff line
@@ -1614,6 +1614,7 @@ https://github.com/glts/vim-textobj-comment/,,
https://github.com/kana/vim-textobj-entire/,,
https://github.com/kana/vim-textobj-function/,,
https://github.com/gibiansky/vim-textobj-haskell/,,
https://github.com/kana/vim-textobj-line/,HEAD,
https://github.com/osyo-manga/vim-textobj-multiblock/,,
https://github.com/kana/vim-textobj-user/,,
https://github.com/Julian/vim-textobj-variable-segment/,,