Lines 147-152
Link Here
|
147 |
augroup gentoo |
147 |
augroup gentoo |
148 |
au! |
148 |
au! |
149 |
|
149 |
|
|
|
150 |
" Set completion to a file only if a specific plugin does not already exists |
151 |
" for that filetype. This allow to omnicomplete (i_CTRL-x_CTRL-o) any language |
152 |
" at the only condition it has a syntax file. |
153 |
if exists("+omnifunc") |
154 |
autocmd Filetype * |
155 |
\ if &omnifunc == "" | |
156 |
\ setlocal omnifunc=syntaxcomplete#Complete | |
157 |
\ endif |
158 |
endif |
159 |
|
150 |
" Gentoo-specific settings for ebuilds. These are the federally-mandated |
160 |
" Gentoo-specific settings for ebuilds. These are the federally-mandated |
151 |
" required tab settings. See the following for more information: |
161 |
" required tab settings. See the following for more information: |
152 |
" http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml |
162 |
" http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml |