Skip to content

Commit

Permalink
Merge pull request #101 from vhda/doc/new_release
Browse files Browse the repository at this point in the history
Doc: Update version to 3.0
  • Loading branch information
vhda committed May 16, 2016
2 parents d0b1d71 + 82061a1 commit a701268
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@ http://www.vim.org/scripts/script.php?script_id=1586

[comment]: <http://> "_ stop highlighting the underscore from the link above"

## IMPORTANT NOTICE

Version 3.0 reviews the configuration variables used in this plugin. As
such, take into account that the following variables were deprecated and
are no longer supported:

* `b:verilog_indent_modules`
* `b:verilog_indent_preproc`

The following variables were renamed:

* `g:verilog_disable_indent` -> `g:verilog_disable_indent_lst`
* `g:verilog_syntax_fold` -> `g:verilog_syntax_fold_lst`

Most configuration variables now also support buffer local variables,
allowing exceptions to the default configuration through the use of
`autocmd`.

## Features

Besides some bug corrections, the following features were added to this set of scripts:
Expand Down
4 changes: 2 additions & 2 deletions doc/verilog_systemverilog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Author: Vitor Antunes <[email protected]>
Licence: Vim licence, see |license|
Homepage: http://vhda.github.com/verilog_systemverilog.vim/
Version: 2.0
Version: 3.0

==============================================================================
Contents *verilog_systemverilog* *verilog-contents*
Expand Down Expand Up @@ -519,7 +519,7 @@ see fit):
==============================================================================
7. History *verilog-history*

3.0 (????-??-??)
3.0 (2016-05-17)
- Reimplementation of indentation script (Lewis Russell)
- Various improvements to omni-completion scripts
- Add function to control errorformat configuration
Expand Down

0 comments on commit a701268

Please sign in to comment.