about summary refs log tree commit diff stats
path: root/vimrc.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-31 18:39:27 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-31 18:55:37 -0800
commitaeac1e061d72442d919b4727a72f6af5fbb983a5 (patch)
treef99fdc7e54c158fd3f254138e7322292ce356c34 /vimrc.vim
parent4bb0b7e93f3131556325039f02f864bd8ae7683c (diff)
downloadmu-aeac1e061d72442d919b4727a72f6af5fbb983a5.tar.gz
5966 - document all supported Mu instructions
Diffstat (limited to 'vimrc.vim')
-rw-r--r--vimrc.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc.vim b/vimrc.vim
index c01ab5c5..88952c4b 100644
--- a/vimrc.vim
+++ b/vimrc.vim
@@ -56,9 +56,9 @@ endfunction
 command! -nargs=1 G call GrepSubX(<q-args>)
 
 if exists("&splitvertical")
-  command! -nargs=0 P hor split opcodes
+  command! -nargs=0 P hor split subx_opcodes
 else
-  command! -nargs=0 P split opcodes
+  command! -nargs=0 P split subx_opcodes
 endif
 
 " useful for inspecting just the control flow in a trace
/gbmor/getwtxt/commit/http.go?h=v0.4.10&id=dbc93a011f442d09a18b7ae4ab34a8cfe64431dc'>dbc93a0 ^
07872ef ^
1168570 ^
ec2c4ed ^
1168570 ^

df79157 ^
dbc93a0 ^





a6f47c0 ^


07872ef ^



1168570 ^
d3d9df2 ^

1168570 ^
df1d1ef ^
747f4fb ^
1168570 ^


893123c ^
fc49c57 ^
df1d1ef ^
893123c ^
b9d16fb ^
1168570 ^

747f4fb ^
1168570 ^



b9d16fb ^
d3d9df2 ^
1168570 ^
4fa97ee ^
b6e7bb3 ^
1168570 ^
4fa97ee ^
b9d16fb ^
d3d9df2 ^
37be25f ^
505c5d8 ^
27f92d8 ^
37be25f ^
505c5d8 ^

1168570 ^
4fa97ee ^
d2680fb ^
1168570 ^
3596509 ^
1168570 ^
d2680fb ^

1168570 ^
4fa97ee ^
fc49c57 ^
1168570 ^
3596509 ^
1168570 ^
d6fbc25 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92