Skip to content

Commit

Permalink
Prepare for 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Jan 8, 2017
1 parent dbfbe1b commit 0fef026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ Other contributors that have submitted patches include (in alphabetical order):

## History<a name="ferret-history" href="#user-content-ferret-history"></a>

### next (not yet released)<a name="ferret-next-not-yet-released" href="#user-content-ferret-next-not-yet-released"></a>
1.3 (8 January 2017)

- Reset <strong>`'errorformat'`</strong> before each search (fixes issue #31).
- Added <strong>[`:Back`](#user-content-back)</strong> and <strong>[`:Black`](#user-content-black)</strong> commands, analogous to <strong>[`:Ack`](#user-content-ack)</strong> and <strong>[`:Lack`](#user-content-lack)</strong> but scoped to search within currently open buffers only.
Expand Down
2 changes: 1 addition & 1 deletion doc/ferret.txt
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ order):

HISTORY *ferret-history*

next (not yet released) ~
1.3 (8 January 2017)

- Reset |'errorformat'| before each search (fixes issue #31).
- Added |:Back| and |:Black| commands, analogous to |:Ack| and |:Lack| but scoped to
Expand Down
2 changes: 1 addition & 1 deletion plugin/ferret.vim
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
"
" # History
"
" ## next (not yet released)
" 1.3 (8 January 2017)
"
" - Reset |'errorformat'| before each search (fixes issue #31).
" - Added |:Back| and |:Black| commands, analogous to |:Ack| and |:Lack| but
Expand Down

0 comments on commit 0fef026

Please sign in to comment.