diff options
| author | bfredl <bjorn.linse@gmail.com> | 2023-08-26 19:41:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-26 19:41:52 +0200 |
| commit | a6d0535c15374599e0dd9ca891d9fbc7b5774403 (patch) | |
| tree | d0915f863f81409785b2f51ac91741b3e14258e9 /runtime/doc/vim_diff.txt | |
| parent | afd0c648a89ff88c9bff1b24c37e139813ec13c9 (diff) | |
| parent | 986bf7e78d09286e198b696630254eb097ad0875 (diff) | |
| download | rneovim-a6d0535c15374599e0dd9ca891d9fbc7b5774403.tar.gz rneovim-a6d0535c15374599e0dd9ca891d9fbc7b5774403.tar.bz2 rneovim-a6d0535c15374599e0dd9ca891d9fbc7b5774403.zip | |
Merge pull request #24739 from echasnovski/win-footer
feature: add floating window footer text
Diffstat (limited to 'runtime/doc/vim_diff.txt')
| -rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 29a7c50585..ab5e795c16 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -258,6 +258,7 @@ Highlight groups: |hl-NormalFloat| highlights floating window |hl-FloatBorder| highlights border of a floating window |hl-FloatTitle| highlights title of a floating window + |hl-FloatFooter| highlights footer of a floating window |hl-NormalNC| highlights non-current windows |hl-MsgArea| highlights messages/cmdline area |hl-MsgSeparator| highlights separator for scrolled messages |