comparison runtime/doc/develop.txt @ 5763:c52a655d927d

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Mar 2014 22:30:07 +0100
parents 359743c1f59a
children 41768bcebc9b
comparison
equal deleted inserted replaced
5762:0fce068e5803 5763:c52a655d927d
1 *develop.txt* For Vim version 7.4. Last change: 2013 Apr 27 1 *develop.txt* For Vim version 7.4. Last change: 2014 Mar 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
17 See the file README.txt in the "src" directory for an overview of the source 17 See the file README.txt in the "src" directory for an overview of the source
18 code. 18 code.
19 19
20 Vim is open source software. Everybody is encouraged to contribute to help 20 Vim is open source software. Everybody is encouraged to contribute to help
21 improving Vim. For sending patches a context diff "diff -c" is preferred. 21 improving Vim. For sending patches a context diff "diff -c" is preferred.
22 Also see http://www.vim.org/tips/tip.php?tip_id=618.
23 Also see http://vim.wikia.com/wiki/How_to_make_and_submit_a_patch. 22 Also see http://vim.wikia.com/wiki/How_to_make_and_submit_a_patch.
24 23
25 ============================================================================== 24 ==============================================================================
26 1. Design goals *design-goals* 25 1. Design goals *design-goals*
27 26