From 359f2017de3f2df68f673d4995b0e0b4454ba701 Mon Sep 17 00:00:00 2001 From: Thaer Date: Sun, 12 Feb 2017 16:14:37 -0800 Subject: [PATCH] Add to documentation autosave's last writer wins policy. --- README.md | 2 ++ doc/workspace.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 5659bf6..93bd7fb 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/doc/workspace.txt b/doc/workspace.txt index 89a2acb..68be4ed 100644 --- a/doc/workspace.txt +++ b/doc/workspace.txt @@ -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.