summaryrefslogtreecommitdiffstats
path: root/runtime/doc/develop.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-30 22:19:58 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-30 22:19:58 +0200
commit15142e27aaafa15b72d1042c25fbb5e4f12b6736 (patch)
tree21550bf13f98f3aae0b64660616b1029df654340 /runtime/doc/develop.txt
parent77bfd756a02c3b3150d6c08ddbf89b66362dad8d (diff)
Update runtime files and translations
Diffstat (limited to 'runtime/doc/develop.txt')
-rw-r--r--runtime/doc/develop.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt
index 97823f36f7..e9c0ee9a01 100644
--- a/runtime/doc/develop.txt
+++ b/runtime/doc/develop.txt
@@ -1,4 +1,4 @@
-*develop.txt* For Vim version 8.0. Last change: 2018 Apr 18
+*develop.txt* For Vim version 8.0. Last change: 2018 Apr 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -182,7 +182,7 @@ The basic steps to make changes to the code:
include the diff. Or create a pull request on github.
-C COMPILER *style-compiler*
+C COMPILER *style-compiler* *ANSI-C* *C89* *C99*
The minimal C compiler version supported is C89, also known as ANSI C.
Later standards, such as C99, are not widely supported, or at least not 100%