Am 2014-03-23 09:09, schrieb [email protected]:
I am using vim in Windows system.
but I meet a omni-complete problem that it can only list 7 words
automatically when vim 1.pl and then pressing <C-X><C-O> in windows,
However, it can list 203 words when vim 1.pl and then pressing
<C-X><C-O> in Linux,
_vimrc  part setting is shown as below:
set nocp
filetype plugin on
set ofu=syntaxcomplete#Complete
imap <silent> ` <C-X><C-O>

Could it be, the syntax script was not loaded properly? There is no :syntax on statement in your .vimrc, perhaps this is causing the problem (although, I would expect no syntaxcompletion at all
in that particular case). Does :syn list show you any output?

Best,
Christian

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to