I can't seem to use this pattern in Vim: \d{4}
(but can only use \d\d\d\d
) while searching; Any idea whats going on?
note:
/
in Normal Mode
and typed the pattern./\d\{4}
or
/\v\d{4}
read :h magic
for details
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With