Sunday, March 23, 2014

How to take omni-complete operation effect in Windows using vim73

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>


some detail description can be visist http://bbs.chinaunix.net/thread-4132366-1-1.html.

Is anybody familiar with vim setting in windows?
Any help and solution will be appreciated.
Thanks advance firstly.

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment