[geany/geany] 9e1888: Merge branch 'master' of github.com:geany/geany
Colomban Wendling
git-noreply at xxxxx
Tue Aug 19 12:06:11 UTC 2014
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Tue, 19 Aug 2014 12:06:11 UTC
Commit: 9e18884390157de3e557a7210e8159fef40620f5
https://github.com/geany/geany/commit/9e18884390157de3e557a7210e8159fef40620f5
Log Message:
-----------
Merge branch 'master' of github.com:geany/geany
Modified Paths:
--------------
src/keybindings.c
Modified: src/keybindings.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -2270,6 +2270,7 @@ static void reflow_paragraph(GeanyEditor *editor)
reflow_lines(editor, column);
if (!sel)
sci_set_anchor(sci, -1);
+ sci_goto_pos(sci, sci_get_line_end_position(sci, sci_get_current_line(sci)), TRUE);
sci_end_undo_action(sci);
}
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list