git_completer: This is called when a "git " command line is being...

Description Usage Arguments Value

Description

Current contents of the rcompgen environment: * 'attached_packages' this is always empty for me * 'comps' the completions should be put in here * 'end' position after the word being completed, 0-indexed * 'fguess' special function we are inside of, e.g. 'library' it does not happen for use here. * 'fileName' 'TRUE'/'FALSE', whether we are completing a filename should be put in here. * 'help_topics' empty for our purposes * 'isFirstArg' whether we are completing the first argument. Might not be relevant for us. * 'linebuffer' The complete line buffer * 'options' 'rc.options()' * 'settings' 'rc.settings()' * 'start' start position of the word being completed, 0-indexed * 'token'

Usage

1

Arguments

env

'rcompgen' environment

Value

The potentially modified 'rcompgen' environment.


gaborcsardi/gitty documentation built on June 5, 2019, 10:05 a.m.