... 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...
Bram Moolenaar
Bram@...
Jul 1, 2003 9:01 am
41379
... 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...
Bram Moolenaar
Bram@...
Jul 1, 2003 9:01 am
41380
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...
Khorev Sergey
Khorev@...
Jul 1, 2003 10:16 am
41381
... 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...
Peter Palm
peterp@...
Jul 1, 2003 10:56 am
41382
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...
William Norris
will-lists-vim@...
Jul 1, 2003 12:03 pm
41383
Peter Palm <peterp@...> To: Steven Dodd <Steven.Dodd@...> cc: vim@... 07/01/2003 05:55 Subject: Re: replacing word...
bps8@...
Jul 1, 2003 12:56 pm
41384
... 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...
Benji Fisher
benji@...
Jul 1, 2003 12:58 pm
41385
... See also ... for a description of what may be a similar problem and solution. HTH --Benji Fisher...
Benji Fisher
benji@...
Jul 1, 2003 1:04 pm
41386
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...
Michael Metzger
MMetzger@...
Jul 1, 2003 1:15 pm
41387
From: Michael Metzger [mailto:MMetzger@...] ... I haven't found anything that works as well as PuTTY. It works perfectly for me without...
Bowie Bailey
Bowie_Bailey@...
Jul 1, 2003 1:33 pm
41388
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...
Michael Metzger
MMetzger@...
Jul 1, 2003 1:40 pm
41389
... 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 ...
Antoine J. Mechelynck
antoine.mechelynck@...
Jul 1, 2003 1:41 pm
41390
... 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 ...
Colin Keith
vim@...
Jul 1, 2003 2:22 pm
41391
Hi, I noticed that ... (answering "y" when being asked) is not the same as ... when applied on a line like abababababababababababababababababababab Can anyone...
Klaus Bosau
kbosau@...
Jul 1, 2003 2:28 pm
41392
... I think that ... should work. You are still not giving many details about how you load your vim scripts. ... HTH --Benji Fisher...
Benji Fisher
benji@...
Jul 1, 2003 2:31 pm
41393
[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:...
Martin Karlsson
mk-freebsd@...
Jul 1, 2003 2:34 pm
41394
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...
Carter N.
N.Carter@...
Jul 1, 2003 3:01 pm
41395
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...
Bowie Bailey
Bowie_Bailey@...
Jul 1, 2003 3:09 pm
41396
How can one accomplish this from a vim macro? ______________________________ Steven Dodd Software Developer, Harmony MR 905.672.2100x1217 sdodd@... ...
Steven Dodd
Steven.Dodd@...
Jul 1, 2003 3:24 pm
41397
Hi, ... if &modified echo "Buffer is modified" else echo "Buffer is no modified" endif Regards, Jürgen -- Jürgen Krämer...
Jürgen Krämer
jkraemer@...
Jul 1, 2003 3:36 pm
41398
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....
Michael Metzger
MMetzger@...
Jul 1, 2003 3:39 pm
41399
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...
Steven Dodd
Steven.Dodd@...
Jul 1, 2003 4:46 pm
41400
... Not needed....
Zdenek Sekera
z.sekera@...
Jul 1, 2003 4:53 pm
41401
Very good idea, I would certainly make use of it!...
Zdenek Sekera
z.sekera@...
Jul 1, 2003 4:58 pm
41402
... should get you pointed in the right direction. There are a couple variants for single-line indentation change and clearing all the indent. -tim...
Tim Chase
gumnos@...
Jul 1, 2003 5:09 pm
41403
... 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. ...
Bram Moolenaar
Bram@...
Jul 1, 2003 5:34 pm
41404
... 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...
Bram Moolenaar
Bram@...
Jul 1, 2003 5:35 pm
41405
* Bram Moolenaar <Bram@...> [2003-07-01 19.34 +0200]: [...snip...] ... I've tested *with* as well as *without* a ~/.netrc (containing machine, login,...
Martin Karlsson
mk-freebsd@...
Jul 1, 2003 7:37 pm
41406
... 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. -- ...
Bram Moolenaar
Bram@...
Jul 1, 2003 8:22 pm
41407
... 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...