From dc8bce5c5a6e93553a5aa5ed27bc9cb83caa3e25 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Thu, 24 Nov 2011 17:56:09 +0100 Subject: open epub as zip --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 7a95993..3e513d0 100644 --- a/vimrc +++ b/vimrc @@ -132,6 +132,9 @@ function! MyFoldText() return sub . info endfunction +" open epub files as zip +au BufReadCmd *.epub call zip#Browse(expand("")) + " enable plugins depending on filetype filetype plugin on -- cgit v1.2.3