|
|
""*** | ""*** |
| |
else | else |
let $CREAM = $VIMRUNTIME . "/cream/" |
let $CREAM = $VIM . "/cream/" |
endif | endif |
| |
endif | endif |
|
|
| |
if has("win32") | if has("win32") |
let quote = '"' | let quote = '"' |
|
" change slashes to backslashes for system call |
|
let tmpdir = substitute(mydir, '/', '\', 'g') |
else | else |
let quote = '' | let quote = '' |
|
let tmpdir = mydir |
endif | endif |
set noshellslash | set noshellslash |
" change slashes to backslashes for system call |
|
let tmpdir = substitute(mydir, '/', '\', 'g') |
|
call system("mkdir " . quote . tmpdir . quote) | call system("mkdir " . quote . tmpdir . quote) |
set shellslash | set shellslash |
| |
|
|
| |
if has("win32") | if has("win32") |
let quote = '"' | let quote = '"' |
|
" change slashes to backslashes for system call |
|
let tmpdir = substitute(mydir, '/', '\', 'g') |
else | else |
let quote = '' | let quote = '' |
|
let tmpdir = mydir |
endif | endif |
set noshellslash | set noshellslash |
" change slashes to backslashes for system call |
|
let tmpdir = substitute(mydir, '/', '\', 'g') |
|
call system("mkdir " . quote . tmpdir . quote) | call system("mkdir " . quote . tmpdir . quote) |
set shellslash | set shellslash |
| |
|
|
| |
if has("win32") | if has("win32") |
let quote = '"' | let quote = '"' |
|
" change slashes to backslashes for system call |
|
let tmpdir = substitute(mydir, '/', '\', 'g') |
else | else |
let quote = '' | let quote = '' |
|
let tmpdir = mydir |
endif | endif |
set noshellslash | set noshellslash |
" change slashes to backslashes for system call |
|
let tmpdir = substitute(mydir, '/', '\', 'g') |
|
call system("mkdir " . quote . tmpdir . quote) | call system("mkdir " . quote . tmpdir . quote) |
set shellslash | set shellslash |
| |