On 12/11/06, Rodolfo Borges <[EMAIL PROTECTED]> wrote:
(1) When tab-completing on Vim :cmdline, start with the dir of the current file being edited, instead of the $PWD (use ./ for that).
:h autochdir
(2) When pasting, arrange spaces and separators automagically:
This is a special case that fits your needs, and no one else. Try writing a plugin to do this - it wouldn't be that hard.
(3) A mode (to be used by /usr/bin/view) with less-like interface. I currently use :so=999 for easier scrolling.
:h less
(4) About that generic syntax highlighting that uses just # for comments, and " ' for strings: Don't hightlight the # unless on the first column, and don't hightlight strings at all.
Easy to do, why not do it yourself?