wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.74k stars 317 forks source link

Documentation for g:CommandTAcceptSelectionTabCommand looks wrong #292

Closed niteria closed 7 years ago

niteria commented 7 years ago

See https://github.com/wincent/command-t/blob/master/doc/command-t.txt#L965-L986:

                                        *g:CommandTAcceptSelectionTabCommand*
  |g:CommandTAcceptSelectionTabCommand|   string (default: 'CommandTOpen tabe')

      The Vim command that will be used to open a selection from the match
      listing in a new tab (via |g:CommandTAcceptSelectionSplitMap|).

      See also, |:CommandTOpen|.

it refers to g:CommandTAcceptSelectionSplitMap.

wincent commented 7 years ago

Good catch! Thanks for pointing it out.