Deleted Added
full compact
ex_cmd.c (25011) ex_cmd.c (208611)
1/*-
2 * Copyright (c) 1992, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 * Copyright (c) 1992, 1993, 1994, 1995, 1996
5 * Keith Bostic. All rights reserved.
6 *
7 * See the LICENSE file for redistribution information.
8 */

--- 54 unchanged lines hidden (view full) ---

63 {"#", ex_number, E_ADDR2|E_CLRFLAG,
64 "ca1",
65 "[line [,line]] # [count] [l]",
66 "display numbered lines"},
67/* C_SUBAGAIN */
68 {"&", ex_subagain, E_ADDR2,
69 "s",
70 "[line [,line]] & [cgr] [count] [#lp]",
1/*-
2 * Copyright (c) 1992, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 * Copyright (c) 1992, 1993, 1994, 1995, 1996
5 * Keith Bostic. All rights reserved.
6 *
7 * See the LICENSE file for redistribution information.
8 */

--- 54 unchanged lines hidden (view full) ---

63 {"#", ex_number, E_ADDR2|E_CLRFLAG,
64 "ca1",
65 "[line [,line]] # [count] [l]",
66 "display numbered lines"},
67/* C_SUBAGAIN */
68 {"&", ex_subagain, E_ADDR2,
69 "s",
70 "[line [,line]] & [cgr] [count] [#lp]",
71 "repeat the last subsitution"},
71 "repeat the last substitution"},
72/* C_STAR */
73 {"*", ex_at, 0,
74 "b",
75 "* [buffer]",
76 "execute a buffer"},
77/* C_SHIFTL */
78 {"<", ex_shiftl, E_ADDR2|E_AUTOPRINT,
79 "ca1",

--- 385 unchanged lines hidden ---
72/* C_STAR */
73 {"*", ex_at, 0,
74 "b",
75 "* [buffer]",
76 "execute a buffer"},
77/* C_SHIFTL */
78 {"<", ex_shiftl, E_ADDR2|E_AUTOPRINT,
79 "ca1",

--- 385 unchanged lines hidden ---