Skip to content

Commit 9aa5fd0

Browse files
committed
Merge branch 'prepare-for-0.6.4'
2 parents 2bf18f7 + 7c71aa6 commit 9aa5fd0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-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 - Support for user-defined text objects
2-
" Version: 0.6.3
2+
" Version: 0.6.4
33
" Copyright (C) 2007-2014 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: 7 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.6.3
3+
Version 0.6.4
44
Script ID: 2100
55
Copyright (C) 2007-2014 Kana Natsuno <http://whileimautomaton.net/>
66
License: MIT license {{{
@@ -534,6 +534,12 @@ KNOWN ISSUES *textobj-user-known-issues*
534534
==============================================================================
535535
CHANGELOG*textobj-user-changelog*
536536

537+
0.6.4 2014-10-29T20:59:54+09:00*textobj-user-changelog-0.6.4*
538+
- Fix a bug that text objects are not correctly selected if those
539+
objects match single characters. See also:
540+
https://github.com/kana/vim-textobj-user/issues/41
541+
- Fix a few typos in the document.
542+
537543
0.6.3 2014-06-22T17:40:07+09:00*textobj-user-changelog-0.6.3*
538544
- Fix a bug that using script-local functions as "{property}-function"
539545
causes errors if 'verbose' is set to 15 or bigger value when

0 commit comments

Comments
 (0)