Tuesday, July 3, 2012

Re: vim abbreviate help...

> The problem is: this abbreviation go on next line. I would like to write "package etc..." on the same line.

Quick, barely tested reply: put a 0 in front of the r.

If I

:r!echo foo

in a new, empty buffer, foo goes on line 2, but

:0r!echo bar

gets bar on line 1.

Regards, John

--
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

No comments: