After searching a bit on the net it seems that I can\'t map CtrlSpace to 开发者_开发问答anything/alot. Is there a way to do it today, what I found was usually 2 years old.I\'ve run into the same issue
If i type in the vim command line :python import os;print os.getenv(\'PYTHONPATH\') I get a path If i close vim and on the same terminal do
I have Vim set up, with +python (:version says it\'s ok). My .vimrc contains filetype plugin on set ofu=syntaxcomplete#Complete
I\'ve been trying to set up Vim autocompletion for Ruby code and have not been successful. I mean things \"work\", but I would expect a better plugin or configuration to be available.
Im trying to figure out why ruby omnicompl only works sometimes for me. Here it\'s working as expected.
I\'m having trouble with Vim and Python completion. In fact I\'m totally confused how does this work. I have generic gvim 7.3, on windows 7 (with python/dyn)
How can I add help information or improve omni completion in Vim? For example, in a CSS file, when you type font, omni completion could show the expected values: font-style font-variant font-we开发者_
I\'m trying to get up and working with vim with ruby on rails and am having a few problems with omni-completion.
I\'m doing my best to follow the directions for install here: http://vim.sourceforge.net/scripts/script.php?script_id=1785, but I can\'t get it working and it seems sort of vague.
Ruby: file = File.new(\"some.txt\", \"r\") lines = file.readlines Omni-completion tests file.readl ---------