Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6751345
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:54:57+00:00 2026-05-26T12:54:57+00:00

Within Vim to group some chars sequence usage of \( \) is required. The

  • 0

Within Vim to group some chars sequence usage of \( \) is required. The same behavior is for other specials: \{ \}.

Is it possible to change regex style to be like in perl? How to switch it?

Instead

\\(

I would

(

???

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T12:54:58+00:00Added an answer on May 26, 2026 at 12:54 pm

    You can change the default required ‘magic level’

    :se nomagic
    :se magic
    

    See :he magic

    I’d recommend using the corresponding escapes instead to avoid breaking your other mappings.

     /\v(\d+)
    

    will match consecutive digits like you’d expect with Perl Regex

    From pattern.txt help:

    Examples:
    after:    \v       \m       \M       \V         matches ~
                    'magic' 'nomagic'
              $        $        $        \$         matches end-of-line
              .        .        \.       \.         matches any character
              *        *        \*       \*         any number of the previous atom
              ()       \(\)     \(\)     \(\)       grouping into an atom
              |        \|       \|       \|         separating alternatives
              \a       \a       \a       \a         alphabetic character
              \\       \\       \\       \\         literal backslash
              \.       \.       .        .          literal dot
              \{       {        {        {          literal '{'
              a        a        a        a          literal 'a'
    
    {only Vim supports \m, \M, \v and \V}
    
    It is recommended to always keep the 'magic' option at the default setting,
    which is 'magic'.  This avoids portability problems.  To make a pattern immune
    to the 'magic' option being set or not, put "\m" or "\M" at the start of the
    pattern.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using slash for searching for stuff within vim. I'd like to use
Within your organization, is every developer required to lock his workstation when leaving it?
Within my Subversion project I have a few directories that contain other open source
Is there a way I can query from within Vim information about user-defined vimscript
I'd like Ctrl-Backspace to delete the current word in vim insert mode. From within
I'm using Vim + Ack.Vim and am flummoxed on how to ignore hits within
I'm using vim and im doing a lot of :make within vim. The only
I am looking for an elegant solution to (within vim script) iterate over all
By making use of the remote feature in vim, is it possible to reuse
While I am editing a file in Vim, I need to see other available

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.