Skip to content

Commit

Permalink
M README.md
Browse files Browse the repository at this point in the history
M  doc/scope.txt
  • Loading branch information
girishji committed Apr 24, 2024
1 parent 031613a commit 73b5b3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ packadd scope.vim
# Configuration

The appearance of the popup window can be customized using `borderchars`,
`borderhighlight`, `highlight`, `scrollbarhighlight`, `thumbhighlight`, `maxheight`, and
`borderhighlight`, `highlight`, `scrollbarhighlight`, `thumbhighlight`, `maxheight`, `maxwidth`, and
other `:h popup_create-arguments`. To wrap long lines set `wrap` to `true`
(default is `false`). To configure these settings, use
`scope#popup#OptionsSet()`.
Expand Down
8 changes: 4 additions & 4 deletions doc/scope.txt
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,10 @@ Add the following line to your $HOME/.vimrc file.
4. Configuration *scope-configuration*

The appearance of the popup window can be customized using `borderchars`,
`borderhighlight`, `highlight`, `scrollbarhighlight`, `thumbhighlight`, and
other `:h popup_create-arguments`. To wrap long lines set `wrap` to `true`
(default is `false`). To configure these settings, use
`scope#popup#OptionsSet()`.
`borderhighlight`, `highlight`, `scrollbarhighlight`, `thumbhighlight`,
`maxheight`, `maxwidth`, and other `:h popup_create-arguments`. To wrap long
lines set `wrap` to `true` (default is `false`). To configure these settings,
use `scope#popup#OptionsSet()`.

For example, to set the border of the popup window to the `Comment` highlight
group:
Expand Down

0 comments on commit 73b5b3f

Please sign in to comment.