Skip to content

Commit

Permalink
added -W to example
Browse files Browse the repository at this point in the history
  • Loading branch information
I60R committed Dec 17, 2022
1 parent c9ac8a7 commit 78b43ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ To pick a bit better neovim's native `man` highlighting:
man () {
PROGRAM="${@[-1]}"
SECTION="${@[-2]}"
page "man://$PROGRAM${SECTION:+($SECTION)}"
page -W "man://$PROGRAM${SECTION:+($SECTION)}"
}
```

Expand Down

0 comments on commit 78b43ad

Please sign in to comment.