Reported in PR 241985
Compose the "window=%s" option as a CHAR_T to be processed properly in
opts_set
Paths
| Differential D26158 Authored by fernape on Aug 22 2020, 5:55 PM.
Tags None Referenced Files
Subscribers
Details Summary Reported in PR 241985 Compose the "window=%s" option as a CHAR_T to be processed properly in Test Plan Before the patch, trying this: $ vi -w 10 shows an error: set: no wo0 option: 'set all' gives all option values Press Enter to continue: And vi launches with as many lines as to fill the terminal screen ------------ BEGINING OF SCREEN ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ------------ END OF SCREEN After the patch, thre is no error $ vi -w 10 and the vi screen is limited to the specified amount of lines: ------------ BEGINING OF SCREEN ~ ~ ~ ~ ~ ~ ~ ~ ~ ------------ END OF SCREEN
Diff Detail
Event TimelineHerald added subscribers: Contributor Reviews (src), imp. · View Herald TranscriptAug 22 2020, 5:55 PM2020-08-22 17:55:59 (UTC+0) Harbormaster completed remote builds in B33107: Diff 76090.Aug 22 2020, 5:56 PM2020-08-22 17:56:02 (UTC+0) Comment Actions This one has been merged upstream Should I withdraw this review? This revision was not accepted when it landed; it landed in state Needs Review.Oct 1 2020, 4:47 AM2020-10-01 04:47:07 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 77712 head/contrib/nvi/CMakeLists.txt
head/contrib/nvi/catalog/dump.c
head/contrib/nvi/cl/cl.h
|