Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 43324 - 43353 of 55365   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43324
... Just *scratch* or *burrow* the place where you are feeling itchy. :-) By the way, if you have extra spare time, please do a test of my newly ... Then you...
Edward L. Fox
edyfox@...
Send Email
May 1, 2006
8:23 am
43325
... I know about this: When you type the "." and there no complete match was inserted (showing the longest common text in this example), Vim assumes you are...
Bram Moolenaar
Bram@...
Send Email
May 1, 2006
8:58 am
43326
... There is a syntax item to avoid bitfield specifications to be recognized as jump labels. It avoids other highlighting in that spot. Please try this patch...
Bram Moolenaar
Bram@...
Send Email
May 1, 2006
8:59 am
43327
... Ah, that makes sense. What about an option for specifying what characters end the completion? setlocal completedelim+=. or something similar? -- eric...
Eric Van Dewoestine
ervandew@...
Send Email
May 1, 2006
1:15 pm
43328
Edit a file that has misspelled words, but only in syntax items that are not spell-checked, then type ]s. Vim will go into an infinite loop that can be...
Marvin Renich
mrvn@...
Send Email
May 1, 2006
1:17 pm
43329
... In perusing netrw, I believe that all the netrw usages of exists("*func") give exists() a full function name; ie. they don't depend on its just being a...
Charles E Campbell Jr
drchip@...
Send Email
May 1, 2006
1:34 pm
43330
... Seems to work fine. I just compiled and tested the vim70g code, which has your patch. thanks, gm -- ...
Gregory Margo
gmargo@...
Send Email
May 1, 2006
5:52 pm
43331
... I can reproduce it with an arbibrary .vim file. I'll find out what happens. Note that CTRL-C does break the loop. -- Looking at Perl through Lisp glasses,...
Bram Moolenaar
Bram@...
Send Email
May 1, 2006
10:13 pm
43332
... Bad example... I meant that there are scripts that are too big to check. -- BODY: I'm not dead! CART DRIVER: 'Ere. He says he's not dead. LARGE...
Bram Moolenaar
Bram@...
Send Email
May 1, 2006
10:14 pm
43333
... It's too complicated already, adding another option will mainly cause more users to get confused. Also, I wouldn't know what to set it to for C. -- ...
Bram Moolenaar
Bram@...
Send Email
May 1, 2006
10:15 pm
43334
I have a tag file of 17 Mo, when I run a vimgrep on this file and after a cancel during the search (with CTRL-C), it seems that the swap file created by...
NEANG Vissale
vissale.neang@...
Send Email
May 1, 2006
11:50 pm
43335
... It's not that confusing. This is not a good reason for not implementing something like 'completedelim'. A better reason would be that nobody feels like...
mzyzik@...
Send Email
May 2, 2006
12:18 am
43336
... I tried ... and found that there are 111 matches. If all we are worried about is exists("*<string>") where <string> contains non-'isk' characters, then I ...
Benji Fisher
benji@...
Send Email
May 2, 2006
2:04 am
43337
... This is my first look at the version 7 line. Here's a few things I noticed: - The VRML syntax file still causes the file to be folded by default. This...
Robert Webb
RobertW@...
Send Email
May 2, 2006
2:45 am
43338
... I thought about this a bit more today, and I agree that adding a new option is not the proper solution. Not because it would confuse users, but because ...
Eric Van Dewoestine
ervandew@...
Send Email
May 2, 2006
3:35 am
43339
Hello! This one appears to be a ctrl-f (and ctrl-b) bug. Here's the setup: (using Linux,vim-7.0g, huge) .vimrc : set nocp .gvimrc : set lines=21 no .vim/...
Charles E. Campbell, ...
drchip@...
Send Email
May 2, 2006
3:36 am
43340
From the help: "In the GUI tab pages line you can use the right mouse button to open menu." This doesn't seem to work on Windows2000. Thanks, Rob. -- Robert...
Robert Webb
RobertW@...
Send Email
May 2, 2006
4:18 am
43341
Hi all, ... Thanks Benji for doing this. After Bram mentioned netrw.vim yesterday, I took a look at where all it uses exists('*fun') and it looks like ...
Srinath Avadhanula
srinathava@...
Send Email
May 2, 2006
4:48 am
43342
Hello, ... <trim> ... In the MS-Windows version, the Win32 tab control is used to support the tab pages. Which beta version of Vim7 are you using? Currently...
Yegappan Lakshmanan
yegappanl@...
Send Email
May 2, 2006
5:12 am
43343
Hi Robert, ... Which beta version of Vim7 are you using? The tabline menu should work in the GUI version on Windows 2000. - Yegappan...
Yegappan Lakshmanan
yegappanl@...
Send Email
May 2, 2006
5:12 am
43344
Some more suggestions that are probably too late for this release: - From the help: "The 'omnifunc' option is set by filetype plugins" Why is 'omnifunc' always...
Robert Webb
RobertW@...
Send Email
May 2, 2006
5:36 am
43345
... 7.0g. See my new email, it was because "e" had to be added to my 'guioptions'. ... Doesn't happen when a win32 tab control is used, but does happen when ...
Robert Webb
RobertW@...
Send Email
May 2, 2006
5:54 am
43346
... You can set 'guitablabel' to a function, as shown in the example under ":help setting-guitablabel". Then you can define a function to do something as a...
Gary Johnson
garyjohn@...
Send Email
May 2, 2006
6:12 am
43347
I have the following in my _vimrc file: func! SaveSession() mksession! aaaSession.vse echo "Session saved" endfunction command! -nargs=0 S call SaveSession() ...
Robert Webb
RobertW@...
Send Email
May 2, 2006
6:13 am
43348
... -- Martin...
Martin Stubenschrott
stubenschrott@...
Send Email
May 2, 2006
6:27 am
43349
... Hmm, good idea. So maybe it is possible, but still not exactly user-friendly or easy. A per-tab setting similar to 'guitablabel' would make things much...
Robert Webb
RobertW@...
Send Email
May 2, 2006
6:31 am
43350
On Tue, May 02, 2006 at 03:36:02PM +1000, Robert Webb wrote: <snip> ... It's best to use += when setting options like this. <snip> Regards, Doug...
Doug Kearns
dougkearns@...
Send Email
May 2, 2006
6:37 am
43351
... Yes, I realise that's the recommendation, but my _vimrc is over 2000 lines and a lot of it old, from before += was added. Many users may still set it the...
Robert Webb
RobertW@...
Send Email
May 2, 2006
6:38 am
43352
... Agreed. ... I don't think so. ... All good points. Gary -- Gary Johnson | Agilent Technologies garyjohn@... | Wireless...
Gary Johnson
garyjohn@...
Send Email
May 2, 2006
6:48 am
43353
... Will inserting "redraw" command before echo help ? Like this: func! SaveSession() mksession! aaaSession.vse redraw echo "Session saved" endfunction This...
Yakov Lerner
iler.ml@...
Send Email
May 2, 2006
7:24 am
Messages 43324 - 43353 of 55365   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help