=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.124 retrieving revision 1.125 diff -c -r1.124 -r1.125 *** src/usr.bin/tmux/options-table.c 2020/05/16 15:11:52 1.124 --- src/usr.bin/tmux/options-table.c 2020/05/16 15:24:28 1.125 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.124 2020/05/16 15:11:52 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.125 2020/05/16 15:24:28 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 208,213 **** --- 208,219 ---- .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_SERVER, .default_str = "screen" + }, + + { .name = "editor", + .type = OPTIONS_TABLE_STRING, + .scope = OPTIONS_TABLE_SERVER, + .default_str = _PATH_VI }, { .name = "escape-time",