the bitrig sync_20150612 branch has been updated by patrick with 2 new commits:
commit 202b8c439bc4459169d1775de2ca65cae0907dac diff: https://github.com/bitrig/bitrig/commit/202b8c4 author: Brian Callahan <[email protected]> date: Sat Mar 28 12:54:38 2015 +0000 vi was using two separate isblank functions: one defined in <ctype.h> and the other #defined in common/key.h. There is no reason to have both. For consistency use the isblank function from <ctype.h>, remove the #define in common/key.h, and add #include <ctype.h> to the files that were missing the header. ok brynet@ M usr.bin/vi/common/key.h M usr.bin/vi/common/util.c M usr.bin/vi/ex/ex_shell.c M usr.bin/vi/vi/v_match.c commit 3dd04c7281ee88e9746a1e91951020d6e9470e1f diff: https://github.com/bitrig/bitrig/commit/3dd04c7 author: Bryan Steele <[email protected]> date: Fri Mar 27 04:11:26 2015 +0000 Some vi cleanup, unifdef's some signal blocking code that has never been enabled in our tree, also removes some stragglers from a global struct referencing nonexistent Tcl/TK and "IP support". And finally.. deletes an empty file missed by earlier cleanup by bentley@. Inspired by and ok bcallah@ M usr.bin/vi/common/exf.c M usr.bin/vi/common/gs.h M usr.bin/vi/common/line.c M usr.bin/vi/common/recover.c
