Skip to content

Commit

Permalink
Merge branch 'master' into draw-border
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhwang91 authored Apr 30, 2020
2 parents a92e26d + 977ddb4 commit 6b36e02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/rnvimr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,14 @@ g:rnvimr_bw_enable
g:rnvimr_draw_border
Default: 1


Using builtin curses in Ranger to draw a border for floating window. >
autocmd FileType rnvimr set winhighlight=NormalFloat:highlight-groups
< will replace with the default value {winhighlight=NormalFloat:Normal} in
curses environment. Outside the curses environment such as entering $SHELL,
the NormalFloat's valuse of winhighlight is always {NormalFloat}.


*g:rnvimr_ranger_cmd*
g:rnvimr_ranger_cmd
Default: 'ranger'
Expand Down

0 comments on commit 6b36e02

Please sign in to comment.