2019-03-04 03:28:35 -05:00
|
|
|
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'objc') != -1
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
|
2015-12-06 05:58:09 -05:00
|
|
|
" Use C++ style comment strings with commentary.vim
|
|
|
|
setl commentstring=//%s
|
|
|
|
|
|
|
|
" Search for include files inside frameworks (used for gf etc.)
|
|
|
|
setl includeexpr=substitute(v:fname,'\\([^/]\\+\\)/\\(.\\+\\)','/System/Library/Frameworks/\\1.framework/Headers/\\2','')
|
|
|
|
|