Home
last modified time | relevance | path

Searched refs:secret (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Dgpg.vim26 \ delete-secret-and-public-key delete-secret-key
28 \ export-ownertrust export-secret-keys
29 \ export-secret-subkeys fast-import fingerprint
31 \ list-keys list-public-keys list-secret-keys
56 \ secret-keyring set-filename set-policy-url status-fd
60 \ allow-secret-key-import always-trust
H A Dasterisk.vim48 syn match asteriskAuth "^\zs\(secret\|inkeys\|outkey\)\s*=\ze.*$"
H A D8th.vim38 Builtin oid #:oid okey #:okey with #:with with! #:with! zip #:zip gen-secret 2fa:gen-secret gen-ur…
140 Builtin dh-genkey cr:dh-genkey dh-secret cr:dh-secret dh-sign cr:dh-sign dh-verify cr:dh-verify eb…
141 Builtin ecc-genkey cr:ecc-genkey ecc-secret cr:ecc-secret ecc-sign cr:ecc-sign ecc-verify cr:ecc-v…
H A Dnamed.vim62 syn keyword namedIntKeyword contained secret nextgroup=namedString skipwhite
/vim-8.2.3635/runtime/doc/
H A Dusr_21.txt289 currently working on the "secret" project and have to switch to the "boring"
293 :mksession! ~/.vim/secret.vim
298 next time you load the secret session you can continue where you were at this
380 :mksession! ~/.vim/secret.vim
381 :wviminfo! ~/.vim/secret.viminfo
385 :source ~/.vim/secret.vim
386 :rviminfo! ~/.vim/secret.viminfo
H A Dusr_23.txt172 Carefully type the secret key now. You cannot see the characters you type,
H A Dusr_44.txt536 The secret is the ":syntax sync" command. This tells Vim how to figure out
H A Dediting.txt1455 You could do this to edit very secret text: >
1543 Since the value of the 'key' option is supposed to be a secret, its value can
H A Deval.txt7021 asterisks ("*") thereby keeping the entry secret, and
/vim-8.2.3635/src/proto/
H A Dex_getln.pro43 void get_user_input(typval_T *argvars, typval_T *rettv, int inputdialog, int secret);
/vim-8.2.3635/src/
H A Dex_getln.c4552 int secret) in get_user_input() argument
4643 getcmdline_prompt(secret ? NUL : '@', p, get_echo_attr(), in get_user_input()