@username
を付けます 39 | let g:user.system.windows = has('win32') || has('win64') ? v:true : v:false " let s:is_windows = has('win32') || has('win64') " later as historical ==|| has('win16') || has('win95')==
40 | let g:user.system.cygwin = has('win32unix') ? v:true : v:false " let s:is_cygwin = has('win32unix')
41 | let g:user.system.mac = has('mac') ? v:true : v:false " let s:is_mac = has('mac')