How to open windows in n columns or n rows?

2015-03-17 Thread Peng Yu
Hi, -o and -O allow one to open windows in 1 column and 1 row. What if one wants to open n columns or n rows? Thanks. -- Regards, Peng -- -- 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

Re: Can not diff more than 4 buffers

2015-03-17 Thread Peng Yu
That is a compiled limit of Vim. You would need to change the DB_COUNT macro and recompile Vim if you need more. Not sure, if you wouldn't still need even more adjustments. Is there a way to make vim be able to compare an unlimited number of files in future release of vim? -- Regards, Peng

Re: How to open windows in n columns or n rows?

2015-03-17 Thread Gary Johnson
On 2015-03-17, Peng Yu wrote: Hi, -o and -O allow one to open windows in 1 column and 1 row. What if one wants to open n columns or n rows? Thanks. :help -o :help -O Ex: $ vim -o3 Regards, Gary -- -- You received this message from the vim_use maillist. Do not top-post! Type

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

Is there a movement to the start of the enclosing fold?

2015-03-17 Thread Erik Christiansen
If I'm in a leaf fold, then ?{{{ will take me back to the start of the fold¹, to discover its title. That's sometimes very useful when I've landed more than a page within it via a search. But if there are several (even closed) subordinate folds between, then ?{{{ won't do the job. I suppose that

Re: Is there a movement to the start of the enclosing fold?

2015-03-17 Thread Erik Christiansen
On 17.03.15 11:11, Jürgen Krämer wrote: Hi, Erik Christiansen schrieb am 17.03.2015 um 10:51: If I'm in a leaf fold, then ?{{{ will take me back to the start of the fold¹, to discover its title. That's sometimes very useful when I've landed more than a page within it via a search.

Re: Is there a movement to the start of the enclosing fold?

2015-03-17 Thread Jürgen Krämer
Hi, Erik Christiansen schrieb am 17.03.2015 um 10:51: If I'm in a leaf fold, then ?{{{ will take me back to the start of the fold¹, to discover its title. That's sometimes very useful when I've landed more than a page within it via a search. But if there are several (even closed)

Motif equivalent of GTK font

2015-03-17 Thread zimmerdesignservices
I've been using a GTK version of gvim and have grown rather fond of the font Monospace 10. I want to switch to Motif because it seems to work better with cut/paste between vnc sessions. Can Motif use this font? How do I specify it? Thanks, Paul Zimmer -- -- You received this message from

Re: Broken [ and ] marks?

2015-03-17 Thread Ricky Manriquez
The plugin I found that broke this was vim-auto-save. They dont have any issue tracking on github so into the trash it goes. On Monday, September 22, 2014 at 8:28:09 AM UTC-7, Ben Fritz wrote: This was just posted on the Vim wiki on a tip using `[ and `]: `[v`] and `[V`] don't seem to

3zo should open fold upto depth of 3

2015-03-17 Thread Paul
According to the documentation for folds, the command 3zo should open folds to a depth of 3. When I move the cursor to a top-level fold and enter 3zo, it's as if I only entered zo, i.e. only the top level fold opens. I have foldmethod=indent. There are in fact subfolds at levels 2 and 3 within