Skip to content

Commit

Permalink
Formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scresto09 committed May 22, 2024
1 parent 7ecdbba commit 0105a26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimode/src/vi.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ gboolean vi_notify_sci(SCNotification *nt)
}
}

if (nt->nmhdr.code == SCN_MARGINCLICK) {
if (nt->nmhdr.code == SCN_MARGINCLICK)
{
if (nt->margin == 2)
{
gint line = GET_CUR_LINE(sci);
Expand Down

0 comments on commit 0105a26

Please sign in to comment.