Re: Show/Hide Split Windows

2006-08-10 Thread Rodolfo Borges
all other windows. You can't get back to them using Ctrl-w o again -- Rodolfo Borges

Re: search and replace multiple words

2006-08-11 Thread Rodolfo Borges
\+\(.*\)$/\\subsubsection{\1\}/ s/^\%(\d\+\.\){3}\d\+\s\+\(.*\)$/\\subsubsubsection{\1\}/ -- Rodolfo Borges

Re: Folding and the Desert color scheme

2006-08-15 Thread Rodolfo Borges
-- Rodolfo Borges

Re: Doing something til specific column

2006-08-20 Thread Rodolfo Borges
I tried something like this: :%s/^\(Chapter\ [0-9]\+:\ .*\)\%30c$/\1\./g I works fine, but needs to be repeated until no more matches are found. I'm sure you guys more experencied with Vim scripting will be able to complete my idea. -- Rodolfo Borges

using counter prefix in a map/command

2006-08-21 Thread Rodolfo Borges
to specify the man section, mas many C commands are also bash or shell commands, like exit, stat, and so on. I'm sure it's written in the extensive online documentation, but my lazyless is greater then my shame to ask it here. :) -- Rodolfo Borges

sp *.c

2006-09-22 Thread Rodolfo Borges
:sp *.c gives me too many files (same with :e *.c) why not do a split for every file? (if there's no room, maybe then give the too many files error.) just .2 c$ -- Rodolfo Borges

Re: Fighting with comments

2006-10-20 Thread Rodolfo Borges
\ errors., \%-G%.%#syntax\ OK, \%m\ at\ %f\ line\ %l., \%+A%.%#\ at\ %f\ line\ %l\\,%.%#, \%+C%.%# -- Rodolfo Borges

vim apparently ignoring -c nomodeline cmdline option

2007-06-05 Thread Rodolfo Borges
When opening a file that ends with # vim:fdm=marker: vim keeps doing the folding, even if I call it with -c nomodeline (I also tried -c modelines=0). Is it vim fault's, or (more likely) mine? -- Rodolfo Borges

vim -S

2006-07-31 Thread Rodolfo Borges
the no ! allowed error? Or am I having it all wrong? -- Rodolfo Borges

simple netrw feature sugestion

2006-09-05 Thread Rodolfo Borges
default, since one don't edit the .o's, but do edit the .h's a lot. -- Rodolfo Borges

some ideas

2006-12-11 Thread Rodolfo Borges
the # unless on the first column, and don't hightlight strings at all. Best regards, -- Rodolfo Borges

Re: problems compiling on solaris

2007-03-07 Thread Rodolfo Borges
properly. Check auto/config.log. # endif -- Rodolfo Borges

valgrind filetype detection

2007-03-29 Thread Rodolfo Borges
elseif s:line1 =~ '^==\d\+== valgrind' set ft=valgrind elseif s:line1 =~ '^==\d\+== Memcheck' set ft=valgrind Maybe this should be included on Vim distribution? -- Rodolfo Borges