Skip to content

Commit

Permalink
Fix broken link to issue dandavison#237 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
roryokane authored Oct 17, 2020
1 parent 9cf186c commit 95d6bad
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 @@ -414,7 +414,7 @@ An alternative is to mutate your git config file from the command line:
git config --global delta.navigate true
```

The reason that `navigate` should not be used all the time is that Delta uses `less` as its pager, and the `navigate` feature works by doing `less --pattern <regex-matching-file-and-commit-lines>`. When the git output does not contain file/commit diff lines, `less --pattern` behaves unhelpfully (see [#234](https://github.com/dandavison/delta/issues/234), [#237](https://github.com/dandavison/delta/issues/2)).
The reason that `navigate` should not be used all the time is that Delta uses `less` as its pager, and the `navigate` feature works by doing `less --pattern <regex-matching-file-and-commit-lines>`. When the git output does not contain file/commit diff lines, `less --pattern` behaves unhelpfully (see [#234](https://github.com/dandavison/delta/issues/234), [#237](https://github.com/dandavison/delta/issues/237)).


### 24 bit color (truecolor)
Expand Down

0 comments on commit 95d6bad

Please sign in to comment.