vim-plugins: add expression command-t

* also fix build of vim on darwin
This commit is contained in:
Jason "Don" O'Conal
2013-07-14 11:24:45 +10:00
parent b084b29d26
commit 1d7d0addcc
3 changed files with 44 additions and 4 deletions
+4 -2
View File
@@ -41,8 +41,10 @@ stdenv.mkDerivation rec {
sed -i -e 's/as_fn_error.*int32.*/:/' src/auto/configure
'';
meta = {
meta = with stdenv.lib; {
description = "The most popular clone of the VI editor";
homepage = http://www.vim.org;
homepage = http://www.vim.org;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
}