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 6192529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:57:31+00:00 2026-05-24T02:57:31+00:00

I want to search within a function, and copy all lines which are calling

  • 0

I want to search within a function, and copy all lines which are calling a different function within that scope, to a different file. I know I can limit the scope of the search by visual selection, and search is easy – but I’m not getting a convenient way of copying all search results to any buffer (which I can then paste to another file for my analysis)…
Can someone point to the solution (I’m almost sure it would be pretty easy, but for some reason, its not obvious to me !!) ?

  • 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-24T02:57:32+00:00Added an answer on May 24, 2026 at 2:57 am

    You can use:

    :let @a=''             " clear register a. A faster alternative would be “qaq” in normal mode (thanks ZyX)
    :g/pattern/y A         " yank all lines with pattern into register a, but in append mode (hence a capital letter)
    :buffer other_file.txt
    "ap
    

    Maybe this answer about registers can be of some help for you.

    An alternative if you want to APPEND to your other buffer:

    :redir >> other_file.txt
    :g/pattern/#       "alternative: :g/pattern/print or :g/pattern/number.
    :redir END
    

    References : :help :g, :help :#, :help :redir

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to search a directory for all files that match a certain pattern.
I want to search a file in the current directory from which the batch
I want to search the program >> that is by which you append to
I want to search a table to find all rows where one particular field
I want to search for all elements with class needle in all elements returned
I have a daemon that reads a configuration file in order to know where
I want sed to omit all non-matching lines, and only output the replaced string
I am designing a simple jquery live search function within a widget on a
I'm making a search function for my website, which finds relevant results from a
I'm highlighting instances of a search string within a set of text. I want

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.