j
k
j a
j l
A lot of words are separated using underscore in source codes and other text. Please add that to the list of characters recognized as is_word_sep
static gboolean is_word_sep(gunichar c) { return g_unichar_isspace(c) || g_unichar_ispunct(c); }
Attachments:
Back to the thread
Back to the list