mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 20:43:46 -05:00
Reference plugin file as canonical API documentation
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
" Location: autoload/fugitive.vim
|
" Location: autoload/fugitive.vim
|
||||||
" Maintainer: Tim Pope <http://tpo.pe/>
|
" Maintainer: Tim Pope <http://tpo.pe/>
|
||||||
|
|
||||||
|
" The functions contained within this file are for internal use only. For the
|
||||||
|
" official API, see the commented functions in plugin/fugitive.vim.
|
||||||
|
|
||||||
if exists('g:autoloaded_fugitive')
|
if exists('g:autoloaded_fugitive')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -601,6 +601,10 @@ a statusline, this one matches the default when 'ruler' is set:
|
|||||||
>
|
>
|
||||||
set statusline=%<%f\ %h%m%r%{FugitiveStatusline()}%=%-14.(%l,%c%V%)\ %P
|
set statusline=%<%f\ %h%m%r%{FugitiveStatusline()}%=%-14.(%l,%c%V%)\ %P
|
||||||
<
|
<
|
||||||
|
API *fugitive-api*
|
||||||
|
|
||||||
|
Officially supported functions are documented inline in plugin/fugitive.vim.
|
||||||
|
|
||||||
DEPRECATIONS *fugitive-deprecated*
|
DEPRECATIONS *fugitive-deprecated*
|
||||||
|
|
||||||
The following commands are deprecated in favor of replacements that adhere to
|
The following commands are deprecated in favor of replacements that adhere to
|
||||||
|
|||||||
Reference in New Issue
Block a user