Method
PosCompleterBasewants_punctuation_swap
Declaration [src]
gboolean
pos_completer_base_wants_punctuation_swap (
PosCompleterBase* self,
const char* symbol
)
Description [src]
Checks if the passed in symbol is a punctuation and before_text ends in a space.
Completers can invoke this to figure out if they want to drop that trailing space.