Skip to content

Commit ef9df2d

Browse files
committed
Update docs
1 parent 9dd49b6 commit ef9df2d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

autoload/textobj/user.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
" textobj-user - Create your own text objects
2-
" Version: 0.7.4
2+
" Version: 0.7.5
33
" 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

doc/textobj-user.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*textobj-user.txt*Create your own text objects
22

3-
Version 0.7.4
3+
Version 0.7.5
44
Script ID: 2100
55
Copyright (C) 2007-2017 Kana Natsuno <http://whileimautomaton.net/>
66
License: MIT license {{{
@@ -565,6 +565,10 @@ KNOWN ISSUES *textobj-user-known-issues*
565565
==============================================================================
566566
CHANGELOG*textobj-user-changelog*
567567

568+
0.7.5 2017-09-28T20:38:39+09:00*textobj-user-changelog-0.7.5*
569+
- Revert changes from 0.7.3-0.7.4 for compatibility with custom
570+
operators which use |getchar()|.
571+
568572
0.7.4 2017-09-25T20:42:58+09:00*textobj-user-changelog-0.7.4*
569573
- Fix a bug that random characters are inserted if custom text objects
570574
are used with |c|.

0 commit comments

Comments
 (0)