We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35c967 commit 3432a6cCopy full SHA for 3432a6c
plugin/fall/highlight.vim
@@ -9,7 +9,7 @@ function! s:init() abort
9
highlight default link FallBorder FloatBorder
10
else
11
highlight default link FallNormal Normal
12
- highlight default link FallBorder Comment
+ highlight default link FallBorder StatusLineNC
13
endif
14
15
" Input
0 commit comments