im started using taglist plugin in gvim on windows7(64bit) here is the path path of ctags: C:\\ctags58 path of gvim: C:\\Program Files (x86)\\Vim\\vim73
Im trying to figure out why ruby omnicompl only works sometimes for me. Here it\'s working as expected.
I\'m trying to log the time I spend working in vim.I\'ve got a script that works with gvim but when I try to set it up with vim it locks up the terminal session silently or with the message \'Vim: War
I\'m using a plugin which always creates a buffer named \"[Scratch]\" whenever I use omnicomplete. I want to hide this. I tried doing this:
How do I do get the width and height of the current window in Vim? I want to create a single hotkey to split either vertically or horizontally based on the current window\'s dimensions, but I don\'t
When I copy a text from a browser and paste it into a file I opened using vi in Terminal, I get the following unformatted text. Why does vi or the Terminal ignoring the newlines?
If I enable bash\'s input mode using set -o vi, then press Esc followed by v, I get a vi window which allows me to edit a temporary file which is executed once I leave. In that window I would like to
I got a weird vim interface, please take a look at the following image: How can I remove those red blocks?It\'s n开发者_StackOverflow中文版ot highlighted search.
Something extremely weird is happening when I open files in vim, and I can\'t remember doing anything that would have caused it.
I\'m currently using Vim to edit PHP files and would like to implement code folding for functions only. I\'ve tried setting the foldmethod=expr and using a regex with foldexpr in my .vimrc file. The p