1#	@(#)context	8.6 (Berkeley) 10/14/94
2
3In historic vi, the previous context mark was always set:
4
5ex address:
6    any number, <question-mark>, <slash>, <dollar-sign>,
7    <single-quote>, <backslash>
8
9ex commands: undo, "z.", global, v
10
11vi commands: (, ), {, }, %, [[, ]], ^]
12
13nvi adds the vi command ^T to this list.
14
15=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
16In historic vi, the previous context mark was set if the
17line changed:
18
19vi commands: '<mark>, G, H, L, M, z
20
21=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
22In historic vi, the previous context mark was set if the
23line or column changed:
24
25vi commands: `<mark>, /, ?, N, n
26
27nvi adds the vi command ^A to this list.
28
29=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
30In historic vi, the previous context mark was set in non-visual
31mode for ^R and ^L if the line changed, but I have yet to figure
32out how the line could change.
33