https://github.com/zerwes/detect-unsaved-vim-files-in-git
detect unsaved vim buffers in a git repo
https://github.com/zerwes/detect-unsaved-vim-files-in-git
git pre-commit pre-commit-hook vim
Last synced: about 2 months ago
JSON representation
detect unsaved vim buffers in a git repo
- Host: GitHub
- URL: https://github.com/zerwes/detect-unsaved-vim-files-in-git
- Owner: zerwes
- License: gpl-3.0
- Created: 2024-04-10T06:48:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T05:14:48.000Z (almost 2 years ago)
- Last Synced: 2025-07-29T08:57:50.557Z (10 months ago)
- Topics: git, pre-commit, pre-commit-hook, vim
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# detect-unsaved-vim-files-in-git
detect unsaved vim buffers in a git repo
use as pre-commit hook:
```yaml
repos:
- repo: https://github.com/zerwes/detect-unsaved-vim-files-in-git
rev: v24.7.0
hooks:
- id: unsaved-vim-files
fail_fast: true
```