On Friday, April 12, 2013 9:45:34 AM UTC-5, Marco wrote:
> Hi,
> 
> 
> 
> can I configure vim to consider a line containing a tab a paragraph
> 
> boundary for the { and } commands? I find it rather irritating that
> 
> { and } don't consider a tab a paragraph boundary but the ip motion
> 
> does. Example:
> 

It's not configurable.

{ and } strictly use paragraph boundaries, defined as empty lines or lines 
using nroff macros specified in the 'paragraphs' option.

ip uses these but also has an exception for lines containing nothing but 
whitespace.

See :help paragraph and :help ip

This behavior annoys me too but it is what it is.

-- 
-- 
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 Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to