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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 53207 - 53236 of 70138   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
53207 Bram Moolenaar
Bram@... Send Email
Feb 4, 2009
7:54 pm
... This looks wrong. fast_breakcheck() reads input to see if a CTRL-C was typed. But the loop above has ui_inchar() that does this already. It sends a...
53208 Bram Moolenaar
Bram@... Send Email
Feb 4, 2009
7:54 pm
... Thanks, I'll add it to the todo list. -- hundred-and-one symptoms of being an internet addict: 39. You move into a new house and decide to Netscape before...
53209 björn
bjorn.winckler@... Send Email
Feb 4, 2009
8:13 pm
... The original problem was this: go to e.g. the vim src/ directory and enter ":grep a *.c". During this operation it is impossible to halt Vim using...
53210 David Nicol
davidnicol@... Send Email
Feb 5, 2009
1:24 am
in shell syntax highlighting, comments following a typeset keyword are only recognized as such when there is an initialization in the typeset. typeset -u...
53211 Andreas Bernauer
andreas@... Send Email
Feb 5, 2009
7:44 am
... I can't confirm this behavior for vim 7.2.095 on Linux 2.6.24 (in either gui or console mode). :grep interrupts as soon as I press Ctrl-C. -- Andreas. ...
53212 Dominique Pelle
dominique.pelle@... Send Email
Feb 5, 2009
8:21 am
... I can reproduce the problem with gvim on Linux x86 (GUI GTK2): pressing CTRL-C does not interrupt ":grep a *" in gvim. In terminal, CTRL-C interrupts...
53213 듀르
wind8702@... Send Email
Feb 5, 2009
8:38 am
browse() won't return value in gvim (64) on my machine. so I am using ':browse e' and ':browse w' now. OS is Windows XP x64 edition. be happy. p.s. sorry, but...
53214 Andy Wokula
anwoku@... Send Email
Feb 5, 2009
10:11 am
Often, the first completion items after ... are garbage tags (or meta tags ...) like !_TAG_FILE_FORMAT !_TAG_FILE_SORTED !_TAG_PROGRAM_AUTHOR ...
53215 
wind8702@... Send Email
Feb 5, 2009
12:26 pm
It returns well now. ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information,...
53216 
wind8702@... Send Email
Feb 5, 2009
1:47 pm
sorry. It's my fault. :( ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information,...
53217 Charles Campbell
Charles.E.Campbell@... Send Email
Feb 5, 2009
2:27 pm
... I'm sorry -- I'm unable to replicate that problem. Please try the latest syntax/sh.vim, available from my website: ...
53218 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 5, 2009
3:20 pm
I had several scripts in UTF-8 with BOM in ~/.vim/**/*.vim. Until now they were sourced with no problem. Now (I believe as a result of patch 100) they give an...
53219 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 5, 2009
3:25 pm
... Sorry: It works because I have 'autowriteall&#39; set, but otherwise it should be ... -- People who claim they don't let little things bother them have never ...
53220 Martin Lundberg
martin.lundberg@... Send Email
Feb 5, 2009
6:13 pm
Hello, What is the process of proposing changes of the vim documentation? If I find something that sounds/is wrong. -Martin ...
53221 Larson, DavidX S
davidx.s.larson@... Send Email
Feb 5, 2009
6:40 pm
You can tell us about it, that would be a good start. :) From: vim_dev@googlegroups.com [mailto:vim_dev@googlegroups.com] On Behalf Of Martin Lundberg Sent:...
53222 Ingo Karkat
swdev@... Send Email
Feb 5, 2009
6:50 pm
... Let's be a little more specific: 1. Make sure you have the *latest* version of the documentation; the one that comes with your VIM distribution may be...
53223 Bram Moolenaar
Bram@... Send Email
Feb 5, 2009
7:49 pm
... OK, I see the problem on FreeBSD as well. ... I'm not sure how it is supposed to work. A brief look shows that it may have been intended that: the loop in...
53224 Bram Moolenaar
Bram@... Send Email
Feb 5, 2009
7:51 pm
... If there are obvious things wrong, just send me a patch. If it's about opinion or wording you may send it to the list first, so that others can give their...
53225 Bram Moolenaar
Bram@... Send Email
Feb 5, 2009
7:51 pm
... I can reproduce the problem when 'encoding&#39; is "utf-8". That means no conversion is taking place and the BOM isn't removed. I'll make a fix. -- ...
53226 Bram Moolenaar
Bram@... Send Email
Feb 5, 2009
7:51 pm
Patch 7.2.102 (after 7.2.100) Problem: When 'encoding&#39; is "utf-8" a BOM at the start of a Vim script is not removed. (Tony Mechelynck) Solution: When no...
53227 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 5, 2009
8:04 pm
... I see your patch 7.2.102. Wow, that was fast! :-) I'll compile it immediately. Best regards, Tony. -- Overflow on /dev/null, please empty the bit bucket. ...
53228 _sc_
toothpik@... Send Email
Feb 5, 2009
8:11 pm
markus-- today svn bumped my source up to v101 from v93, and i find i can no longer politely build vim -- make breaks with: normal.c: In function 'nv_g_cmd&#39;: ...
53229 Markus Heidelberg
markus.heidelberg@... Send Email
Feb 5, 2009
9:23 pm
Hi, I've finally written a basic script (without any error handling so far) for automatically fetching the patch files, applying, formatting the commit message...
53230 Markus Heidelberg
markus.heidelberg@... Send Email
Feb 5, 2009
9:34 pm
... I've just updated the git repositories, of course I got a merge conflict at this place, too. ... I don't send patches to the list any more. The patch...
53231 _sc_
toothpik@... Send Email
Feb 5, 2009
9:59 pm
... <sigh> ok -- i love relnum enough i'll see if i can learn enough git to use it since the patch no longer works i'd recommend an update to vim's patch page:...
53232 Garrett Whelan
whaledawg@... Send Email
Feb 5, 2009
11:13 pm
A few things about this list: 1) Is this list primarily for those working on the actual C code or those expanding C with scripts? 2) Should it be for one...
53233 Lech Lorens
lech.lorens@... Send Email
Feb 5, 2009
11:36 pm
When splitting a window, all the location lists of the original window are copied to the newly created one. If the newly created window is a quickfix window or...
53234 James Vega
jamessan@... Send Email
Feb 5, 2009
11:36 pm
... Using 7.2.093 as an example, here's what I use for the upstream branch of the Debian repo: [7.2.093] (extra) dialogs can't always handle multi-byte text ...
53235 John Beckett
johnb.beckett@... Send Email
Feb 5, 2009
11:44 pm
... It's main purpose is for bug reports, enhancement discussion, and questions on the C source. However, any issues concerning Vim that are a bit technical...
53236 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 5, 2009
11:55 pm
On 05/02/09 09:38, 듀르 wrote: [...] ... I don't know what kind of accent you have when you _speak_ English, but the English you _write_ is perfectly...
Messages 53207 - 53236 of 70138   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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