Skip to content

Commit

Permalink
Add to documentation autosave's last writer wins policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaerkh committed Feb 13, 2017
1 parent ac3c6d1 commit 359f201
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Files edited in a workspace session will autosave on InsertLeave, idle (CursorHo

FocusLost and FocusGained triggers will typically trigger only with GUI versions of Vim. However, there are plugins that enables these for the console version within Tmux (i.e. sjl/vitality.vim).

This autosave feature enforces a last writer wins policy (eventual consistency).

You can manually enable the autosave feature outside of a workspace session with the `ToggleAutosave` command.

If you would like autosave to be always on, even outside of a session, add the following to your vimrc:
Expand Down
2 changes: 2 additions & 0 deletions doc/workspace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ FocusLost and FocusGained triggers will typically trigger only with GUI versions
of Vim. However, there are plugins that enables these for the console version
within Tmux (i.e. sjl/vitality.vim).

This autosave feature enforces a last writer wins policy (eventual consistency).

You can manually enable the autosave feature outside of a workspace session
with the `ToggleAutosave` command.

Expand Down

0 comments on commit 359f201

Please sign in to comment.