Branch: refs/heads/master Author: glitsj16 glitsj16@users.noreply.github.com Committer: glitsj16 glitsj16@users.noreply.github.com Date: Tue, 23 Jun 2015 05:31:40 UTC Commit: cdaaff6e936217788fc65ee6ce0d16a7276bc3e8 https://github.com/geany/geany-plugins/commit/cdaaff6e936217788fc65ee6ce0d16...
Log Message: ----------- addons: fixed double & entree in GEANY_WORDCHARS
Modified Paths: -------------- addons/src/ao_openuri.c
Modified: addons/src/ao_openuri.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -250,7 +250,7 @@ void ao_open_uri_update_menu(AoOpenUri *openuri, GeanyDocument *doc, gint pos) sci_get_selected_text(doc->editor->sci, text); } else - text = editor_get_word_at_pos(doc->editor, pos, GEANY_WORDCHARS"@.://-?&%#=~+_&,;"); + text = editor_get_word_at_pos(doc->editor, pos, GEANY_WORDCHARS"@.://-?&%#=~+_,;");
/* TODO be more restrictive when handling selections as there are too many hits by now */ if (text != NULL && (ao_uri_has_scheme(text) || ao_uri_is_link(text)))
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org