Updated a few runtime files.

This commit is contained in:
Bram Moolenaar
2011-09-21 19:22:10 +02:00
parent a6f4d61af7
commit d960d76d5e
8 changed files with 311 additions and 122 deletions

View File

@ -7,16 +7,6 @@
"
" Options: {{{1
" g:yacc_uses_cpp : if this variable exists, then C++ is loaded rather than C
"
" Overall layout of a bison/yacc grammer:
" %{
" Prolog
" %}
" Bison/Yacc Declarations
" %%
" Grammar Rules
" %%
" Epilogue
" ---------------------------------------------------------------------
" this version of syntax/yacc.vim requires 6.0 or later