diff --git a/CHANGES.md b/CHANGES.md index 0741530..d0efadd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,7 @@ -# Version: working +# Version: 4 Add unit tests Works over newlines in code comments -## New Commands: - -## New Options: - ## To Dos: * Allow ranges to check for bad diction diff --git a/autoload/diction.vim b/autoload/diction.vim index eab5ea0..61227a5 100644 --- a/autoload/diction.vim +++ b/autoload/diction.vim @@ -1,6 +1,6 @@ " vim-diction " Maintainer: ntnn -" Version: 3 +" Version: 4 " License: MIT " Website: https://github.com/ntnn/vim-diction diff --git a/makefile b/makefile index 0cd7078..58d201e 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -VERSION=3 +VERSION=4 FILES=doc/diction.txt README.md LICENSE CHANGES.md $(wildcard database/*) $(wildcard **/*.vim) GZIPPED=vim-diction-$(VERSION).tar.gz diff --git a/plugin/diction.vim b/plugin/diction.vim index 285748d..b00df42 100644 --- a/plugin/diction.vim +++ b/plugin/diction.vim @@ -1,6 +1,6 @@ " vim-diction " Maintainer: ntnn -" Version: 3 +" Version: 4 " License: MIT " Website: https://github.com/ntnn/vim-diction