Re: repeating up/down/delete commands

2007-05-19 Thread Gary Johnson
On 2007-05-18, David Pike <[EMAIL PROTECTED]> wrote: > Uh oh... I spoke slightly too soon. Although the up/down/delete > functions that I first asked about now behave normally, the > > vim -N -u NONE -i NONE > > option now results in "999 d" deleting 999 characters, > often well beyond those o

Re: repeating up/down/delete commands

2007-05-19 Thread A.J.Mechelynck
Gary Johnson wrote: [...] One way to make sure that vim starts in non-compatible mode is to make sure you have a .vimrc file in your HOME directory, even if the file is empty. [...] This is true, but rather than an empty vimrc I suggest the following: " Vim startup file " Preferences which af

Re: How to wrap sentences?

2007-05-19 Thread Matthew Winn
On Fri, 18 May 2007 20:24:17 -0600, Russell Bateman <[EMAIL PROTECTED]> wrote: > As far as I know, Vim won't autowrap blocks of text you paste in. > Something could be written I suppose, but I don't know of something > already doing it. It depends how you paste. If you type "+p in normal mode t

how to display a "column line" at righ margin?

2007-05-19 Thread Ken YANG
hi all, can you guide me how to display a "column line" at right margin, e.g. 80, as gedit and eclipse do. i find this thread in mails archive: http://tech.groups.yahoo.com/group/vim/message/33159 but the method told in this thread is useless, it has some erros when i start vim in gnome-termin

Re: how to display a "column line" at righ margin?

2007-05-19 Thread Yakov Lerner
On 5/19/07, Ken YANG <[EMAIL PROTECTED]> wrote: hi all, can you guide me how to display a "column line" at right margin, e.g. 80, as gedit and eclipse do. i find this thread in mails archive: http://tech.groups.yahoo.com/group/vim/message/33159 but the method told in this thread is useless,

Re: how to display a "column line" at righ margin?

2007-05-19 Thread Ken YANG
Yakov Lerner wrote: > On 5/19/07, Ken YANG <[EMAIL PROTECTED]> wrote: >> >> hi all, >> >> can you guide me how to display a "column line" at right margin, e.g. >> 80, as gedit and eclipse do. >> >> i find this thread in mails archive: >> >> http://tech.groups.yahoo.com/group/vim/message/33159 >> >>

Re: OmniCppComplete question

2007-05-19 Thread Vissale NEANG
Hello, This is a known bug. It appears when you edit a new cpp file without saving it before running a completion. Just save the file before. It will be fixed for the next release. Best regards, Vissale 2007/5/19, madiyaan <[EMAIL PROTECTED]>: Hello, I installed this add-on as per the instr

Re: How to wrap sentences?

2007-05-19 Thread Russell Bateman
Matthew Winn wrote: On Fri, 18 May 2007 20:24:17 -0600, Russell Bateman <[EMAIL PROTECTED]> wrote: As far as I know, Vim won't autowrap blocks of text you paste in. Something could be written I suppose, but I don't know of something already doing it. It depends how you paste. If you

Re: How to wrap sentences?

2007-05-19 Thread Georg Dahn
Hi! I frequently copy and paste text from web pages and would like to break lines at (say) 72 without splitting words. It sounds strange, but I use to do the following: :set noai nosi tw=72 fo& Then I copy the text of the web page to the clibboard, enter Insert mode, and do * to paste the co

C-X C-F completion and paths with spaces

2007-05-19 Thread Maciej Kalisiak
Hello fellow Vimmers, Can any of you that work on Windows tell me how you handle filename completion (C-X C-F) for paths that contain spaces? I love this completion method, but as soon as I get to C:\Document and Settings\, it "stops working", because of course a space character is not in 'isfna

Re: C-X C-F completion and paths with spaces

2007-05-19 Thread Yakov Lerner
On 5/19/07, Maciej Kalisiak <[EMAIL PROTECTED]> wrote: Hello fellow Vimmers, Can any of you that work on Windows tell me how you handle filename completion (C-X C-F) for paths that contain spaces? I love this completion method, but as soon as I get to C:\Document and Settings\, it "stops workin

Re: C-X C-F completion and paths with spaces

2007-05-19 Thread A.J.Mechelynck
Maciej Kalisiak wrote: Hello fellow Vimmers, Can any of you that work on Windows tell me how you handle filename completion (C-X C-F) for paths that contain spaces? I love this completion method, but as soon as I get to C:\Document and Settings\, it "stops working", because of course a space ch

Re: C-X C-F completion and paths with spaces

2007-05-19 Thread Yeti
On Sat, May 19, 2007 at 07:43:46PM +0200, A.J.Mechelynck wrote: > > It seems that the 'isfname' option doesn't include a space by default. But > is that right? On both Windows and Unix, a filename may include spaces The question is not whether file names can include spaces or not. They can inc

Re: C-X C-F completion and paths with spaces

2007-05-19 Thread A.J.Mechelynck
David Nečas (Yeti) wrote: On Sat, May 19, 2007 at 07:43:46PM +0200, A.J.Mechelynck wrote: It seems that the 'isfname' option doesn't include a space by default. But is that right? On both Windows and Unix, a filename may include spaces The question is not whether file names can include spaces

Re: C-X C-F completion and paths with spaces

2007-05-19 Thread Yeti
On Sat, May 19, 2007 at 08:40:14PM +0200, A.J.Mechelynck wrote: > > Well, I haven't yet seen a filename with a bell or (aargh) a linefeed in > it; but filenames and dirnames including spaces are frequent on Windows, > and they aren't unseen even on Linux. I admit I have no idea what MS Windows

remote editing and spell list sync

2007-05-19 Thread Eric Smith
I use remote editing a lot (rsync protocol) and want to keep the spelling lists on both machines always synchromised. Is the best way with unison(1) or suchlike or is there a better way? -- Eric Smith

Netrw edit file

2007-05-19 Thread Eric Smith
When I am in vim, I can edit a file after selecting form the explorer, however I can only :read a file if I use Nread How do I :edit from within vim? -- Eric Smith