File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
*cursorword.txt* Underlines the word under the cursor
2
2
3
- Version: 0.7
3
+ Version: 0.8
4
4
Author: itchyny (https://github.com/itchyny )
5
5
License: MIT License
6
6
Repository: https://github.com/itchyny/vim-cursorword
7
- Last Change: 2017/05/10 22:43:55 .
7
+ Last Change: 2017/10/19 22:07:08 .
8
8
9
9
CONTENTS *cursorword-contents*
10
10
@@ -61,6 +61,11 @@ OPTIONS *cursorword-options*
61
61
==============================================================================
62
62
CHANGELOG *cursorword-changelog*
63
63
64
+ 0.8 2017-10-19
65
+ - improve word matching for insert and replace modes
66
+ - update word under the cursor matching on InsertEnter and InsertLeave events
67
+ - skip underlining word if the word is too long to avoid E339
68
+
64
69
0.7 2017-05-10
65
70
- fix E16 error on the old regexp engine
66
71
You can’t perform that action at this time.
0 commit comments