10,794
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 1,405: | Line 1,405: | ||
elseif p_last == "l" and Cl[p_last2] and p_last3 then -- C|Cl | elseif p_last == "l" and Cl[p_last2] and p_last3 then -- C|Cl | ||
split(2) | split(2) | ||
elseif glide[p_last] and (p_last2 == "v" or p_last2 == "ʋ" or | elseif glide[p_last] and (p_last2 == "v" or p_last2 == "ʋ" or p_last2 == "f") and Cv[p_last3] and p_last4 then -- C|CvJ | ||
split(3) | split(3) | ||
elseif (p_last == "v" or p_last == "ʋ" or | elseif (p_last == "v" or p_last == "ʋ" or p_last == "f") and Cv[p_last2] and p_last3 then -- C|Cv | ||
split(2) | split(2) | ||
elseif glide[p_last] and p_last2 then -- C|CJ | elseif glide[p_last] and p_last2 then -- C|CJ |