about summary refs log tree commit diff stats
path: root/src/pgp/gpg.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-04-28 17:54:12 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-04-28 17:54:12 +0200
commit69663b83c8dd5b494e0dc6554507ab53ef0c18b9 (patch)
tree64b47592025147e3b499dfa87d58f866cbd3b3ff /src/pgp/gpg.h
parent9fcd589682e91aee8ec594957bc8c2dcb4dd79f2 (diff)
downloadprofani-tty-69663b83c8dd5b494e0dc6554507ab53ef0c18b9.tar.gz
Fix ox autocompletion
Sometimes this happened:
 `ox d<tab>` → `/ox request`
 `ox a<tab>` → `/ox request`
 `ox c<tab>` → `/ox keys`
 `ox s<tab>` → `/ox keys`
 `ox e<tab>` → `/ox keys`

We didn't reset the ox_*_ac variables.
Diffstat (limited to 'src/pgp/gpg.h')
0 files changed, 0 insertions, 0 deletions
href='#n107'>107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154