diff --git a/options.html b/options.html index 31abf4ed..5c8bf56d 100644 --- a/options.html +++ b/options.html @@ -19200,7 +19200,7 @@ string

""

Example: -${builtins.readFile ./my-lua-config-post.lua}

+"$${builtins.readFile ./my-lua-config-post.lua}"

Declared by:

@@ -23192,16 +23192,13 @@ signed integer

-

Whether to show the sign column

+

Show the sign column

Type: -string

+string or boolean

Default: -"yes"

- -

Example: -"no"

+true

Declared by:

diff --git a/release-notes.html b/release-notes.html index 4cf04722..5d24ca4d 100644 --- a/release-notes.html +++ b/release-notes.html @@ -236,7 +236,7 @@ slightly changed. See the new -

vim.maps rewrite

Instead of specifying map modes using submodules (e.g., vim.maps.normal), a +

vim.maps rewrite

Instead of specifying map modes using submodules (e.g.: vim.maps.normal), a new vim.keymaps submodule with support for a mode option has been introduced. It can be either a string, or a list of strings, where a string represents the short-name of the map mode(s), that the mapping should be set