Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoclose: fix bug with return between sci_undo* #123

Merged
merged 1 commit into from
Nov 4, 2013

Conversation

scriptum
Copy link
Member

@scriptum scriptum commented Nov 4, 2013

return between sci_undo transaction will break undos completely

return between sci_undo transaction will break undos completely
@@ -410,7 +410,7 @@
if (char_is_curly_bracket(ch))
{
if (line_start == line_end)
return AC_CONTINUE_ACTION;
goto final;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure sure whether it's a good idea here to use goto.

frlan added a commit that referenced this pull request Nov 4, 2013
Autoclose: fix bug with return between sci_undo*
@frlan frlan merged commit dfc67de into geany:master Nov 4, 2013
sblatnick pushed a commit to sblatnick/geany-plugins that referenced this pull request Nov 12, 2013
Treeviewer: Open new created file. Should close Feature request geany#123
b4n added a commit to b4n/geany that referenced this pull request Feb 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants