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