Skip to content

Commit 6a5c81d

Browse files
committed
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 <nivnadler@gmail.com>
1 parent 9aac5ec commit 6a5c81d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ required.
8989
- [tmux-open](https://github.com/tmux-plugins/tmux-open) - a plugin for quickly
9090
opening highlighted file or a url
9191

92+
### Known Issues
93+
94+
- 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.
95+
9296
### Reporting bugs and contributing
9397

9498
Both contributing and bug reports are welcome. Please check out

0 commit comments

Comments
 (0)