File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,23 @@ Patches are welcome in whatever form.
4
4
Discussions about patches happen on the vim-dev maillist.
5
5
If you create a pull request on GitHub it will be
6
6
forwarded to the vim-dev maillist. You can also send your patch there
7
- directly. An attachment with a unified diff format is preferred.
7
+ directly. In that case an attachment with a unified diff format is preferred.
8
8
Information about the maillist can be found [ on the Vim website] .
9
9
10
10
[ on the Vim website ] : http://www.vim.org/maillist.php#vim-dev
11
11
12
- Please consider adding a test. Test coverage isn't very good yet, this needs
13
- to improve. Look through recent patches for examples. The tests are located
14
- under "src/testdir".
12
+ A pull request has the advantage that it will trigger the Continuous
13
+ Integration tests, you will be warned of problems (you can ignore the coverage
14
+ warning, it's noisy).
15
+
16
+ Please consider adding a test. All new functionality should be tested and bug
17
+ fixes should be tested for regressions: the test should fail before the fix and
18
+ pass after the fix. Look through recent patches for examples and find help
19
+ with ": help testing". The tests are located under "src/testdir".
20
+
21
+ Contributions will be distributed with Vim under the Vim license. Providing a
22
+ change to be included implies that you agree with this and your contribution
23
+ does not cause us trouble with trademarks or patents. There is no CLA to sign.
15
24
16
25
17
26
# Reporting issues
Original file line number Diff line number Diff line change @@ -773,6 +773,8 @@ static char *(features[]) =
773
773
774
774
static int included_patches [] =
775
775
{ /* Add new patch number below this line */
776
+ /**/
777
+ 1817 ,
776
778
/**/
777
779
1816 ,
778
780
/**/
You can’t perform that action at this time.
0 commit comments