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 pengyu...@gmail.com 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

What sets textwidth=78

2015-03-16 Thread Graham Lawrence
Using Huge vim 7.4 with patch 1-473 on arch linux One of the last entries in my .vimrc is set textwidth=0 which is occasionally overridden by some feature in vim that arbitrarily sets the textwidth to 78. Most of the time this creates no problem, but when I happen to add text to a .vimrc

Re: What sets textwidth=78

2015-03-16 Thread neknekneknek . kyoto
:verbose set textwidth itchyny -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google

Re: What sets textwidth=78

2015-03-16 Thread Elimar Riesebieter
* Graham Lawrence gl00...@gmail.com [2015-03-16 11:06 -0700]: Using Huge vim 7.4 with patch 1-473 on arch linux One of the last entries in my .vimrc is set textwidth=0 which is occasionally overridden by some feature in vim that arbitrarily sets the textwidth to 78. Most of the time