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