File tree 2 files changed +20
-2
lines changed
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
10
10
11
11
[ comment ] : < http:// > " _ stop highlighting the underscore from the link above "
12
12
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
+
13
31
## Features
14
32
15
33
Besides some bug corrections, the following features were added to this set of scripts:
Original file line number Diff line number Diff line change 3
3
Author: Vitor Antunes <
[email protected] >
4
4
Licence: Vim licence, see | license |
5
5
Homepage: http://vhda.github.com/verilog_systemverilog.vim/
6
- Version: 2 .0
6
+ Version: 3 .0
7
7
8
8
==============================================================================
9
9
Contents *verilog_systemverilog* *verilog-contents*
@@ -519,7 +519,7 @@ see fit):
519
519
==============================================================================
520
520
7. History *verilog-history*
521
521
522
- 3.0 (????-??-?? )
522
+ 3.0 (2016-05-17 )
523
523
- Reimplementation of indentation script (Lewis Russell)
524
524
- Various improvements to omni-completion scripts
525
525
- Add function to control errorformat configuration
You can’t perform that action at this time.
0 commit comments