OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Otto Moerbeek (ottocvs.openbsd.org)
Date: Sat Mar 08 2008 - 06:34:09 CST


CVSROOT: /cvs
Module name: src
Changes by: ottocvs.openbsd.org 2008/03/08 05:34:09

Modified files:
        usr.bin/vi/vi : vs_relative.c

Log message:
fix vs_columns() for the "set nu" case. avoids segfaults for very long
lines containing tabs; from Nathan Houghton; ok millert