119304Speter#	@(#)context	8.6 (Berkeley) 10/14/94
219304Speter
319304SpeterIn historic vi, the previous context mark was always set:
419304Speter
519304Speterex address:
619304Speter    any number, <question-mark>, <slash>, <dollar-sign>,
719304Speter    <single-quote>, <backslash>
819304Speter
919304Speterex commands: undo, "z.", global, v
1019304Speter
1119304Spetervi commands: (, ), {, }, %, [[, ]], ^]
1219304Speter
1319304Speternvi adds the vi command ^T to this list.
1419304Speter
1519304Speter=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1619304SpeterIn historic vi, the previous context mark was set if the
1719304Speterline changed:
1819304Speter
1919304Spetervi commands: '<mark>, G, H, L, M, z
2019304Speter
2119304Speter=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2219304SpeterIn historic vi, the previous context mark was set if the
2319304Speterline or column changed:
2419304Speter
2519304Spetervi commands: `<mark>, /, ?, N, n
2619304Speter
2719304Speternvi adds the vi command ^A to this list.
2819304Speter
2919304Speter=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3019304SpeterIn historic vi, the previous context mark was set in non-visual
3119304Spetermode for ^R and ^L if the line changed, but I have yet to figure
3219304Speterout how the line could change.
33