Re: add yanked line to already yanked lines

2006-11-24 Thread Daniel Nogradi
I often find myself in need of copying (yanking) non-consecutive multiple lines so that I can paste them somewhere else in a consecutive way. Several lines are scattered around the file and would like to collect them kind of. At the moment I go to to first line, yank it, go to the

ViM7 spellchecking

2006-11-24 Thread Krzysztof Maj
Hello everybody, I've found that VIM7 has a feature called spellchecking. Great, because it could be very usefull. But my question is how does it works on Mac OSX, how to configure it on this platform and choose the language which I wanna prefer? Additionally, is it any chance to ommit special

Re: ViM7 spellchecking

2006-11-24 Thread Krzysztof Maj
Hugh Sasse [EMAIL PROTECTED] napisał(a): On Fri, 24 Nov 2006, Krzysztof Maj wrote: Hello everybody, I've found that VIM7 has a feature called spellchecking. Great, because it could be very usefull. But my question is how does it works on Mac OSX, how Do you have reason to believe it

Re: ViM7 spellchecking

2006-11-24 Thread Hugh Sasse
On Fri, 24 Nov 2006, Krzysztof Maj wrote: Hugh Sasse [EMAIL PROTECTED] napisa?(a): On Fri, 24 Nov 2006, Krzysztof Maj wrote: [...] could be very usefull. But my question is how does it works on Mac OSX, how Do you have reason to believe it works differently on Mac OSX

syntax file from different directory

2006-11-24 Thread Muddassirali Mirzani
The GVIM i'm using is compiled by the system admin. The syntax directory (common to all users) the GVIM executable points does not allow me to write. I have downloaded a new syntax file (vera.vim) and placed it in my $HOME/.vim/syntax and modified the filetype.vim (in $HOME/.vim/)appropriate file

Re: Calendar ?

2006-11-24 Thread striker
I use version 1.4a. The Calendar.vim file is indeed in the plugin directory. Here are a few usage lines from my Calendar.vim file: Usage: :Calendar show calendar at this year and this month :Calendar 8 show calendar at this year and given month :Calendar 2001 8

Re: Calendar ?

2006-11-24 Thread Brian McKee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 {Top posted 'cause the whole thread was - lotsa snippage} It's actually mapped to \cal and \caL later in the plugin The comment is out of date (if you read the change log) Brian I'm using version 1.4a. Staring on line 37 in my version, there are

Rephrased: debugging errorformat strings.

2006-11-24 Thread Hugh Sasse
I'm resubmitting this, clarifying a few points and fixing a typo in the process, because I've seen no responses. Sorry if this is premature: I know it could be due to people being busy. Hopefully the parts I've rephrased will be clearer than my earlier post. I have been trying to improve the

Re: formatexpr examples

2006-11-24 Thread Yukihiro Nakadaira
I wrote a plugin that uses formatexpr. But this is a bit complicated. http://yukihiro.nakadaira.googlepages.com/autofmt.zip -- Yukihiro Nakadaira - [EMAIL PROTECTED]

Search and delete

2006-11-24 Thread Krzysztof MaJ
VitaM, how to search in the file based on some regex and when it's matched delete the whole line automatically? -- Pozdrawiam - Krzysztof Maj  I'm a Mac now, are you PC? Oh, dear... ;-)

Re: Search and delete

2006-11-24 Thread A.J.Mechelynck
Krzysztof MaJ wrote: VitaM, how to search in the file based on some regex and when it's matched delete the whole line automatically? --Pozdrawiam - Krzysztof Maj  I'm a Mac now, are you PC? Oh, dear... ;-) :1,$g/pattern/d see :help :g :help :d Best regards, Tony.

Re: ViM7 spellchecking

2006-11-24 Thread Krzysztof MaJ
On 2006-11-24, at 13:18, Krzysztof Maj wrote: Hugh Sasse [EMAIL PROTECTED] napisał(a): On Fri, 24 Nov 2006, Krzysztof Maj wrote: Hello everybody, I've found that VIM7 has a feature called spellchecking. Great, because it could be very usefull. But my question is how does it works on Mac

Re: Search and delete

2006-11-24 Thread A.J.Mechelynck
A.J.Mechelynck wrote: Krzysztof MaJ wrote: VitaM, how to search in the file based on some regex and when it's matched delete the whole line automatically? --Pozdrawiam - Krzysztof Maj  I'm a Mac now, are you PC? Oh, dear... ;-) :1,$g/pattern/d see :help :g :help :d Best

Re: ViM7 spellchecking

2006-11-24 Thread A.J.Mechelynck
Krzysztof MaJ wrote: On 2006-11-24, at 13:18, Krzysztof Maj wrote: Hugh Sasse [EMAIL PROTECTED] napisał(a): On Fri, 24 Nov 2006, Krzysztof Maj wrote: Hello everybody, I've found that VIM7 has a feature called spellchecking. Great, because it could be very usefull. But my question is how

Re: ViM7 spellchecking

2006-11-24 Thread Hugh Sasse
On Fri, 24 Nov 2006, Krzysztof MaJ wrote: On 2006-11-24, at 13:18, Krzysztof Maj wrote: Hugh Sasse [EMAIL PROTECTED] napisa??(a): to configure it on this platform and choose the language which I wanna :he spell :he spelllang OK, we'll see if VIM has iso-8859-2 or

Re: ViM7 spellchecking

2006-11-24 Thread Krzysztof MaJ
On 2006-11-24, at 20:22, A.J.Mechelynck wrote: Krzysztof MaJ wrote: On 2006-11-24, at 13:18, Krzysztof Maj wrote: Hugh Sasse [EMAIL PROTECTED] napisał(a): On Fri, 24 Nov 2006, Krzysztof Maj wrote: Hello everybody, I've found that VIM7 has a feature called spellchecking. Great, because it

Re: ViM7 spellchecking

2006-11-24 Thread A.J.Mechelynck
Krzysztof MaJ wrote: [...] Well I've get VIM from the vim.org site for windows and from macvim.org for Mac platform. But I downloaded only a VIM package without any additional sources - lang sources as you said. On Mac this is a DMG package, so when I open a content of the package I didn't

Re: ViM7 spellchecking

2006-11-24 Thread Krzysztof MaJ
On 2006-11-24, at 21:05, A.J.Mechelynck wrote: Krzysztof MaJ wrote: [...] Well I've get VIM from the vim.org site for windows and from macvim.org for Mac platform. But I downloaded only a VIM package without any additional sources - lang sources as you said. On Mac this is a DMG package,

Re: Calendar ?

2006-11-24 Thread Bill McCarthy
On Fri 24-Nov-06 9:12am -0600, Brian McKee wrote: I'm using version 1.4a. Staring on line 37 in my version, there are usage statements. If you would rather not upgrade, then here's what it says: Leaderca show calendar in normal mode Leaderch show

C++ refactoring tool

2006-11-24 Thread Peng Yu
Hi, I'm using vim developing C++ programs exclusively. I'm wondering if there is good refactoring tool available in vim. Thanks, Peng

Minor highlight problem with blockwise visual selection

2006-11-24 Thread Guopeng Wen
Hi, Folks, I found that vim could highlight text incorrectly in blockwise visual selection when the selection in performed in reversed order. The problem can be replicated like this: 1. Start vim without loading anything (follows Gary's instruction): vim -N -u NONE -i NONE --cmd 'set