From 4808ed3e9b71ed9228e3f2c6c161a57a5870d948 Mon Sep 17 00:00:00 2001 From: Arnaud Pecoraro Date: Thu, 23 Nov 2017 10:55:47 +0100 Subject: [PATCH] Added support for ipk packages --- plugin/debPlugin.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/debPlugin.vim b/plugin/debPlugin.vim index 4ae2f13..f6c5f31 100644 --- a/plugin/debPlugin.vim +++ b/plugin/debPlugin.vim @@ -16,3 +16,4 @@ endif let g:loaded_debPlugin = 1 autocmd BufReadCmd *.deb call deb#browse(expand("")) +autocmd BufReadCmd *.ipk call deb#browse(expand(""))