diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-11-23 18:51:22 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-11-24 12:08:14 -0500 |
commit | d9e7a5a4cfc39dfc0821b9076959b7324067ede0 (patch) | |
tree | 95f903ed4a4e577716a7994e6f2bfd6bce181da9 | |
parent | 36f686396990c5d21d259f7940b6e85c81934dc7 (diff) | |
download | rneovim-d9e7a5a4cfc39dfc0821b9076959b7324067ede0.tar.gz rneovim-d9e7a5a4cfc39dfc0821b9076959b7324067ede0.tar.bz2 rneovim-d9e7a5a4cfc39dfc0821b9076959b7324067ede0.zip |
doc/develop.txt: Mention src/nvim/README.md
-rw-r--r-- | runtime/doc/develop.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index 7e71541e45..952cab81f0 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -13,7 +13,7 @@ Vim. 2. Coding style |coding-style| 3. Design decisions |design-decisions| -See the file README.txt in the "src" directory for an overview of the source +See the file "src/nvim/README.md" for a high-level overview of the source code. Vim is open source software. Everybody is encouraged to contribute to help |