diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-06-25 18:36:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-25 18:36:07 +0200 |
commit | 788bcbba24655d004764edfae7d432cd474d0a96 (patch) | |
tree | 0180de15fd7e7c9d1cc83502db585e27d2fa9903 /src/nvim/option_defs.h | |
parent | 3e6f06f5d2bea05767c62420b4a73a0c266f7f5a (diff) | |
parent | b0c1e2ab5a46a9ab040d8b2be37196d4d00d3944 (diff) | |
download | rneovim-788bcbba24655d004764edfae7d432cd474d0a96.tar.gz rneovim-788bcbba24655d004764edfae7d432cd474d0a96.tar.bz2 rneovim-788bcbba24655d004764edfae7d432cd474d0a96.zip |
Merge pull request #9923 from bfredl/floatblend
blending of floating windows, override individual attributes with ":hi Group blend="
Diffstat (limited to 'src/nvim/option_defs.h')
-rw-r--r-- | src/nvim/option_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/option_defs.h b/src/nvim/option_defs.h index 8df5039037..35fe3b5b00 100644 --- a/src/nvim/option_defs.h +++ b/src/nvim/option_defs.h @@ -816,6 +816,7 @@ enum { , WV_WINHL , WV_FCS , WV_LCS + , WV_WINBL , WV_COUNT // must be the last one }; |