Lines Matching refs:then
98 :syntax keyword xStatement if then else endif
106 one way and the words "if", "then", "else" and "endif" to be highlighted
150 "then", etc., will be keywords, as defined with the ":syntax keyword"
296 if (condition) then ~
299 "then" might also appear in other places, where they get different
304 :syntax match xThen /then/ contained
310 if not (condition) then ~
367 itself. Why define it then? Well, the side effect of using a matchgroup is
368 that contained items are not found in the match with the start item then.
386 of the pattern match, and then one character further.
388 "s-1" means the start of the pattern match and then one character back. The
403 :syntax region xIfThen start=/if/ end=/then/ oneline
405 This defines a region that starts at "if" and ends at "then". But if there is
406 no "then" after the "if", the region doesn't match.
526 expands it to a full path (:p) and then takes the head (:h). This results in
583 if [ --f file.txt ] ; then ~