myhome/.config/nvim/plugged/bash-support.vim/bash-support/templates/specialparams.templates
Marcin Woźniak fc7dc3f34a
Added bash-support
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2020-11-16 12:54:24 +01:00

22 lines
865 B
Plaintext

§ =============================================================
§ Special Parameters
§ =============================================================
== LIST: SpecialParameters == hash ==
'number of posit. param., ${#}' : '${#}',
'all posit. param. (quoted spaces), ${*}' : '${*}',
'all posit. param. (unquoted spaces), ${@}' : '${@}',
'number of posit. parameters, ${#@}' : '${#@}',
'return code of last command, ${?}' : '${?}',
'PID of this shell, ${$}' : '${$}',
'flags set, ${-}' : '${-}',
'last argument of prev. command, ${_}' : '${_}',
'PID of last background command, ${!}' : '${!}',
== ENDLIST ==
== SpecParams == expandmenu, insert, sc:p, map:bsp ==
|PickList( 'Special Parameters', 'SpecialParameters' )|
|PICK|<CURSOR>
== ENDTEMPLATE ==