... It depends on the filetype of the source file and the dest file. It also depends on the foldmethod. For example, for foldmethod=marker, the markers are...
31842
Juan Lanus
jlanus@...
Sep 1, 2002 3:37 pm
... Not specially ... I just made a fast search in google for [ font "fixed width" download ] and it showed several pages. I settled with "Lucida Console"...
31843
Alan G Isaac
aisaac@...
Sep 1, 2002 3:41 pm
... http://home.bsu.edu/prn/monofont/ Alan Isaac...
31844
Hugo Ahlenius
fraxinus@...
Sep 1, 2002 4:08 pm
There used to be a font called "Andale Mono" available on Microsofts "TrueType core fonts for the Web" page, but they recently removed those. It might also be...
31845
The Vim Man
theviman@...
Sep 1, 2002 4:55 pm
I was wondering why there are no posts of some of the more interesting scripts made in any of the above languages to see how good a combination you can make...
31846
The Vim Man
theviman@...
Sep 1, 2002 7:33 pm
I just came across Redhat's Source Navigator. Interestingly, they have parsers needed for many languages (see http://oimanager.de/sn.htm and ...
31847
Colin Keith
vim@...
Sep 1, 2002 8:13 pm
... *urm* They are there. Look through the newsgroups might be a little more revealing. I konw I've certainly posted a few suggestions to questions using Perl...
31848
Mikolaj Machowski
mikmach@...
Sep 1, 2002 11:10 pm
... \k is for not us-ascii users. The best solution would be using here variable with somewhere else defined letters (\k is sometimes too generous). Mikolaj...
31849
Juan Lanus
jlanus@...
Sep 2, 2002 12:01 am
Hi I just submitted a bug request in Mozilla (Netscape) asking to be able to configure an external editor for plain-text mail messages. I don't know if it...
31850
Steve Hall
digitect@...
Sep 2, 2002 1:18 am
From: "Benji Fisher" <benji@...> ... Do they work for you? That's encouraging. I am actually using these in an engspchk variant, one I've cooked up ...
31851
Paul Y. Peng
ypeng@...
Sep 2, 2002 2:04 am
I second this idea and will vote after an account is created in Mozilla.org. Thank you Juan. Paul....
31852
Steve Hall
digitect@...
Sep 2, 2002 2:21 am
... Please note that your bug (166100) has already been marked a duplicate of bug 13474: http://bugzilla.mozilla.org/show_bug.cgi?id=13474 The thread is...
31853
Peter Wright
pete@...
Sep 2, 2002 5:37 am
Hi all, I've been trying to work out how to implement a "hungry" whitespace delete mapping in Vim 6.1. By this I mean: in insert mode, if you hit the backspace...
31854
최공훈
earlele@...
Sep 2, 2002 6:26 am
I compiled vim 6.1 on Solaris 2.8 I didn't change configuration except for "--prefix". After compiling vim , when I run vim, it took about 7~10 seconds to...
31855
Peter Wright
pete@...
Sep 2, 2002 7:10 am
... It would probably help if you also mentioned what C compiler (and the version) you used to compile Vim, as well as the hardware specs you're running it on....
31856
Mark Khemma
mkhemma@...
Sep 2, 2002 9:21 am
Try this out: imap <your mapkey of choice> <ESC>bi<CR><ESC>:s/ \+//<CR>i<BS> basically what it does is go into normal mode, then move back to the beginning of...
31857
Matthias Ulrich
mulrich@...
Sep 2, 2002 11:28 am
Hi, I am facing a Problem with my Vim, it sometimes crashes very badly. It seems to happen when I open a file for editing, but I could never reproduce the bug....
31858
Juan Lanus
jlanus@...
Sep 2, 2002 12:24 pm
... Yes! This is good news, as it seems that the resolution is quite advanced. Juan Lanus TECNOSOL Argtentina...
31859
Dirk Zimmermann
vimlist@...
Sep 2, 2002 1:02 pm
Hello, I have files with names like: track49089.F, track49050.F, track49061.F and so on and there are different suffixes *.F, *.cards and *.job. These files...
31860
roger_15@...
Sep 2, 2002 1:16 pm
... From: "Colin Keith" <vim@...> To: <vim@...> Sent: Sunday, September 01, 2002 3:13 PM Subject: Re: Extending Scripting By Using Perl,...
31861
Piet Delport
pjd@...
Sep 2, 2002 2:16 pm
... See :h expand() for a starting point. More specifically, if you want the current file's base name (i.e. no path or extension), you can use expand('%:t:h')....
31862
Colin Keith
vim@...
Sep 2, 2002 2:29 pm
... expand('%:r') will give you the 'root' filename of the current file. That is the filename without the extension. So: x.txt => x That gives you what you...
31863
Dirk Zimmermann
vimlist@...
Sep 2, 2002 3:07 pm
Hello Colin, Thanks a lot for your help. I think the rest I can do by myself, hopefully. ... This looks very cool! I will try it (with caution) as well! Thank...
31864
Bram Moolenaar
Bram@...
Sep 2, 2002 5:01 pm
... First of all try starting gvim from the command line on this file: gvim filename If this doesn't crash, try a few variations to find out why (from a ...
31865
Colin Keith
vim@...
Sep 2, 2002 5:30 pm
Okay this is really stupid and I can't fathom what causes this. It seems that the Vim parser gets upset at the presence of + symbols in Perl blocks. Strangely...
31866
Preben 'Peppe' Guldberg
peppe@...
Sep 2, 2002 5:31 pm
... While not excactly what you describe, I quite like setting 'softtabstop' equal to 'shiftwidth' when I set 'expandtab'. Doing so, a backspace in insert mode...
31867
Bram Moolenaar
Bram@...
Sep 2, 2002 7:10 pm
... The code that checks for the "endfunction" doesn't know about Perl commands. It recognizes the "$i" as the start of an ":insert" command on the last line....
31868
Colin Keith
vim@...
Sep 2, 2002 7:47 pm
... Ahhh. I assumed that when it saw a perl command (even if its a << block) it would just skip it. That makes complete sense though. I guess its also a side...
31869
Tim Hammerquist
timmy@...
Sep 2, 2002 10:21 pm
... Using supplementary scripting languages does not seem to be a frequent topic on the ML (or on comp.editors, for that matter), but it does get discussed. ...
31870
Erik Warendorph
erik.warendorph@...
Sep 2, 2002 11:17 pm
Hi! I'm sorry for cross-posting this one, but I wasn't really sure where it's supposed to go, since it's mostly about the netrw plugin, but also about patches...