Searched refs:was_letter (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dedit.c2229 int was_letter = FALSE; local
2323 if (was_letter && MB_ISUPPER(c) && MB_ISLOWER(wca[i]))
2330 was_letter = MB_ISLOWER(c) || MB_ISUPPER(c);

Completed in 199 milliseconds