I tried to re-compile vim with ruby support because I noticed that vim was still using 1.8.7 (which is the default ruby version on Snow Leopard). Ruby 1.9.2 is installed via rvm.
I\'m using QuickCursor for entering text to forms. My problem with that is I always have MacVim open, and with hidden enabled, so when I :wq from the temp file QuickCursor开发者_开发百科 make, the buf
I have vim 7.3, with the setup that\'s provided with Ubuntu 11.04 by default. My .vimrc looks like the following:
How can you search for a meta开发者_如何转开发character or another character in a vim regular expression?
I have a regex to replace a certain pattern with a certain string, where the string is built dynamically by repeating a certain character as many times as there are characters in the match.
When I am typing a long code comment in VIM, I manually judge when each comment 开发者_JAVA百科line reaches 80 characters, then manually typically press < enter >< tab >//< space > and contin
There are lots of questions here about IDEs vs. editors and which is better for modern software development. In the answers a usual point is that Eclipse has much better language support e.g. for Java
I\'m using Vim to edit Erlang code. I\'m used to (most Erlang programmers do this) to indent Erlang code by the bracket scope they\'re in. For example,开发者_如何学运维 C is often indented one tab wid
Specifically, I\'d like to set the makeprg option only if it has not been changed yet. An开发者_开发知识库y way to do this?You can access the contents of an option using &. So in this case you cou
One thing I\'ve often noticed with cucumber is the syntax highlighting for steps such as: Given /^I have a category with name \"([^\"]*)\"$/ do |category|