File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,12 @@ __Note__: Proper SystemVerilog tag generation requires development version of
74
74
To enable syntax folding set the following option:
75
75
76
76
``` VimL
77
+ let g:verilog_syntax_fold_lst = "all"
77
78
set foldmethod=syntax
78
79
```
79
80
81
+ For more information check the help page ` :help veriog-fold ` .
82
+
80
83
### Verilog Compilation and Error format
81
84
82
85
This plugin includes the [ errorformat] [ vim-errorformat ] configurations for
Original file line number Diff line number Diff line change @@ -151,6 +151,10 @@ To enable syntax folding set the following option:
151
151
Take into account that all folding is disabled by default and the list of
152
152
items to be folded must be configured using | g:verilog_syntax_fold_lst | .
153
153
154
+ The commands | VerilogFoldingAdd | and | VerilogFoldingRemove | , which support
155
+ command line completion, can also be used to dynamically enable or disable
156
+ folding for certain types of code.
157
+
154
158
------------------------------------------------------------------------------
155
159
VERILOG ERROR FORMATS *verilog-efm*
156
160
You can’t perform that action at this time.
0 commit comments