Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 52636 - 52665 of 69735   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
52665 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 6, 2008
1:13 am
... To run a separate script, use ":source" (q.v.), not ":exec". The command ... would execute the hypothetical command ... but of course the ":user" command...
52664 Richard Hartmann
richih.mailinglist@... Send Email
Dec 6, 2008
1:13 am
... What's the status of this patch? Does it still work with current Vim? If yes, Markus, would you be willing to merge this into vim_extended? Richard ...
52663 Marc Weber
marco-oweber@... Send Email
Dec 6, 2008
12:34 am
... Hi Bram, Could you try running the testcase at the end of the file? it starts 200 threads each running a loop 200 times running vim.cmd. It segfaults here....
52662 Marc Weber
marco-oweber@... Send Email
Dec 5, 2008
11:30 pm
Thinking about TOVL I'm faced by a problem: I'd like to expose the configuration, so that the user can customize it easily. A perfect fit would be just let the...
52661 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 5, 2008
10:28 pm
... v:operator_mode? v:motion_mode? I didn't read the patch so I might be off-target. Best regards, Tony. -- Everyone can be taught to sculpt: Michelangelo...
52660 Bram Moolenaar
Bram@... Send Email
Dec 5, 2008
9:34 pm
... Good fix, thanks! -- ARTHUR: A scratch? Your arm's off! BLACK KNIGHT: No, it isn't. ARTHUR: Well, what's that then? BLACK KNIGHT: I've had...
52659 Bram Moolenaar
Bram@... Send Email
Dec 5, 2008
9:34 pm
... I guess this happens if the previous buffer is reused. This is a mechanism that avoids empty, unnamed, unused buffers to stay in the buffer list. I guess...
52658 Bram Moolenaar
Bram@... Send Email
Dec 5, 2008
9:34 pm
... Yes, this sounds useful. Thanks for making the patch. I wonder if the name "v:motion_force" is the best choice. Does someone know a better name? -- ...
52657 Bram Moolenaar
Bram@... Send Email
Dec 5, 2008
9:34 pm
... I do think that vim.command() is thread safe. Not 100% sure, I didn't look at the detailed documentation for Python native interface. The code contains: ...
52656 Kana Natsuno
whileimautomaton@... Send Email
Dec 5, 2008
5:55 pm
When I wrote some Vim scripts to implement new motions and new text objects, I noticed that there is no way to check whether the type of a motion is forced or...
52655 Ben Fritz
fritzophrenic@... Send Email
Dec 5, 2008
2:06 pm
See http://groups.google.com/group/vim_use/browse_thread/thread/d19be706567e5743 ... "If 'fileformats&#39; is not empty, the first format given will be used for...
52654 Antony Scriven
adscriven@... Send Email
Dec 5, 2008
12:26 pm
Hi ... Wouldn't returning a list of dictionaries be more useful? --Antony --~--~---------~--~----~------------~-------~--~----~ You received this message from...
52653 Marc Weber
marco-oweber@... Send Email
Dec 5, 2008
1:09 am
... You can start multiple threads in python. The help didn't say tat vim.command() is thread safe. However it would be nice to replace this executeVimCommand...
52652 Lech Lorens
lech.lorens@... Send Email
Dec 5, 2008
1:04 am
... This is achieved by adding the following lines to the session file: let s:sx = expand("<sfile>:p:r")."x.vim" if file_readable(s:sx) exe "source " . s:sx ...
52651 Bram Moolenaar
Bram@... Send Email
Dec 4, 2008
9:09 pm
... It is in the X11 version. Not in MS-Windows. ... Please explain what this would do what vim.command() isn't doing. I mean the one explained below ":he...
52650 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 4, 2008
12:52 am
... The usual Unix convention is that directories and files whose names begin with a dot are "hidden". Normally you don't see them unless you explicitly...
52649 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 3, 2008
11:53 pm
... [...] It is not so much "not available in console", it's more that console versions of Vim don't always include the +clientserver feature, or that it is...
52648 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 3, 2008
10:16 pm
... For details about the five incompatible 'guifont&#39; formats and how to set the font even if you don't know what format your current gvim requires, see ...
52647 Fredrik Gustafsson
iveqy@... Send Email
Dec 3, 2008
10:03 pm
2008/12/3 Matt Wozniski <mjw@...>: > > On Wed, Dec 3, 2008 at 3:44 AM, Fredrik Gustafsson wrote: >> >> Hi, >> I'm having problem with setting the font....
52646 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 3, 2008
9:07 pm
... "Modified by" is not in version.c but in feature.h. Since apparently Make_ming.mak has no option to set that line, you should edit feature.h manually, as I...
52645 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 3, 2008
7:44 pm
On 03/12/08 10:51, Bram Moolenaar wrote: [...] ... After applying patch 7.2.063 I don't get any warnings in if_perl.xs (when compiling if_perl.c) anymore....
52644 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 3, 2008
7:39 pm
On 02/12/08 22:05, Dominique Pelle wrote: [...] ... Maybe that #if will break something if and when Perl 6 gets released? Hm, I suppose we can cross that...
52643 Charles Campbell
Charles.E.Campbell@... Send Email
Dec 3, 2008
7:08 pm
Hello! ... yields a list of "somefile";s that are contained in the current directory and below -- except for those directories beginning with a ".". This ...
52642 Bram Moolenaar
Bram@... Send Email
Dec 3, 2008
5:50 pm
Patch 7.2.065 Problem: GTK GUI: the cursor disappears when doing ":vsp" and the Vim window is maximized. (Dominique Pelle, Denis Smolyar) Solution: Don't...
52641 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 3, 2008
4:31 pm
... Apparently the MinGW gcc libraries handles infinities and not-a-numbers differently than the Linux gcc libraries (where I saw "-inf" and "nan" as quoted...
52640 Marc Weber
marco-oweber@... Send Email
Dec 3, 2008
3:09 pm
Some time ago I've already written foreign process support (kind of) finally telling vim "finished"; by sending a client server command. However this is not...
52639 Bram Moolenaar
Bram@... Send Email
Dec 3, 2008
12:21 pm
Patch 7.2.064 Problem: Screen update bug when repeating "~" on a Visual block and the last line doesn't change. Solution: Keep track of changes for all...
52638 Bram Moolenaar
Bram@... Send Email
Dec 3, 2008
11:48 am
Patch 7.2.063 Problem: Warning for NULL argument of Perl_sys_init3(). Solution: Use Perl_sys_init() instead. (partly by Dominique Pelle) Files:...
52637 Matt Wozniski
mjw@... Send Email
Dec 3, 2008
10:32 am
... I see nothing that says that at :help 'guifont&#39; ... In :help ... For Win32, GTK, Mac OS and Photon: > ... For the GTK+ 2 GUI the font name looks like this:...
52636 Bram Moolenaar
Bram@... Send Email
Dec 3, 2008
10:22 am
Patch 7.2.062 Problem: "[Scratch]" is not translated. Solution: Mark the string for translation. (Dominique Pelle) Files: src/buffer.c ... ...
Messages 52636 - 52665 of 69735   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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