You are correct!

-----Original Message-----


> When you set the arg list, where does it start? from your current
> working directory? 

It depends a bit on how you populate it and how your OS expands
globs, I suspect.  Once you've populated it with

  :args **/inde*.md

or whatever, you can check/display the arg-list by just issuing

  :args

without additional parameters.  I think your original glob didn't
recurse into subdirectories, so you might also need to prepend "**/"
to search into subdirectories

  :help starstar

I found this later, and THIS was the issue/answer! starstar gave me the correct 
argslist!
Thanks!!
Russ


-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/20200831185503.4c7e997e%40bigbox.attlocal.net.

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/1587143643.999413.1598919507405%40mail.yahoo.com.

Reply via email to