dot_files/vim-plugins/bundle/xptemplate/ftplugin/gitconfig/gitconfig.xpt.vim
2017-07-09 00:26:06 +03:00

24 lines
416 B
VimL

XPTemplate priority=lang
let s:f = g:XPTfuncs()
XPTinclude
\ _common/common
XPT branch " [branch "..."]
[branch "`branchName^"]`remote...{{^
remote = `remote^`}}^`merge...{{^
merge = refs/heads/`branchName^`}}^
XPT remote " [remote "..."]
[remote "`remoteName^"]
url = `fetchUrl^
fetch = `fetchRef^
XPT user " Basic user configuration
[user]
name = `$Author^
email = `$Email^