From 5e33fe3257f65a052ad7d3870ae90c146aae361f Mon Sep 17 00:00:00 2001 From: Nelo Wallus Date: Sun, 1 May 2016 17:36:52 +0200 Subject: [PATCH] Version 4 --- CHANGES.md | 6 +----- autoload/diction.vim | 2 +- makefile | 2 +- plugin/diction.vim | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) 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