File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ A pull request has the advantage that it will trigger the Continuous
1212Integration tests, you will be warned of problems (you can ignore the coverage
1313warning, it's noisy).
1414
15- Please consider adding a test. All new functionality should be tested and bug
16- fixes should be tested for regressions: the test should fail before the fix and
17- pass after the fix. Look through recent patches for examples and find help
18- with ": help testing". The tests are located under "src/testdir".
15+ Please always add a test, if possible . All new functionality should be tested
16+ and bug fixes should be tested for regressions: the test should fail before the
17+ fix and pass after the fix. Look through recent patches for examples and find
18+ help with ": help testing". The tests are located under "src/testdir".
1919
2020Contributions will be distributed with Vim under the Vim license. Providing a
2121change to be included implies that you agree with this and your contribution
You can’t perform that action at this time.
0 commit comments