Am 28.06.2009 10:43, coot_. schrieb: > Hello, > > How to check if a specific file exists in vim script, or how to check > is swap file exists. > [...]
To check if a file exists you can use filereadable() or glob(). See :help filereadable and :help glob HTH, Dennis Benzinger --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
