... Ok. I did not realize that vi compatibility was held if there was no vimrc or exrc at all. So shouldn't there be a system wide vimrc installed with a fresh...
53893
Ciaran McCreesh
ciaranm@...
Sep 30, 2004 1:15 pm
... Well... Gentoo does something sneaky here, hence why you're seeing different results. For various reasons we, er... highly encourage vim not to start in...
53894
Dave Silvia
dsilvia@...
Sep 30, 2004 1:24 pm
Which is exactly why it surprised me that it was so. I mean, backward compatibility is one thing, but braindead is another. Shall we hie back to the days of...
53895
Dave Silvia
dsilvia@...
Sep 30, 2004 1:32 pm
Now this to me makes sense. Vim is far enough removed from vi, I think, that if someone is using Vim, it's because they want to use Vim (not vi). So the...
53896
David Fishburn
fishburn@...
Sep 30, 2004 1:40 pm
... I just opened up: vim63\syntax92;perl.vim It seems to have 2 entries: if exists("perl_include_pod") " Include a while extra syntax file syn include @Pod...
53897
Mathias Michaelis
michaelis@...
Sep 30, 2004 2:43 pm
Hi Bernd ... I see! But googling around gave me the impression that this is an undocumented feature of NTFS. So I was afraid to play with it and to spend an...
53898
David Fishburn
fishburn@...
Sep 30, 2004 2:57 pm
... Tony, thanks for the tip about AutoRun, didn't know about that one. You also have some path/file name completion abilities with a standard cmd.exe shell. ...
53899
Antony Scriven
adscriven@...
Sep 30, 2004 3:08 pm
... I don't think that's true at all. I bet there are even some vim users who think they are using vi. ... See ... `:set nocp' in the system-wide vimrc if you...
53900
David Fishburn
fishburn@...
Sep 30, 2004 3:59 pm
Howdy Chip. I am in the process of adding the GetLastestVimScripts support into my plugins. http://www.vim.org/scripts/script.php?script_id=642 Quick question,...
53901
Keith Roberts
kroberts@...
Sep 30, 2004 7:35 pm
I do the following ... ... I *expect* to get "set all", but instead I get "'set all'" (ie, nothing changed). Why?!? -- Keith W. Roberts Home:...
53902
Keith Roberts
kroberts@...
Sep 30, 2004 7:43 pm
... Short answert ... Leave them! They are for adding your own macros, plugins, etc. so they will automatically be found/loaded. When you are ready to start...
53903
Tim Chase
vim@...
Sep 30, 2004 7:47 pm
... Looks like something in the expression is getting bunged by the fact that one level of the escapes are being stripped off by the set of double-quotes....
53904
Antony Scriven
adscriven@...
Sep 30, 2004 7:51 pm
Hi, ... You need to double the backslashes, except for the one that is escaping the `"'. But then kwa is set to an empty string because submatch() only works...
53905
Keith Roberts
kroberts@...
Sep 30, 2004 7:58 pm
... I'll be durned! I tried the 2nd, which worked, so many thanx, Tim. But I still don't understand the why of it. I was adding extra escapes to just the \",...
53906
Tim Chase
vim@...
Sep 30, 2004 8:07 pm
... this is the equiv. of the following: on a line containing 'blah blah' doing ... If you double the backslash, your double quote closes the opening quote of...
53907
Keith Roberts
kroberts@...
Sep 30, 2004 8:51 pm
... Ok, some of the murk has lifted ... But as I said, your expression worked using :echo from the cmd line, but not inside my function. And using the "greedy"...
53908
Antony Scriven
adscriven@...
Sep 30, 2004 9:22 pm
... If you use <q-args> then Test() will only ever receive one argument. Is that intentional? Antony...
53909
Tim Chase
vim@...
Sep 30, 2004 9:38 pm
... Checking your sample code, it seems to have other problems. I just tried to do what you're describing and came up with: fun! Foo(...) let n = 1 while n <=...
53910
Guido Milanese
gmilanese@...
Sep 30, 2004 9:39 pm
Dear all, I am sorry to ask again a very basic question. I decided to give up my attempt to compile gvim 6.3, and to install again the 6.2 version that came...
53911
Tim Chase
vim@...
Sep 30, 2004 9:42 pm
... Likely, you want to add ... to show the menubar. There are similar options if you desire to hide/show the toolbar as well. -tim...
53912
Keith Roberts
kroberts@...
Sep 30, 2004 9:47 pm
... Yes, it is. I can :call Test() with more than one, but the idea is to use a command for easy typing. So I don't want to have to require all the args to...
53913
Keith Roberts
kroberts@...
Sep 30, 2004 10:00 pm
... As I just replied to Antony, I don't want to require all the args to be quoted when being typed in. And, of course, the actual code is more complicated...
53914
Guido Milanese
gmilanese@...
Sep 30, 2004 10:34 pm
Thanks for your kind answer. ... no help available! I had already tried this. ... nothing happens... very strange. I'm afraind I'll have to install Mandrake...
53915
Antoine J. Mechelynck
antoine.mechelynck@...
Sep 30, 2004 10:35 pm
... You reinstalled the vim-x11 rpm. Did you reinstall the corresponding vim-common rpm? It should contain your runtime files. Regards, Tony....
53916
Keith Roberts
kroberts@...
Sep 30, 2004 10:40 pm
... I saw the stuff at :h functions ... It would be nice if there were links to <args>, <q-args> and <f-args> (there doesn't even seem to *be* a tag for the...
53917
Antony Scriven
adscriven@...
Sep 30, 2004 11:14 pm
Hi Keith ... I think that for the flexibility you want, you'll have to use <q-args> then parse the string yourself. Something like this: fun! Test(cmdstring) ...
53918
Antony Scriven
adscriven@...
Sep 30, 2004 11:20 pm
... The `\s' in pat should be `\s+'. Antony...
53919
Dave Silvia
dsilvia@...
Sep 30, 2004 11:49 pm
Try echo substitute(kwa,"^92;\(['".'\"]92;)\(.\{-}\)92;1$','\2',"") thx, Dave S. *** -----Original Message----- *** From: Keith Roberts...
53920
Sanjeev Sapre
SanjeevS@...
Oct 1, 2004 3:45 am
I do used to use some plug ins and sytanx file changes but i used to do it in vim63 only ( or vim62 earlier ) now i will do it in vimfiles. in fact this has...
53921
BStrohhaecker@...
Oct 1, 2004 6:38 am
Hi Mathias ... I think so. See: <http://support.microsoft.com/default.aspx?scid=kb;en-us;q205524> I prefer sysinternals39;s junction.exe to use them. Regards,...