Skip to content

Commit

Permalink
Merge branch 'prepare-for-0.7.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
kana committed Nov 19, 2018
2 parents 6493457 + b763624 commit 074ce25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions autoload/textobj/user.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" textobj-user - Create your own text objects
" Version: 0.7.5
" Copyright (C) 2007-2017 Kana Natsuno <http://whileimautomaton.net/>
" Version: 0.7.6
" Copyright (C) 2007-2018 Kana Natsuno <http://whileimautomaton.net/>
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
" a copy of this software and associated documentation files (the
Expand Down
8 changes: 6 additions & 2 deletions doc/textobj-user.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*textobj-user.txt* Create your own text objects

Version 0.7.5
Version 0.7.6
Script ID: 2100
Copyright (C) 2007-2017 Kana Natsuno <http://whileimautomaton.net/>
Copyright (C) 2007-2018 Kana Natsuno <http://whileimautomaton.net/>
License: MIT license {{{
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -565,6 +565,10 @@ KNOWN ISSUES *textobj-user-known-issues*
==============================================================================
CHANGELOG *textobj-user-changelog*

0.7.6 2018-11-19T19:06:11+09:00 *textobj-user-changelog-0.7.6*
- Fix "move-n-function" and others in Visual mode not to leave Visual
mode.

0.7.5 2017-09-28T20:38:39+09:00 *textobj-user-changelog-0.7.5*
- Revert changes from 0.7.3-0.7.4 for compatibility with custom
operators which use |getchar()|.
Expand Down

0 comments on commit 074ce25

Please sign in to comment.