summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/yacc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/yacc.vim')
-rw-r--r--runtime/syntax/yacc.vim10
1 files changed, 0 insertions, 10 deletions
diff --git a/runtime/syntax/yacc.vim b/runtime/syntax/yacc.vim
index 4e74eabd87..4ddf078432 100644
--- a/runtime/syntax/yacc.vim
+++ b/runtime/syntax/yacc.vim
@@ -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