Skip to content

Commit

Permalink
Use bullet as default hunk marker in navigate mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Oct 13, 2021
1 parent b5f533b commit 85ba3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/navigate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub fn make_feature() -> Vec<(String, OptionValueFunction)> {
"hunk-label",
String,
None,
_opt => "δ"
_opt => ""
)
])
}
Expand Down

0 comments on commit 85ba3ba

Please sign in to comment.