Thursday, November 1, 2012

Re: How to "filter" a plaintext pattern in a separate fullpage buffer to work on it separately ?

Thank you very much for your answer.

One question, nevertheless : I have already set my fold method to an
expression found in the Vim documentation :

/This will make a fold out of paragraphs separated by blank lines:
:set foldexpr=getline(v:lnum)=~'^\\s*$'&&getline(v:lnum+1)=~'\\S'?'<1':1/

Is it possible to have 1 fold method (expression) and 2 expressions for 2
different situations, and in that case, a usual expression (folding on
paragraphs) plus an expression specific to a tab split ?

Thanks again



--
View this message in context: http://vim.1045645.n5.nabble.com/How-to-filter-a-plaintext-pattern-in-a-separate-fullpage-buffer-to-work-on-it-separately-tp5711655p5711660.html
Sent from the Vim - General mailing list archive at Nabble.com.

--
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

No comments:

Post a Comment