Gentoo Archives: gentoo-user

From: Mark <znxster@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] {OT} vi line breaks
Date: Sat, 05 Aug 2006 22:03:13
Message-Id: 169ffc030608051455m44c17c69m2118ed79f3e3fbbe@mail.gmail.com
In Reply to: [gentoo-user] {OT} vi line breaks by Grant
1 Look for:
2 set textwidth=....
3
4 Or shorthand:
5 set tw=...
6
7 If you set this to 0 .. then it will not wrap. You can do this on a
8 per file basis with the vim modelines:
9
10 # vim:set tw=0:
11
12 As suggested look in the rc files.
13
14 Thanks
15 Mark
16 --
17 gentoo-user@g.o mailing list