Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit 0f62541

Browse files
committed
Add simple alternative recommendations equivalent to core features
1 parent 173c325 commit 0f62541

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
<strong>Note:</strong> This plugin is considered feature complete, and is no longer being maintained.
2-
1+
```diff
2+
- Note: This plugin is considered feature complete, and is no longer being maintained.
3+
```
4+
```vim
5+
" Feel free to use this alternative to the plugin's core autosave and session management features:
6+
au BufLeave,CursorHold,CursorHoldi,FocusLost * if (&buftype == '') | do BufWritePre | silent! update | endif
7+
au VimEnter * nested if (len(v:argv) == 2) | silent! source Session.vim | mksession! | endif
8+
au VimLeave * if (len(v:argv) == 2) | mksession! | endif
9+
```
10+
---
311
<p align="center">
412
<img src="https://raw.githubusercontent.com/thaerkh/vim-workspace/master/wiki/screenshots/logo.png" height="220">
513
</p>

0 commit comments

Comments
 (0)