Skip to content

Commit 11d9128

Browse files
committed
👍 Use Comment for FallBorder in Vim
1 parent 2c990e8 commit 11d9128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/fall/highlight.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function! s:init() abort
99
highlight default link FallBorder FloatBorder
1010
else
1111
highlight default link FallNormal Normal
12-
highlight default link FallBorder EndOfBuffer
12+
highlight default link FallBorder Comment
1313
endif
1414

1515
" Input

0 commit comments

Comments
 (0)