On Feb 24, 4:08 am, Paddy <[email protected]> wrote:
>
> So what's the best way of finding what platform you are on in vim? I
> know I can do it using one of the scripting interfaces, but what about
> in normal vimscript?
has('win32'), has('win16'), etc.
:help has()
:help feature-list
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---