lambdalisue / vim-gita

[Obsolete] An awesome git handling plugin for Vim
Other
226 stars 8 forks source link

Add template mechanisms to Gita commit #78

Closed lambdalisue closed 7 years ago

lambdalisue commented 8 years ago

It may be useful if user can create a template message of a new commit message in Gita commit.

Like:

  <=CURSOR=>
  This is {branch} ({commit}) singed by {author} ({author-email})

Let me know if you want to add some variables.

lambdalisue commented 8 years ago

Implemented #85

lambdalisue commented 8 years ago

Implementation has removed #85

lambdalisue commented 8 years ago

git commit actually support --template option so vim-gita should mimic that option.

lambdalisue commented 8 years ago

Priority is low