Increase buffer space for 'vi"

Is there a way to increase (x2) the number of characters (bytes) in a single record in vi?I get the error that the record I am trying to join is to long..Thanks
[181 byte] By [farmboy] at [2007-11-26 7:25:48]
# 1

vi may be limited by the sapce in yout TMPDIR. Try changing that to somewhere that has more free space (or delete any junk you have in TMPDIR)

If you just want to view the file, try using more.

If you want to do search/replace, then try sed/awk/perl.

If you are trying to join together files, try cat.

Lastly, perhaps try vim.

Paul

Paul_Floyd at 2007-7-6 19:13:58 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
The problem is the length of the record not the size of the file..Thanks
farmboy at 2007-7-6 19:13:58 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3
IIRC thats a fixed length which can not be altered, a workaround is to use a different editor or download vim..I might be wrong though. 7/M.
mAbrante at 2007-7-6 19:13:58 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4
Thanks...
farmboy at 2007-7-6 19:13:58 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...