Specifying "wildignore" patterns in the initialization file prevent a file 
matched by one of the patterns to be loaded when GVim is called with the 
"--remote-silent" flag.

GVim: 9.1 [1-4]
OS: Windows 10

default.vim
----------------------------
set wildignore=*.a
----------------------------

Commands
----------------------------
gvim -u default.vim                 test.a   // test.a is loaded
gvim -u default.vim --remote-silent test.a   // test.a is not loaded
gvim -u default.vim --remote-silent test.c   // test.c is loaded 
---------------------------- 

-- 
-- 
You received this message from the "vim_dev" 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_dev" 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_dev/82257156-ca34-4b01-beb5-c16bbd671400n%40googlegroups.com.

Raspunde prin e-mail lui