1- *vim-stay.txt* For Vim version 7.0 or better version 1.2 .0
1+ *vim-stay.txt* For Vim version 7.0 or better version 1.3 .0
22
33
44 VIM REFERENCE for the Stay plug-in
@@ -9,9 +9,10 @@ Never lose your place in a buffer again *vim-stay*
991. Introduction | vim-stay-introduction |
10102. Configuration | vim-stay-configuration |
11113. Commands | vim-stay-commands |
12- 4. Position specifications | vim-stay-integration |
13- 5. Troubleshooting | vim-stay-troubleshooting |
14- 6. Credits and license | vim-stay-credits-license |
12+ 4. Variables | vim-stay-variables |
13+ 5. Position specifications | vim-stay-integration |
14+ 6. Troubleshooting | vim-stay-troubleshooting |
15+ 7. Credits and license | vim-stay-credits-license |
1516
1617{not available when | 'compatible' | is set, or when Vim is compiled without
1718| +autocmd | or without | +mksession | }
@@ -73,7 +74,15 @@ you need to add file types to it, make sure the plug-in has loaded, then do
7374 | g:volatile_ftypes | ) to the plug-in defaults.
7475
7576==============================================================================
76- 4. Integration *vim-stay-integration*
77+ 4. Variables *vim-stay-variables*
78+
79+
80+ b:stay_loaded_view
81+ Full path to the view session file last loaded for the current
82+ buffer by vim-stay.
83+
84+ ==============================================================================
85+ 5. Integration *vim-stay-integration*
7786
7887
7988INTEGRATION WITH 3RD PARTY PLUG-INS:
@@ -139,7 +148,7 @@ The advantage over hard-wiring support for vim-stay in your plug-in is that
139148- the integration code will only be active if your user actually uses vim-stay.
140149
141150==============================================================================
142- 5 . Troubleshooting *vim-stay-troubleshooting*
151+ 6 . Troubleshooting *vim-stay-troubleshooting*
143152
144153
145154MY CURSOR POSITION IS NOT PERSISTED
@@ -178,12 +187,15 @@ recommended setting under |vim-stay-viewoptions|.
178187VIM-STAY TRIES TO PERSIST STATE FOR TEMPORARY FILES
179188
180189- If the files are in a standard system temporary location, you should check
181- if it listed in 'backupskip' - vim-stray will ignore files in the hierarchy
190+ if it listed in 'backupskip' - vim-stay will ignore files in the hierarchy
182191 of directories listed there.
183192- Files in a temporary or cache directory not listed in 'backupskip' are not
184193 recognized as volatile, unless their 'buftype' is set to a non-file type.
185194 You can alleviate the issue by setting | b:stay_ignore | in affected buffers.
186195
196+ Note: for performance reasons, 'backupskip' checking is skipped if Vim is
197+ compiled without | +wildignore | and | glob2regpat() | is not available.
198+
187199
188200VIM-STAY TRIES TO PERSIST STATE FOR OTHER VOLATILE FILES
189201
@@ -211,7 +223,7 @@ Please do not forget to list the steps to reproduce the issue as well as your
211223Vim version and platform.
212224
213225==============================================================================
214- 6 . Credits and License *vim-stay-credits-license*
226+ 7 . Credits and License *vim-stay-credits-license*
215227
216228vim-stay is maintained by Martin Kopischke
217229
0 commit comments