Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592090 - app-vim/vim-tmux: vim plugin for tmux
Summary: app-vim/vim-tmux: vim plugin for tmux
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-25 11:56 UTC by Adrian
Modified: 2016-10-01 11:30 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian 2016-08-25 11:56:29 UTC
Unlike 2.1 it only installs the ftdetect plugin but not the syntax plugin.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-09-30 07:38:23 UTC
Unfortunately vim syntax file has been removed from upstream release tarballs.
Comment 2 Patrice Clement (RETIRED) gentoo-dev 2016-10-01 09:43:21 UTC
https://github.com/tmux-plugins/vim-tmux

Let's create a package then!
Comment 3 Patrice Clement (RETIRED) gentoo-dev 2016-10-01 11:30:16 UTC
commit 4cf5b106137a571ae2b558a0643fe6adecbea505 (HEAD -> master, origin/master, origin/HEAD)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Sat Oct 1 13:29:12 2016 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Sat Oct 1 13:29:32 2016 +0200

app-vim/vim-tmux: new package.

vim-tmux is a vim plugin which offers support for tmux.conf.

Gentoo-Bug: https://bugs.gentoo.org/592090

Package-Manager: portage-2.2.28

app-vim/vim-tmux/Manifest              |  1 +
app-vim/vim-tmux/metadata.xml          | 15 +++++++++++++++
app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 23 +++++++++++++++++++++++
3 files changed, 39 insertions(+)
create mode 100644 app-vim/vim-tmux/Manifest
create mode 100644 app-vim/vim-tmux/metadata.xml
create mode 100644 app-vim/vim-tmux/vim-tmux-3.0.0.ebuild

There you go. Enjoy!