Skip to content

Commit

Permalink
Version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnn committed Apr 29, 2016
1 parent 2c04554 commit ead1770
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Version: working
# Version: 3
Major speed improvements (~8s on 400 lines down to less then half
a second) by using `searchpos()` instead of `match()`.

Use a dictionary instead of a simple, global list, with a buflocal and
global variable to define the active set of databases.

## New Commands:
* `DictionIndex`
* `DictionAdd`
Expand Down
2 changes: 1 addition & 1 deletion autoload/diction.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" vim-diction
" Maintainer: ntnn <nelo@wallus.de>
" Version: 2
" Version: 3
" License: MIT
" Website: https://github.com/ntnn/vim-diction

Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2
VERSION=3
FILES=doc/diction.txt README.md LICENSE CHANGES.md $(wildcard database/*) $(wildcard **/*.vim)
GZIPPED=vim-diction-$(VERSION).tar.gz

Expand Down
2 changes: 1 addition & 1 deletion plugin/diction.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" vim-diction
" Maintainer: ntnn <nelo@wallus.de>
" Version: 2
" Version: 3
" License: MIT
" Website: https://github.com/ntnn/vim-diction

Expand Down

0 comments on commit ead1770

Please sign in to comment.