Skip to content

Commit

Permalink
vim-lastplace v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farmergreg committed Apr 23, 2024
1 parent 25d1ffb commit 563a6ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vim-lastplace v4.4.1
# vim-lastplace v4.5.0

A [vim](https://www.vim.org/) / [nvim](https://neovim.io/) plugin that intelligently reopens files at your last edit position.

Expand Down Expand Up @@ -70,10 +70,11 @@ If you do find a bug, please submit a pull request that fixes whatever problem y
## Version History
vim-lastplace uses [semver](http://semver.org/) to manage version numbers.

### 4.4.1
- Unreleased
### 4.5.0
- Release Date: 2024-04-23
- Improve README.md
- Add xxd to g:lastplace_ignore
- Alphabetize g:lastplace_ignore and g:lastplace_ignore_buftype

### 4.4.0
- Release Date: 2023-08-24
Expand Down
2 changes: 1 addition & 1 deletion doc/vim-lastplace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Author: Gregory L. Dietsche <[email protected]>
License: MIT
Version: 4.4.1
Version: 4.5.0

INTRODUCTION *vim-lastplace-introduction*

Expand Down
2 changes: 1 addition & 1 deletion plugin/vim-lastplace.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
" Author: Gregory L. Dietsche <[email protected]>
" Licence: MIT
" Website: https://www.gregd.org/
" Version: 4.4.1
" Version: 4.5.0
" ============================================================================

if exists("b:loaded_lastplace_plugin") || &cp
Expand Down

0 comments on commit 563a6ff

Please sign in to comment.