To je fakt, sed by se taky hodil, ale ma dojem, ze je hodne podobny grepu.
Jinak vim umi take omezit zravost
\{-n,m} \{-n,m} matches n to m of the preceding atom, as few as
possible {not in Vi}
\{-n} \{-n} matches n of the preceding atom {not in Vi}
\{-n,} \{-n,} matches at least n of the preceding atom, as few as
possible {not in Vi}
\{-,m} \{-,m} matches 0 to m of the preceding atom, as few as
possible {not in Vi}
\{-} \{-}

