This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " vim-bootstrap 2024-07-02 04:39:38 | |
| "***************************************************************************** | |
| "" Vim-Plug core | |
| "***************************************************************************** | |
| let vimplug_exists=expand('~/.vim/autoload/plug.vim') | |
| if has('win32')&&!has('win64') | |
| let curl_exists=expand('C:\Windows\Sysnative\curl.exe') | |
| else | |
| let curl_exists=expand('curl') |
NewerOlder