Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unclebill/neco-git-commit
https://github.com/unclebill/neco-git-commit
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/unclebill/neco-git-commit
- Owner: UncleBill
- Created: 2019-01-31T11:13:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T11:13:39.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T23:27:07.828Z (about 1 month ago)
- Language: Vim script
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# neco-git-commit
A plugin of [neocomplete.vim](https://github.com/Shougo/neocomplete.vim).
Complete from commit history for editting commit-message.## Installation
### Plug.vim
```viml
Plug 'Shougo/neocomplete.vim'
Plug 'uncelbill/neco-git-commit'
```
## usage### fixup
type `fixup ` when editting commit-message.
![fixup](./fixup.png)