Skip to content

Commit a701268

Browse files
committed
Merge pull request #101 from vhda/doc/new_release
Doc: Update version to 3.0
2 parents d0b1d71 + 82061a1 commit a701268

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

README.md

+18
Original file line numberDiff line numberDiff 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

1533
Besides some bug corrections, the following features were added to this set of scripts:

doc/verilog_systemverilog.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Author: Vitor Antunes <[email protected]>
44
Licence: Vim licence, see |license|
55
Homepage: http://vhda.github.com/verilog_systemverilog.vim/
6-
Version: 2.0
6+
Version: 3.0
77

88
==============================================================================
99
Contents *verilog_systemverilog* *verilog-contents*
@@ -519,7 +519,7 @@ see fit):
519519
==============================================================================
520520
7. 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

0 commit comments

Comments
 (0)