diff options
author | Keith Maxwell <keith.maxwell@gmail.com> | 2019-05-22 08:49:16 +0100 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-22 20:49:13 +0000 |
commit | 286a57159f372affced016fc9bd870ec39ce7f77 (patch) | |
tree | 534aa11ad63dfc3c452d54138f36248e91acf682 /community/fzf/fzf-vim.post-install | |
parent | 0325b008b557fc7d5098c45eb0ef59f752b964a7 (diff) | |
download | aports-286a57159f372affced016fc9bd870ec39ce7f77.tar.bz2 aports-286a57159f372affced016fc9bd870ec39ce7f77.tar.xz |
community/fzf: add vim help files and create tags
install -D creates the directories so removed mkdir:
$ install --help 2>&1 | grep -- -D
-D Create leading target directories
Diffstat (limited to 'community/fzf/fzf-vim.post-install')
-rw-r--r-- | community/fzf/fzf-vim.post-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/fzf/fzf-vim.post-install b/community/fzf/fzf-vim.post-install new file mode 100644 index 0000000000..0bc5bd9954 --- /dev/null +++ b/community/fzf/fzf-vim.post-install @@ -0,0 +1,2 @@ +#!/bin/sh +vim -u NONE -esX "+helptags ALL" +q |