On Thu, Dec 3, 2009 at 8:59 AM, Cedric Staniewski <cedric@gmx.ca> wrote:
On 12/03/2009 01:47 AM, Dan McGee wrote:
On Wed, Dec 2, 2009 at 12:05 PM, Cedric Staniewski <cedric@gmx.ca> wrote:
A "why" in the commit message would be awfully nice, I'm confused here. :)
Signed-off-by: Cedric Staniewski <cedric@gmx.ca>
Sorry, I thought it were quite clear. The text in the man pages is already wrapped after a certain amount of characters and I thought is would be nice to add this to the vim directive or am I missing something here?
These man pages wrapping have always pissed me off , because all lines are indented by a tab and vim does not handle that. When I do 'gq' on one text block, it only keeps the tab on the first line... So I always had to manually re-insert the tab for all the next lines. And the result is that the first line is always shorter than all the following ones (by one tab). What am I missing ?