diff --git a/README.md b/README.md index 3c40488..34096c4 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/doc/vim-lastplace.txt b/doc/vim-lastplace.txt index b6737ad..32d41d2 100644 --- a/doc/vim-lastplace.txt +++ b/doc/vim-lastplace.txt @@ -2,7 +2,7 @@ Author: Gregory L. Dietsche License: MIT -Version: 4.4.1 +Version: 4.5.0 INTRODUCTION *vim-lastplace-introduction* diff --git a/plugin/vim-lastplace.vim b/plugin/vim-lastplace.vim index 3dbfec2..23cd1d5 100644 --- a/plugin/vim-lastplace.vim +++ b/plugin/vim-lastplace.vim @@ -4,7 +4,7 @@ " Author: Gregory L. Dietsche " Licence: MIT " Website: https://www.gregd.org/ -" Version: 4.4.1 +" Version: 4.5.0 " ============================================================================ if exists("b:loaded_lastplace_plugin") || &cp