On 2017-02-07, Horgix wrote: > Hello, > > OpenSSH 7.3 introduced the Include directive for SSH configuration file, > meaning that ssh config files can now be something else than ~/.ssh/config or > ssh_config (from which they can be included). > > To be able to have the filetype detected on those included files, this commit > adds *.sshconfig to the matchings for sshconfig filetype. > > • Current behavior: ~/.ssh/my_sub_config.sshconfig included by an Include > my_sub_config.sshconfig in ~/.ssh/config doesn't get its filetype detected > • Behavior after this commit: ~/.ssh/my_sub_config.sshconfig included by an > Include my_sub_config.sshconfig in ~/.ssh/config gets its filetype > detected > as sshconfig
In a brief search for information on that include directive, I didn't find anything about a naming convention for included files. If *.sshconfig is just your personal naming convention, I'd be reluctant to include it as part of standard Vim. Regards, Gary -- -- 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]. For more options, visit https://groups.google.com/d/optout.
