vote up 0 vote down star

I am using the css_color.vim script with gvim 7.2 on vista. Because of this script I am not able to use omni-completion for css that came with the gvim I installed, which works perfectly fine if I rename the css.vim file to css.vim.bak or something.

I usually open omni-completion drop down using <C-x><C-o>, but with the css.vim, when I hit <C-x>, vim seems to go in a "temporary" normal mode, I dont really know what it is doing, but it is definetely not giving me the omni-completion drop down.

I tried search for <C-x> in the css.vim file but nothing. I dont have much experience with vim scripting, so any help appreciated.

flag

56% accept rate

1 Answer

vote up 0 vote down

Couple of ideas.

for your first issue

run

 :scriptnames

wtih the script on an off and look for differences. It's possible you've placed the script in the wrong directory or its overriding a system wide file.

Secondly for your , issue. run

:verbose map ,

to find where the , map has been defined. Looking at the css script it's possible these are separate issues

link|flag
hehe, I did not notice, the keys I gave disappered, it is corrected now, it is not ',' actually :P... I'll try out what you suggested and get back. – sharat87 Oct 12 at 5:37
aha! spotted a difference, the last file loaded is autoload/csscomplete.vim after syntax/css.vim without the plugin, and is after/css.vim (plugin) after syntax/css.vim with the plugin. I dont see any other differences.. so how do I fix this? – sharat87 Oct 12 at 5:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.