Skip to content

Commit adfbae0

Browse files
committed
Merge branch 'prepare-for-0.0.8'
2 parents 3d2884d + 92f37cc commit adfbae0

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

autoload/operator/user.vim

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" operator-user - Define your own operator easily
2-
" Version: 0.0.7
3-
" Copyright (C) 2009-2012 Kana Natsuno <http://whileimautomaton.net/>
4-
" License: So-called MIT/X license {{{
2+
" Version: 0.0.8
3+
" Copyright (C) 2009-2014 Kana Natsuno <http://whileimautomaton.net/>
4+
" License: MIT license {{{
55
" Permission is hereby granted, free of charge, to any person obtaining
66
" a copy of this software and associated documentation files (the
77
" "Software"), to deal in the Software without restriction, including

doc/operator-user.txt

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
*operator-user.txt* Define your own operator easily
22

3-
Version 0.0.7
3+
Version 0.0.8
44
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 {{{
77
Permission is hereby granted, free of charge, to any person obtaining
88
a copy of this software and associated documentation files (the
99
"Software"), to deal in the Software without restriction, including
@@ -68,15 +68,15 @@ Requirements:
6868
- Vim 7.2 or later
6969

7070
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
7474

7575
Latest version:
76-
http://github.com/kana/config/commits/vim-operator-user
76+
https://github.com/kana/vim-operator-user
7777

7878
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
8080

8181

8282

@@ -227,6 +227,9 @@ with a register content.
227227
==============================================================================
228228
BUGS *operator-user-bugs*
229229

230+
If you have any problems except the following, please send a feedback at:
231+
https://github.com/kana/vim-operator-user/issues
232+
230233
*operator-user-bugs-A*
231234
(A) |operator#user#define()| defines a key mapping "<Plug>(operator-{name}) to
232235
|g@|" in Operator-pending mode to select text linewise like |cc|, |dd|,
@@ -260,6 +263,10 @@ BUGS *operator-user-bugs*
260263
==============================================================================
261264
CHANGELOG *operator-user-changelog*
262265

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+
263270
0.0.7 2012-06-02T14:11:08+09:00 *operator-user-changelog-0.0.7*
264271
- |operator#user#define_ex_command|:
265272
Support {ex-command} including "'".

0 commit comments

Comments
 (0)