|
1 | 1 | *operator-user.txt* Define your own operator easily
|
2 | 2 |
|
3 |
| -Version 0.0.7 |
| 3 | +Version 0.0.8 |
4 | 4 | Script ID: 2692
|
5 |
| -Copyright (C) 2009-2012 Kana Natsuno <http://whileimautomaton.net/> |
6 |
| -License: So-called MIT/X license {{{ |
| 5 | +Copyright (C) 2009-2014 Kana Natsuno <http://whileimautomaton.net/> |
| 6 | +License: MIT license {{{ |
7 | 7 | Permission is hereby granted, free of charge, to any person obtaining
|
8 | 8 | a copy of this software and associated documentation files (the
|
9 | 9 | "Software"), to deal in the Software without restriction, including
|
@@ -68,15 +68,15 @@ Requirements:
|
68 | 68 | - Vim 7.2 or later
|
69 | 69 |
|
70 | 70 | Optionals:
|
71 |
| -- |grex| (vimscript#2773) |
72 |
| -- |operator-replace| (vimscript#2782) |
73 |
| -- |wwwsearch| (vimscript#2785) |
| 71 | +- |grex| https://github.com/kana/vim-grex |
| 72 | +- |operator-replace| https://github.com/kana/vim-operator-replace |
| 73 | +- |wwwsearch| https://github.com/kana/vim-wwwsearch |
74 | 74 |
|
75 | 75 | Latest version:
|
76 |
| -http://github.com/kana/config/commits/vim-operator-user |
| 76 | +https://github.com/kana/vim-operator-user |
77 | 77 |
|
78 | 78 | Document in HTML format:
|
79 |
| -http://kana.github.com/config/vim/operator-user.html |
| 79 | +http://vim-doc.heroku.com/view?https://raw.github.com/kana/vim-operator-user/master/doc/operator-user.txt |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
@@ -227,6 +227,9 @@ with a register content.
|
227 | 227 | ==============================================================================
|
228 | 228 | BUGS *operator-user-bugs*
|
229 | 229 |
|
| 230 | +If you have any problems except the following, please send a feedback at: |
| 231 | +https://github.com/kana/vim-operator-user/issues |
| 232 | + |
230 | 233 | *operator-user-bugs-A*
|
231 | 234 | (A) |operator#user#define()| defines a key mapping "<Plug>(operator-{name}) to
|
232 | 235 | |g@|" in Operator-pending mode to select text linewise like |cc|, |dd|,
|
@@ -260,6 +263,10 @@ BUGS *operator-user-bugs*
|
260 | 263 | ==============================================================================
|
261 | 264 | CHANGELOG *operator-user-changelog*
|
262 | 265 |
|
| 266 | +0.0.8 2014-03-06T23:49:34+09:00 *operator-user-changelog-0.0.8* |
| 267 | + - Fix wrong implementation of |operator-user-examples-D|. |
| 268 | + - Refine tests. |
| 269 | + |
263 | 270 | 0.0.7 2012-06-02T14:11:08+09:00 *operator-user-changelog-0.0.7*
|
264 | 271 | - |operator#user#define_ex_command|:
|
265 | 272 | Support {ex-command} including "'".
|
|
0 commit comments