Hi, while CONTRIBUTING.md asks for unified diff format and it is suggested to use 'git diff' which creates unified diff output, the file 'develop.txt' claims that context diff format is preferred. The attached patch changes the latter file to prefer unified diff as well.
Thanks, Erik -- If it ain't broke, don't fix it. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index e9c0ee9..0dc3c2f 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -18,7 +18,7 @@ See the file README.txt in the "src" directory for an overview of the source code. Vim is open source software. Everybody is encouraged to contribute to help -improving Vim. For sending patches a context diff "diff -c" is preferred. +improving Vim. For sending patches a unified diff "diff -u" is preferred. Also see http://vim.wikia.com/wiki/How_to_make_and_submit_a_patch. ==============================================================================
