1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 06:50:05 +08:00
SpaceVim/bundle/phpcomplete.vim/tests/vimrc

8 lines
172 B
VimL

set nocp
filetype plugin indent on
syntax on
let php_sync_method=-1
let p = fnamemodify(expand('%:p:h'), ':h')
exe 'set rtp='.p.'/,'.p.'/vimunit/,'.p.'/../vimunit/,'.&rtp