diff options
Diffstat (limited to 'app-editors/vim-core')
| -rw-r--r-- | app-editors/vim-core/files/vimrc-r8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/vim-core/files/vimrc-r8 b/app-editors/vim-core/files/vimrc-r8 index 150059c7e602..c4abc23e7496 100644 --- a/app-editors/vim-core/files/vimrc-r8 +++ b/app-editors/vim-core/files/vimrc-r8 @@ -203,10 +203,10 @@ endif " (Ctrl-x/Ctrl-o) to work with any programming language if and only if a syntax " file exists for the said language. if exists("+omnifunc") - autocmd Filetype * - \ if &omnifunc == "" | - \ setlocal omnifunc=syntaxcomplete#Complete | - \ endif + autocmd gentoo Filetype * + \ if &omnifunc == "" | + \ setlocal omnifunc=syntaxcomplete#Complete | + \ endif endif " {{{ vimrc.local |
