How to avoid zip.vim being used when docx2txt is installed to open docx files?

2015-03-14 Thread Peng Yu
Hi, http://docx2txt.sourceforge.net/ I installed docx2txt. And added the following code to my ~/.vimrc. "use docx2txt.pl to allow VIm to view the text content of a .docx file directly. autocmd BufReadPre *.docx set ro autocmd BufReadPost *.docx %!docx2txt.pl But unfortunately, zip.vim is stil

Re: How to avoid zip.vim being used when docx2txt is installed to open docx files?

2015-03-16 Thread Campbell, Charles E. (GSFC-5910)
On Mar 14, 2015, at 5:01 PM, Peng Yu wrote: > Hi, > > http://docx2txt.sourceforge.net/ > > I installed docx2txt. And added the following code to my ~/.vimrc. > > "use docx2txt.pl to allow VIm to view the text content of a .docx file > directly. > autocmd BufReadPre *.docx set ro > autocmd Bu

Re: How to avoid zip.vim being used when docx2txt is installed to open docx files?

2015-03-17 Thread Peng Yu
> Modify g:zipPlugin_ext to hold whichever suffices you want zip.vim to handle > and put it into your .vimrc. This change will take effect only in subsequent > instances of vim, not a currently running one. What is the syntax for multiple suffixes? Should it be something like this? let g:zipPl

Re: How to avoid zip.vim being used when docx2txt is installed to open docx files?

2015-03-24 Thread Charles Campbell
Peng Yu wrote: >> Modify g:zipPlugin_ext to hold whichever suffices you want zip.vim to handle >> and put it into your .vimrc. This change will take effect only in >> subsequent instances of vim, not a currently running one. > What is the syntax for multiple suffixes? Should it be something like

Re: How to avoid zip.vim being used when docx2txt is installed to open docx files?

2015-10-29 Thread Enno
Le mardi 24 mars 2015 16:09:09 UTC+1, Charles Campbell a écrit : > Peng Yu wrote: > >> Modify g:zipPlugin_ext to hold whichever suffices you want zip.vim to > >> handle and put it into your .vimrc. This change will take effect only in > >> subsequent instances of vim, not a currently running one

Re: How to avoid zip.vim being used when docx2txt is installed to open docx files?

2015-10-30 Thread Enno
Le jeudi 29 octobre 2015 23:41:43 UTC+1, Enno a écrit : > Le mardi 24 mars 2015 16:09:09 UTC+1, Charles Campbell a écrit : > > Peng Yu wrote: > > >> Modify g:zipPlugin_ext to hold whichever suffices you want zip.vim to > > >> handle and put it into your .vimrc. This change will take effect only