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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 48355 - 48384 of 52143   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
48355
[ ... ] ... I see now. The final goal is function which would tell me what files are in given directory. That's why I started to use glob. To be as correct as...
Vladimir Marek
Vladimir.Marek@...
Send Email
Nov 1, 2007
1:29 pm
48356
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...
net expert
software.marketing.ne...
Send Email
Nov 1, 2007
1:31 pm
48357
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...
net expert
software.marketing.ne...
Send Email
Nov 1, 2007
3:10 pm
48358
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,...
Suresh Govindachar
sgovindachar@...
Send Email
Nov 1, 2007
5:41 pm
48359
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...
net expert
software.marketing.ne...
Send Email
Nov 2, 2007
2:29 am
48360
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...
Matthew Wozniski
mjw@...
Send Email
Nov 2, 2007
4:30 am
48361
rana-imran-akram@... 000923007530720 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For...
net expert
software.marketing.ne...
Send Email
Nov 2, 2007
1:20 pm
48362
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...
Chris Drake
christopher@...
Send Email
Nov 3, 2007
6:34 am
48363
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,...
Dave Hodder
dmh@...
Send Email
Nov 3, 2007
1:10 pm
48364
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...
Dave Hodder
dmh@...
Send Email
Nov 3, 2007
1:38 pm
48365
... 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...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Nov 3, 2007
3:34 pm
48366
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...
Chris Drake
christopher@...
Send Email
Nov 3, 2007
11:36 pm
48367
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...
Dominique Pelle
dominique.pelle@...
Send Email
Nov 4, 2007
1:36 am
48368
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,...
Bram Moolenaar
Bram@...
Send Email
Nov 4, 2007
2:46 pm
48369
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...
Alexei Alexandrov
alexei.alexandrov@...
Send Email
Nov 4, 2007
4:39 pm
48370
... 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. ...
Bram Moolenaar
Bram@...
Send Email
Nov 4, 2007
5:03 pm
48371
... 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...
Bram Moolenaar
Bram@...
Send Email
Nov 4, 2007
5:03 pm
48372
... You can try a workaround with ... au FileChangedShell * call DiffSync() func! DiffSync() " :DiffOrig vert new set buftype=nofile read # 0delete _ diffthis ...
Andy Wokula
anwoku@...
Send Email
Nov 4, 2007
6:00 pm
48373
... 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...
Bram Moolenaar
Bram@...
Send Email
Nov 4, 2007
6:09 pm
48374
... [...] ... 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 ...
Bram Moolenaar
Bram@...
Send Email
Nov 4, 2007
7:57 pm
48375
... 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...
Bram Moolenaar
Bram@...
Send Email
Nov 4, 2007
8:45 pm
48376
... 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...
Andy Wokula
anwoku@...
Send Email
Nov 4, 2007
9:03 pm
48377
[CCing vim_dev; apologies for my continued disorganised postings!] OK, folks, After reading feedback, etc., here is a revised patch. It's just the...
Ben Schmidt
mail_ben_schmidt@...
Send Email
Nov 5, 2007
1:48 am
48378
... 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...
Alexei Alexandrov
alexei.alexandrov@...
Send Email
Nov 5, 2007
2:38 am
48379
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...
Suresh Govindachar
sgovindachar@...
Send Email
Nov 5, 2007
7:05 pm
48380
... 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)...
Bram Moolenaar
Bram@...
Send Email
Nov 5, 2007
10:05 pm
48381
... 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 ...
James Longstreet
jlongstreet@...
Send Email
Nov 5, 2007
11:45 pm
48382
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...
MrTomer
tomer.berry@...
Send Email
Nov 6, 2007
1:33 am
48383
... 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...
Matthew Wozniski
mjw@...
Send Email
Nov 6, 2007
1:52 am
48384
... 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 ...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Nov 6, 2007
3:46 am
Messages 48355 - 48384 of 52143   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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