Skip to content

Commit 32e5317

Browse files
committed
Bump version to 1.0.1
1 parent 7a4692d commit 32e5317

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/vim-stay.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim-stay.txt* For Vim version 7.0 or better version 1.0.0
1+
*vim-stay.txt* For Vim version 7.0 or better version 1.0.1
22

33

44
VIM REFERENCE for the Stay plug-in
@@ -45,11 +45,11 @@ buffers of this type will never be persisted) by adding their 'filetype' to
4545
the `volatile_ftypes` global |List|.
4646

4747
Note this list is meant as a safety net for the case heuristics fail; it
48-
usually should not be necessary to modify vim-stay's defaults. If you find
48+
usually should not be necessary to modify vim-stay's defaults. If you find
4949
you need to add file types to it, make sure the plug-in has loaded, then do
5050
>
5151
let g:volatile_ftypes += ['foo', 'bar']
52-
<
52+
<
5353
==============================================================================
5454
3. Integration *vim-stay-integration*
5555

@@ -60,7 +60,7 @@ Out of the box, vim-stay integrates with the following plug-ins:
6060

6161
1. vim-fetch http://www.vim.org/scripts/script.php?script_id=5089
6262

63-
If you'd like vim-stay to integrate with other position-setting or view
63+
If you'd like vim-stay to integrate with other position-setting or view
6464
management plug-ins, open an issue or a PR at
6565

6666
https://github.com/kopischke/vim-stay/issues

plugin/stay.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" A LESS SIMPLISTIC TAKE ON RESTORE_VIEW.VIM
22
" Maintainer: Martin Kopischke <[email protected]>
33
" License: MIT (see LICENSE.md)
4-
" Version: 1.0.0
4+
" Version: 1.0.1
55
if &compatible || !has('autocmd') || !has('mksession') || v:version < 700
66
finish
77
endif

0 commit comments

Comments
 (0)