... What happens if you try running that fetch command in a terminal? Adjust the output file name to use a directory that exists. Hmm, Vim creates a temp...
41379
Bram Moolenaar
Bram@...
Jul 1, 2003 9:01 am
... Don't hold your breath. I don't expect to have much time for working on Vim the coming weeks. But perhaps someone else can make a patch for this. It's...
41380
Khorev Sergey
Khorev@...
Jul 1, 2003 10:16 am
Before trying to implement support for pathnames with spaces for ":cs add", I want to feel out whether it is required, because I haven't direct requests for...
41381
Peter Palm
peterp@...
Jul 1, 2003 10:56 am
... What I normally do: cw<C-R>"<ESC> which "changes the word" to the contents of register " (the default copy-paste register) (:help registers) Peter...
41382
William Norris
will-lists-vim@...
Jul 1, 2003 12:03 pm
I know there has been much discussion regarding vim and ftp lately, but I would like to pose an additional question on the subject... --the problem-- to echo...
41383
bps8@...
Jul 1, 2003 12:56 pm
Peter Palm <peterp@...> To: Steven Dodd <Steven.Dodd@...> cc: vim@... 07/01/2003 05:55 Subject: Re: replacing word...
41384
Benji Fisher
benji@...
Jul 1, 2003 12:58 pm
... Try "ve" (or some variant) to select the word in Visual mode and then "p". Alternatively, try "ce<C-R>0<Esc>" or 'de"0p' or '"_dep' . ... HTH --Benji...
41385
Benji Fisher
benji@...
Jul 1, 2003 1:04 pm
... See also ... for a description of what may be a similar problem and solution. HTH --Benji Fisher...
41386
Michael Metzger
MMetzger@...
Jul 1, 2003 1:15 pm
All, I am looking for a replace for my PuTTy terminal program, which I work with VIM in. For those who are not familar with PuTTy, it is a SSH terminal...
41387
Bowie Bailey
Bowie_Bailey@...
Jul 1, 2003 1:33 pm
From: Michael Metzger [mailto:MMetzger@...] ... I haven't found anything that works as well as PuTTY. It works perfectly for me without...
41388
Michael Metzger
MMetzger@...
Jul 1, 2003 1:40 pm
Bowie, Does your numeric pad on the {rhs} of the keyboard work correctly? Perhaps it is the termcap entry on the unix machine I trying to connect to that is...
41389
Antoine J. Mechelynck
antoine.mechelynck@...
Jul 1, 2003 1:41 pm
... That may be all right for files you source explicitly. But what about global plugins (which are sourced automatically at the end of startup) and filetype ...
41390
Colin Keith
vim@...
Jul 1, 2003 2:22 pm
... I'm on 4.5-release and it works fine. PuTTY answers "xterm" to ^E and the "Application Keypad" settings are set to "normal". When numlock is on I get ...
41391
Klaus Bosau
kbosau@...
Jul 1, 2003 2:28 pm
Hi, I noticed that ... (answering "y" when being asked) is not the same as ... when applied on a line like abababababababababababababababababababab Can anyone...
41392
Benji Fisher
benji@...
Jul 1, 2003 2:31 pm
... I think that ... should work. You are still not giving many details about how you load your vim scripts. ... HTH --Benji Fisher...
41393
Martin Karlsson
mk-freebsd@...
Jul 1, 2003 2:34 pm
[I'm sorry about some overlong lines.] ... $ mkdir /tmp/mine $ chmod 700 /tmp/mine $ fetch -o /tmp/mine/4 ftp://ftp.burken.nu/public_html/index.html fetch:...
41394
Carter N.
N.Carter@...
Jul 1, 2003 3:01 pm
Hello all, I'm trying to run the 32-bit DOS Vim6.2 on an old 486 PC, running DOS 6.22 However, when I run ":make", with "compiler borland", which processes the...
41395
Bowie Bailey
Bowie_Bailey@...
Jul 1, 2003 3:09 pm
From: Michael Metzger [mailto:MMetzger@...] ... No, my numeric pad doesn't work properly. I don't think I've ever tried to use it in Vim...
41396
Steven Dodd
Steven.Dodd@...
Jul 1, 2003 3:24 pm
How can one accomplish this from a vim macro? ______________________________ Steven Dodd Software Developer, Harmony MR 905.672.2100x1217 sdodd@... ...
41397
Jürgen Krämer
jkraemer@...
Jul 1, 2003 3:36 pm
Hi, ... if &modified echo "Buffer is modified" else echo "Buffer is no modified" endif Regards, Jürgen -- Jürgen Krämer...
41398
Michael Metzger
MMetzger@...
Jul 1, 2003 3:39 pm
Does anyone know how to map the number 1 key on the {lhs} of the keyboard? I need to map escape sequences like ^[Oq to the corresponding number keys....
41399
Steven Dodd
Steven.Dodd@...
Jul 1, 2003 4:46 pm
Is there a way to decrease the indent level from within insert mode past the insertion point? The reason I ask is that often when using autoindent, the indent...
41400
Zdenek Sekera
z.sekera@...
Jul 1, 2003 4:53 pm
... Not needed....
41401
Zdenek Sekera
z.sekera@...
Jul 1, 2003 4:58 pm
Very good idea, I would certainly make use of it!...
41402
Tim Chase
gumnos@...
Jul 1, 2003 5:09 pm
... should get you pointed in the right direction. There are a couple variants for single-line indentation change and clearing all the indent. -tim...
41403
Bram Moolenaar
Bram@...
Jul 1, 2003 5:34 pm
... I can see the difference. I'll add a remark in the todo list. -- There is a fine line between courage and foolishness. Unfortunately, it's not a fence. ...
41404
Bram Moolenaar
Bram@...
Jul 1, 2003 5:35 pm
... Does this mean you have a login name and password in your ~/.netrc file? Hmm, perhaps the fetch command only does anonymous ftp access when there is no...
41405
Martin Karlsson
mk-freebsd@...
Jul 1, 2003 7:37 pm
* Bram Moolenaar <Bram@...> [2003-07-01 19.34 +0200]: [...snip...] ... I've tested *with* as well as *without* a ~/.netrc (containing machine, login,...
41406
Bram Moolenaar
Bram@...
Jul 1, 2003 8:22 pm
... I wouldn't want to change the code, that will probably break some scripts. I'll fix the docs to mention that ":echo" puts the message on a new line. -- ...
41407
Bram Moolenaar
Bram@...
Jul 1, 2003 8:23 pm
... This is a bit complicated to reproduce. What is the value of ... Vim will search for "doc/tags" files in all directories in 'runtimepath'. I can only...