Skip to content

Commit 563a6ff

Browse files
committed
vim-lastplace v4.5.0
1 parent 25d1ffb commit 563a6ff

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vim-lastplace v4.4.1
1+
# vim-lastplace v4.5.0
22

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

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

73-
### 4.4.1
74-
- Unreleased
73+
### 4.5.0
74+
- Release Date: 2024-04-23
7575
- Improve README.md
7676
- Add xxd to g:lastplace_ignore
77+
- Alphabetize g:lastplace_ignore and g:lastplace_ignore_buftype
7778

7879
### 4.4.0
7980
- Release Date: 2023-08-24

doc/vim-lastplace.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Author: Gregory L. Dietsche <[email protected]>
44
License: MIT
5-
Version: 4.4.1
5+
Version: 4.5.0
66

77
INTRODUCTION *vim-lastplace-introduction*
88

plugin/vim-lastplace.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
" Author: Gregory L. Dietsche <[email protected]>
55
" Licence: MIT
66
" Website: https://www.gregd.org/
7-
" Version: 4.4.1
7+
" Version: 4.5.0
88
" ============================================================================
99

1010
if exists("b:loaded_lastplace_plugin") || &cp

0 commit comments

Comments
 (0)