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

  • Home
  • SEARCH
  • 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 7891061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T06:31:16+00:00 2026-06-03T06:31:16+00:00

I often use the inputdialog to execute a command using: let n = confirm({msg}

  • 0

I often use the inputdialog to execute a command using:

  let n = confirm({msg} [, {choices} [, {default} [, {type}]]])

p.e. search numbers
if n == 1 –> p.e. do search of all numbers with ‘.,’
if n == 2 –> p.e. do search of all exponential numbers
if n == 3 –> p.e. do search of all numbers with 3 digits
etc

but with this method I can only choose one argument.

Is there a way in Vim where you can chose multiple arguments together in an inputdialog?

  • 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-06-03T06:31:18+00:00Added an answer on June 3, 2026 at 6:31 am

    A workaround, use input() function, let the user to choose multiple options and split them into a list to process them. An example:

    Add next function to vimrc or similar file:

    func My_search()
        let my_grouped_opts = input ( "1.- Search one\n2.- Search two\n3.- Search three\n" )
        let my_list_opts = split( my_grouped_opts, '.\zs' )
        for opt in my_list_opts
            echo "Option number " opt " selected"
        endfor
    endfunction
    

    Call it:

    :call My_search()
    

    There will appear your options:

    1.- Search one
    2.- Search two
    3.- Search three
    

    Select them like:

    23
    

    And the function will split them into a list.

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

Sidebar

Related Questions

I often use the string search feature for an entire solution in VS2008. Is
I often use the net user command to have a look at AD groups
I often use Excel with pivot tables based on .cub files for OLAP-type analysis.
I often use to memorize all matrixes in a single vector, because my book
I often use the search pattern atom \%<nr>l. to match lines or \%<nr>c. to
I quite often use the regular expression search and replace in SQL Server Management
I often use this recursive 'visitor' in F# let rec visitor dir filter= seq
I often use * to highlight all instances of the current word, and the
I often use this list command in Unix (AIX / KSH): ls -Artl It
I often use the top command to see what is taking up resources. Mostly

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.