Is cscope.out in your current directory when issuing :cs add? Try providing a full path to the .out file, eg. :cs add c:\mywork\source\cscope.out -Terrance...
Terrance Cohen
vim@...
Jul 1, 2004 2:52 pm
51447
... Is there some reason that ":hist >" is not in the docs? Here's a patch against 6.3.10 that may need rewording regarding debug mode: ... *************** ***...
Gregory Margo
gmargo@...
Jul 1, 2004 4:42 pm
51448
... I'm still parsing this, but it does seem to work. Thanks! Alan...
Alan G Isaac
aisaac@...
Jul 1, 2004 5:17 pm
51449
... @a=@...(getline(line('.')),".\\{-}\\(".@/."\\)\\(\\%(".@/."\\)\ \@!.\\)*","\\1\n",'g') ... on a line, assuming they don't overlap. ... Glad it...
gumnos (Tim Chase)
gumnos@...
Jul 1, 2004 5:28 pm
51450
... Thanks. Strange that this was missing. -- ARTHUR: Listen, old crone! Unless you tell us where we can buy a shrubbery, my friend and I will ... we will...
Bram Moolenaar
Bram@...
Jul 1, 2004 6:41 pm
51451
Please have a look at the attached file....
eljay@...
Jul 1, 2004 6:54 pm
51452
I am wondering if there is a trick to change the command-line from with in a function that gets executed from the command-line, more precisely from the custom...
Hari Krishna Dara
hari_vim@...
Jul 1, 2004 9:14 pm
51453
This is minor, but would like to get a workaround if possible, as I regularly get into this problem. In my perforce plugin, like many SCM plugins might already...
Hari Krishna Dara
hari_vim@...
Jul 2, 2004 12:49 am
51454
Important data!...
george@...
Jul 2, 2004 5:57 am
51455
that is interesting......
george@...
Jul 2, 2004 11:03 am
51456
What's with all the junk mail to vim@...? It sure does seem to be filling up the RSS....
Dave Silvia
dsilvia@...
Jul 2, 2004 11:24 am
51457
... Well at least I don't get that much junk mail. Only a few messages from eljay@... with .ZIP attachments. Obvious junk, my mail client says. So for...
Miikka Leskinen
miikkaleskinen@...
Jul 2, 2004 2:17 pm
51458
Apologies if this is a duplicate. ... So the idea is to use the standard completion mechanism and then modify it, rather than do it all from scratch? ... Isn't...
Benji Fisher
benji@...
Jul 2, 2004 3:16 pm
51459
Apologies if this is a duplicate. ... I do not make use of the FileChangedRO autocommand myself, so let me first make sure that I have this straight. You are...
Benji Fisher
benji@...
Jul 2, 2004 3:17 pm
51460
<Transfer complete>...
ackahn@...
Jul 2, 2004 4:49 pm
51461
Please read the attached file....
pinard@...
Jul 2, 2004 5:33 pm
51462
... So the idea is to use the standard completion mechanism and then modify it, rather than do it all from scratch? ... Isn't <C-\>e a Command-line-mode...
Benji Fisher
benji@...
Jul 2, 2004 5:40 pm
51463
... I do not make use of the FileChangedRO autocommand myself, so let me first make sure that I have this straight. You are editing a RO file and (starting in...
Benji Fisher
benji@...
Jul 2, 2004 5:41 pm
51464
I need assistance from one of you vim experts. I would like to map a key such that anytime it is pressed it will toggle folds open and closed. But I want the...
Clint Harames
c.harames@...
Jul 2, 2004 5:43 pm
51465
Protected message is attached....
ackahn@...
Jul 2, 2004 6:05 pm
51466
Hello again :) After selecting a group of lines in Visual (line-wise) mode, all of the lines can be shifted to the left/right by typing the "<"/">" keys. ...
J. Scott Merritt
Vim@...
Jul 2, 2004 6:41 pm
51467
... I have the following in my vimrc: " Tip: 108 Toggle a fold with a single keystroke {{{ " Toggle fold state between closed and opened. " Based on Vim tip: "...
David Fishburn
fishburn@...
Jul 2, 2004 6:41 pm
51468
... I am not sure what you mean by 'do it from scratch', but using the custom completion mechanism is the only thing that comes in my mind that to do anything...
Hari Krishna Dara
hari_vim@...
Jul 2, 2004 6:50 pm
51469
... [snip] ... Thanks a lot for the conditional :startinsert! idea. It worked like a charm, except that it was funny that I had to press <Esc> twice. I think ...
Hari Krishna Dara
hari_vim@...
Jul 2, 2004 7:15 pm
51470
... The user-command completion function was not prepared for invoking getcmdline() recursively. I'll make a patch. -- TIM: Too late. ARTHUR: What? TIM:...
Bram Moolenaar
Bram@...
Jul 2, 2004 8:06 pm
51471
Vim 6.3 1-7 WinXP cscope -V c:/vim/tools/cscope.exe: version 15.4 I am getting a similar problem, this is the first time I have tried cscope. All of the add...
David Fishburn
fishburn@...
Jul 2, 2004 9:02 pm
51472
I do a lot of fast proto-typing while authoring scripts. I can check these out quickly using 'source' for vim scripts and 'execute' for shell scripts at the...
Dave Silvia
dsilvia@...
Jul 3, 2004 12:54 am
51473
... That's pretty good -- you know, you could eliminate a lot of backslashes if you used single quotes: let @a=''|g/ab\+a/let ...
Charles E Campbell
drchip@...
Jul 3, 2004 1:20 am
51474
... Note that Ctrl-X and Ctrl-Z are already in use. (For Ctrl-Z there are the synonyms ":sus[pend]" or ":st[op]" which I find easier to remember. Ctrl-X is...