From 1de6b48a99af7b2631d5e4d39faa29c05b6e8cd9 Mon Sep 17 00:00:00 2001 From: olimorris Date: Sat, 24 Feb 2024 12:06:40 +0000 Subject: [PATCH] docs: update README.md --- README.md | 2 +- doc/persisted.nvim.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd2e3da..669647d 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ require("persisted").setup({ Of course, if you wish to manually save the session when autosaving is disabled, the `:SessionSave` command can be used. -> [!TIP] +> [!NOTE] > If `autosave = false` then the `should_autosave` callback will not be executed. ### Autoloading diff --git a/doc/persisted.nvim.txt b/doc/persisted.nvim.txt index 84c5d4d..9558bb9 100644 --- a/doc/persisted.nvim.txt +++ b/doc/persisted.nvim.txt @@ -238,7 +238,7 @@ Of course, if you wish to manually save the session when autosaving is disabled, the `:SessionSave` command can be used. - [!TIP] If `autosave = false` then the `should_autosave` callback will not be + [!NOTE] If `autosave = false` then the `should_autosave` callback will not be executed. AUTOLOADING ~