[Fwd: Missing it.ascii.spl]

2006-11-14 Thread Fabio Rotondo
---BeginMessage--- Hi, I am trying to use the spell checker in Vim 7, but when I write: :set spell spelllang=it I get the following error: Warning: Cannot find word list it.latin1.spl or it.ascii.spl Where can I grab those files? Thanks, Fabio ---End Message---

Re: Viewing CVS diff with vim

2006-08-08 Thread Fabio Rotondo
Bob Hiestand wrote: Use: :VCSVimDiff 1.2 Great :-) Thank you very much. Ciao, Fabio

Viewing CVS diff with vim

2006-08-04 Thread Fabio Rotondo
Hi all, is it possible to pipe the CVS diff -r output to vim to use something like vimdiff to see the changes? Thanks, Fabio

substitute a char with newline

2006-07-12 Thread Fabio Rotondo
Hi, I have a text file with many lines made like this: [EMAIL PROTECTED]@[EMAIL PROTECTED]@ And I'd like to have them splitted on @ in newlines. I have tried: :%s/@/\n/g but it does not work. What am I missing? Thanks, Fabio

VIM 7: feature documentation

2006-05-09 Thread Fabio Rotondo
Hi everybody, I am really new to this list, just installed the latest Vim and I'd like to know where can I look for a detailed documentation of the new features. Thanks in advance. Ciao, Fabio