From 6a5c81dcf22679d4532d4b4c64384b03325ea1ea Mon Sep 17 00:00:00 2001 From: Niv Nadler Date: Fri, 16 Oct 2020 22:13:48 +0300 Subject: [PATCH] README: Added known issues section A TPM plugin's order bug was found and described in Issue #81. At this point, there is no available bug-fix. Thus, a new known issues section was added to the README file. Fixes: #81 ("[Docs] Autosave feature depends on TPM plugins order") Signed-off-by: Niv Nadler --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 88d7e46..1a7005d 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,10 @@ required. - [tmux-open](https://github.com/tmux-plugins/tmux-open) - a plugin for quickly opening highlighted file or a url +### Known Issues + +- In order to be executed periodically, the plugin updates the `status-right` tmux variable. In case some plugin (usually themes) overwrites the `status-right` variable, the autosave feature stops working. To fix this issue, place the plugin last in the TPM plugins list. + ### Reporting bugs and contributing Both contributing and bug reports are welcome. Please check out