CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2011/04/10 15:21:52
Modified files: usr.bin/vi/vi : vs_refresh.c Log message: Fix display glitch leading to crash. If we're reformatting, check the screens necessary to display the line and modify head or tail of the smap accordingly; since it might have changed due to e.g. smaller tabstop value. Reported by Patrick Keshishian who submitted a wrong diff and didn't care to even test this one. OK millert@, krw@.