File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,24 @@ http://www.vim.org/scripts/script.php?script_id=1586
1010
1111[ comment ] : < http:// > " _ stop highlighting the underscore from the link above "
1212
13+ ## IMPORTANT NOTICE
14+
15+ Version 3.0 reviews the configuration variables used in this plugin. As
16+ such, take into account that the following variables were deprecated and
17+ are no longer supported:
18+
19+ * ` b:verilog_indent_modules `
20+ * ` b:verilog_indent_preproc `
21+
22+ The following variables were renamed:
23+
24+ * ` g:verilog_disable_indent ` -> ` g:verilog_disable_indent_lst `
25+ * ` g:verilog_syntax_fold ` -> ` g:verilog_syntax_fold_lst `
26+
27+ Most configuration variables now also support buffer local variables,
28+ allowing exceptions to the default configuration through the use of
29+ ` autocmd ` .
30+
1331## Features
1432
1533Besides some bug corrections, the following features were added to this set of scripts:
Original file line number Diff line number Diff line change 33Author: Vitor Antunes <vitor.hda@gmail.com>
44Licence: Vim licence, see | license |
55Homepage: http://vhda.github.com/verilog_systemverilog.vim/
6- Version: 2 .0
6+ Version: 3 .0
77
88==============================================================================
99Contents *verilog_systemverilog* *verilog-contents*
@@ -519,7 +519,7 @@ see fit):
519519==============================================================================
5205207. History *verilog-history*
521521
522- 3.0 (????-??-?? )
522+ 3.0 (2016-05-17 )
523523 - Reimplementation of indentation script (Lewis Russell)
524524 - Various improvements to omni-completion scripts
525525 - Add function to control errorformat configuration
You can’t perform that action at this time.
0 commit comments