Skip to content

Commit ecfb9ae

Browse files
committed
Merge branch 'prepare-for-0.7.3'
2 parents 7e67965 + 07efdd7 commit ecfb9ae

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

autoload/textobj/user.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" textobj-user - Create your own text objects
2-
" Version: 0.7.2
3-
" Copyright (C) 2007-2015 Kana Natsuno <http://whileimautomaton.net/>
2+
" Version: 0.7.3
3+
" Copyright (C) 2007-2017 Kana Natsuno <http://whileimautomaton.net/>
44
" 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

doc/textobj-user.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
*textobj-user.txt*Create your own text objects
22

3-
Version 0.7.2
3+
Version 0.7.3
44
Script ID: 2100
5-
Copyright (C) 2007-2015 Kana Natsuno <http://whileimautomaton.net/>
5+
Copyright (C) 2007-2017 Kana Natsuno <http://whileimautomaton.net/>
66
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
@@ -565,6 +565,11 @@ KNOWN ISSUES *textobj-user-known-issues*
565565
==============================================================================
566566
CHANGELOG*textobj-user-changelog*
567567

568+
0.7.3 2017-09-23T11:10:34+09:00*textobj-user-changelog-0.7.3*
569+
- Fix a bug that |'<| and |'>| are overridden after using any custom
570+
text object in |Operator-pending| mode. For example, '< and '> were
571+
set to the same region as `vaX` after typing `yaX`.
572+
568573
0.7.2 2017-08-22T21:07:30+09:00*textobj-user-changelog-0.7.2*
569574
- |textobj#user#select()|: Support a new flag 'N'.
570575
- Fix the plugin itself to be easily reloaded.

0 commit comments

Comments
 (0)