ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=29d70a22fd8ce0d400c43570828204933fdf4a18

commit 29d70a22fd8ce0d400c43570828204933fdf4a18
Author: Andy Williams <a...@andywilliams.me>
Date:   Thu Apr 7 17:43:31 2016 +0100

    [selection] split words on * and & also
    
    Pretty important for C...
---
 elm_code/src/lib/widget/elm_code_widget_selection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elm_code/src/lib/widget/elm_code_widget_selection.c 
b/elm_code/src/lib/widget/elm_code_widget_selection.c
index 8f43890..9410234 100644
--- a/elm_code/src/lib/widget/elm_code_widget_selection.c
+++ b/elm_code/src/lib/widget/elm_code_widget_selection.c
@@ -6,7 +6,7 @@
 
 #include "elm_code_widget_private.h"
 
-static char _breaking_chars[] = " \t,.?!;:()[]{}";
+static char _breaking_chars[] = " \t,.?!;:*&()[]{}";
 
 static Elm_Code_Widget_Selection_Data *
 _elm_code_widget_selection_new()

-- 


Reply via email to