elsif
以下の部分に記入したいの.vimrc
ですが、正しい Windows 構文について誰か助けてくれませんか?
if executable( 'ag' )
if has( 'unix' )
let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""'
elsif has( 'win32' )
" ?
endif
endif
Windows gvim で Unix バージョンが動作しません。