diff --git a/README.md b/README.md index e6d4266..013e6a3 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ require("persisted").setup({ }) ``` -### What's saved in the session? +### What is saved in the session? As the plugin uses Vim's `:mksession` command then you may change the `vim.o.sessionoptions` value to determine what to write into the session. Please see `:h sessionoptions` for more information. diff --git a/doc/persisted.nvim.txt b/doc/persisted.nvim.txt index 15e2b4c..1cb0162 100644 --- a/doc/persisted.nvim.txt +++ b/doc/persisted.nvim.txt @@ -1,4 +1,4 @@ -*persisted.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 February 28 +*persisted.nvim.txt* Simple session management for Neovim ============================================================================== Table of Contents *persisted.nvim-table-of-contents* @@ -158,7 +158,7 @@ The plugin comes with the following defaults: < -WHAT’S SAVED IN THE SESSION? ~ +WHAT IS SAVED IN THE SESSION? ~ As the plugin uses Vim’s `:mksession` command then you may change the `vim.o.sessionoptions` value to determine what to write into the session.