-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
78 changed files
with
5,353 additions
and
3,409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
tags | ||
.vim-flavor | ||
.test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,25 @@ | ||
# Contributing | ||
|
||
The idea behind this plugin is to provide a fully featured Vim branch viewer as light as possible. | ||
Take advantage of Vim and fugitive's builtin features instead of recreating them. | ||
Take advantage of Vim and Fugitive's builtin features instead of recreating them whenever possible. | ||
Let users customize how they use Flog so they can use their personal workflows and preferred interface. | ||
|
||
## Running Tests | ||
|
||
Ensure you have `ruby` installed and run `rake test`. | ||
Tests are located at `t/*.vim` and use [vim-flavor](https://github.com/kana/vim-flavor). | ||
**Vim**: | ||
|
||
``` | ||
./t/run.sh | ||
``` | ||
|
||
**Neovim**: | ||
|
||
``` | ||
NVIM=true ./t/run.sh | ||
``` | ||
|
||
## Pull Request Process | ||
|
||
1. Ensure changes to the code are simple, iterative, and consistent. | ||
2. Run [vint](https://github.com/Kuniwak/vint) in the root directory and make any necessary changes. | ||
3. Keep documentation easy to read, concise, and up-to-date. | ||
2. Keep documentation easy to read, concise, and up-to-date. | ||
3. Add/update tests if appropriate. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.