vimPlugins.vim-textobj-function: init at 2014-05-03

This commit is contained in:
Paul Reimer 2019-07-01 17:13:27 -07:00
parent ae082355b7
commit cb81314ea0
No known key found for this signature in database
GPG Key ID: 65D1D89E6BBF95E7
2 changed files with 12 additions and 0 deletions

View File

@ -3929,6 +3929,17 @@ let
};
};
vim-textobj-function = buildVimPluginFrom2Nix {
pname = "vim-textobj-function";
version = "2014-05-03";
src = fetchFromGitHub {
owner = "kana";
repo = "vim-textobj-function";
rev = "adb50f38499b1f558cbd58845e3e91117e4538cf";
sha256 = "0cwl102si9zhhhpg6c0fjnyq35v6bl5f34p2s7b47isxdn0qvris";
};
};
vim-textobj-multiblock = buildVimPluginFrom2Nix {
pname = "vim-textobj-multiblock";
version = "2014-06-02";

View File

@ -146,6 +146,7 @@ kana/vim-niceblock
kana/vim-operator-replace
kana/vim-operator-user
kana/vim-tabpagecd
kana/vim-textobj-function
kassio/neoterm
kchmck/vim-coffee-script
KeitaNakamura/neodark.vim