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 48356 - 48385 of 69705   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
48356 net expert
software.marketing.ne... Send Email
Nov 1, 2007
1:31 pm
Its true that today world is Internet world,every thing is globelised,differences go away WE gave you our service on your pay demand,if you want to advertise...
48357 net expert
software.marketing.ne... Send Email
Nov 1, 2007
3:10 pm
Its true that today world is Internet world,every thing is globelised,differences go away WE gave you our service on your pay demand,if you want to advertise...
48358 Suresh Govindachar
sgovindachar@... Send Email
Nov 1, 2007
5:41 pm
Hello, Given below is information (uname -a, cat /proc/cpuinfo, vim version) on two machines named crash_machine and recover_machine. Bug: On recover_machine,...
48359 net expert
software.marketing.ne... Send Email
Nov 2, 2007
2:29 am
Its true that today world is Internet world,every thing is globelised,differences go away WE gave you our service on your pay demand,if you want to advertise...
48360 Matthew Wozniski
mjw@... Send Email
Nov 2, 2007
4:30 am
To reproduce: vim -u NONE -U NONE ... ia<CR><CR><C-X><C-L><C-X><C-L> After the first <C-X><C-L>, we have 1. "a" 2. "" 3. "a" the 2nd <C-X><C-L> tries to...
48361 net expert
software.marketing.ne... Send Email
Nov 2, 2007
1:20 pm
rana-imran-akram@... 000923007530720 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For...
48362 Chris Drake
christopher@... Send Email
Nov 3, 2007
6:34 am
Hi, It's possible to craft a malformed .swp file that causes vim to crash in a way that completely locks up a terminal. Here's what was on my screen when it...
48363 Dave Hodder
dmh@... Send Email
Nov 3, 2007
1:10 pm
Hello, Vim presently associates *.phtml files with PHP/FI (a.k.a. PHP 2) syntax highlighting, although realistically I doubt anybody uses it[1][2]. Instead,...
48364 Dave Hodder
dmh@... Send Email
Nov 3, 2007
1:38 pm
Out of courtesy I've emailed Lutz Eymers (last known phtml.vim maintainer) and Peter Hodge (syntax/php.vim) with a pointer to this message. However the mail...
48365 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 3, 2007
3:34 pm
... I seem to semember that something like that was fixed long ago, but my memory is hazy. Could you reproduce it with some "decently recent" version? You...
48366 Chris Drake
christopher@... Send Email
Nov 3, 2007
11:36 pm
Hi Tony, Sorry - busy - if I get a free moment, I might have a try. I did save the files concerned. If it helps any - I managed to recover my file by...
48367 Dominique Pelle
dominique.pelle@... Send Email
Nov 4, 2007
1:36 am
Hi Chris Vim-6.3.81 in which you reported the bug is quite old. My guess is that the bug is likely to have been fixed in a more recent version of vim, with all...
48368 Bram Moolenaar
Bram@... Send Email
Nov 4, 2007
2:46 pm
Patch 7.1.148 Problem: Some types are not found by configure. Solution: Test for the sys/types.h header file. (Sean Boudreau) Files: src/configure.in,...
48369 Alexei Alexandrov
alexei.alexandrov@... Send Email
Nov 4, 2007
4:39 pm
Hi, I'd like to request a feature in Vim which would be useful not very often but is very important I think. Usually I don't lose information in Vim. You can...
48370 Bram Moolenaar
Bram@... Send Email
Nov 4, 2007
5:03 pm
... I can't do much without such a .swp file. To be able to reproduce the problem I would need both the original file and the .swp file that has the problem. ...
48371 Bram Moolenaar
Bram@... Send Email
Nov 4, 2007
5:03 pm
... Thanks for the clear explanation. And this looks like the right way to fix this. -- hundred-and-one symptoms of being an internet addict: 85. Choice...
48372 Andy Wokula
anwoku@... Send Email
Nov 4, 2007
6:00 pm
... You can try a workaround with ... au FileChangedShell * call DiffSync() func! DiffSync() " :DiffOrig vert new set buftype=nofile read # 0delete _ diffthis ...
48373 Bram Moolenaar
Bram@... Send Email
Nov 4, 2007
6:09 pm
... I don't know about the use of PHP in .phtml files. I thought they were always called *.php. Opinions? I don't delete an existing syntax file unless it is...
48374 Bram Moolenaar
Bram@... Send Email
Nov 4, 2007
7:57 pm
... [...] ... One machine is 32 bit, the other 64 bit. That is different enough for Vim not to be able to read the .swp file. For performance reasons Vim ...
48375 Bram Moolenaar
Bram@... Send Email
Nov 4, 2007
8:45 pm
... I'll put it in the todo list. However, don't expect it soon. I think the only right way to implement it is to do a diff between the buffer text and the...
48376 Andy Wokula
anwoku@... Send Email
Nov 4, 2007
9:03 pm
... Already there (todo.txt from 2007 Oct 30) as well: 8 See ":e" as a change operation, find the changes and add them to the undo info. Needed for when an...
48377 Ben Schmidt
mail_ben_schmidt@... Send Email
Nov 5, 2007
1:48 am
[CCing vim_dev; apologies for my continued disorganised postings!] OK, folks, After reading feedback, etc., here is a revised patch. It's just the...
48378 Alexei Alexandrov
alexei.alexandrov@... Send Email
Nov 5, 2007
2:38 am
... Yes, this would be the most correct way. It is also not very easy to implement perhaps? ... I know actually - this is why the smile is there. Just making...
48379 Suresh Govindachar
sgovindachar@... Send Email
Nov 5, 2007
7:05 pm
Hello, The following is a post by Brian Dessent on the MinGW-Users mailing list. People thinking about vim and consoles/ptys on Windows might find it...
48380 Bram Moolenaar
Bram@... Send Email
Nov 5, 2007
10:05 pm
... It probably needs to depend on an external diff program. That's both a bit unreliable (esp. on MS-Windows where executing external programs is not simple)...
48381 James Longstreet
jlongstreet@... Send Email
Nov 5, 2007
11:45 pm
... It's a bit messy from first glance, but I was able to find some MIT-licensed diff code in C: http://www.ioplex.com/~miallen/libmba/dl/src/diff.c ...
48382 MrTomer
tomer.berry@... Send Email
Nov 6, 2007
1:33 am
can someone provide steps that can be followed if i want to start building VIM on my machine? I have gutsy ubuntu. please provide more than just: apt-get...
48383 Matthew Wozniski
mjw@... Send Email
Nov 6, 2007
1:52 am
... As posted by me 2 days ago, with one minor correction: On an Ubuntu system, or any Debian-based system, it's very easy. # Install all required development...
48384 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 6, 2007
3:46 am
... You didn't, or Google Groups overrode you, but that doesn't matter. Vim-dev is also for questions about configuring and compiling Vim. These questions ...
48385 Ben Schmidt
mail_ben_schmidt@... Send Email
Nov 6, 2007
4:29 am
... Yeah; I have observed with my postings that Google groups substitutes its own Reply-To regardless of what you set when you post. Ben. Send instant messages...
Messages 48356 - 48385 of 69705   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