Skip to content

Commit

Permalink
Don't beep if there is no next snippet cursor
Browse files Browse the repository at this point in the history
Now the keybinding can be overridden (e.g. using Tab for it as well as
normal behavior), beeping when there is no next cursor is more annoying
than useful.
  • Loading branch information
b4n committed Jul 28, 2017
1 parent b998236 commit e7cd97f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editor.c
Expand Up @@ -2564,7 +2564,6 @@ gboolean editor_goto_next_snippet_cursor(GeanyEditor *editor)
}
else
{
utils_beep();
return FALSE;
}
}
Expand Down

0 comments on commit e7cd97f

Please sign in to comment.