Function
PosCompleterfind_prev_word_break
Declaration [src]
glong
pos_completer_find_prev_word_break (
const char* text
)
Description [src]
Scans text from the end and returns the last word break in bytes
counted from the end of the string. The word break is the position
of the last two words separated by completion_end_symbols.
If the string has trailing whitespace the amount of whitespace at the end is returned instead.