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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 33780 - 33809 of 69803   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
33780 David Morris
lists@... Send Email
Oct 3, 2003
8:58 pm
Ok, I have a problem that has (seemingly randomly) appeared again. When I am typing, some spots in a file will decide everything I type is going to try and...
33781 Gary Johnson
garyjohn@... Send Email
Oct 3, 2003
9:04 pm
... The file's timestamp is kept in the inode, not in the directory, so changing a file's contents should not affect the directory. If I have set nobackup set...
33782 Douglas E Cook
douglascook@... Send Email
Oct 3, 2003
9:06 pm
... If your system can run "vim32", why do you want "vim16"? ... This is very easy. Assume that you've already built the DOS version of vim.exe, and renamed...
33783 Keith Roberts
kroberts@... Send Email
Oct 3, 2003
9:31 pm
... Creating a swapfile shouldn't matter either, as long as 'directory&#39; doesn't contain ".". Patchmode might be causing the problem if it is set, since the...
33784 Gary Johnson
garyjohn@... Send Email
Oct 3, 2003
11:03 pm
... I didn't intend that to be a solution--I was only trying to verify my assertion that modifying a file on a Unix file system does not change the directory...
33785 Roboco Sanchez
roboco2004@... Send Email
Oct 4, 2003
7:16 am
... USA Exactly, that why I said your solution solved the problem of directory timestamp. On your Win2k you should try not to set those instead and set...
33786 Mikolaj Machowski
mikmach@... Send Email
Oct 4, 2003
7:17 am
... In file vimlogo.xpm itself. Everything is repeated. static char *vimlogo[] = { with whole description } m. -- LaTeX + Vim =...
33787 Roboco Sanchez
roboco2004@... Send Email
Oct 4, 2003
7:22 am
... USA You solution does solve the problem of directory timestamp but you won't have the backup file in your backup dir. I would still want both swapfile and ...
33788 Roboco Sanchez
roboco2004@... Send Email
Oct 4, 2003
7:23 am
... In fact, it does. ... It's not strange. But it's not the way it should be either. You're editing file not directory. ... Not with "set backupdir" or "set...
33789 Roboco Sanchez
roboco2004@... Send Email
Oct 4, 2003
7:23 am
It does happen on Linux as well. Robo. ... __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search ...
33790 Giuseppe Bilotta
gip.bilotta@... Send Email
Oct 4, 2003
9:56 am
... Because I might start in pure DOS mode and vim32 wouldn't work. ... Precisely. I also think that someone who wants to have all versions in a package won't...
33791 Giuseppe Bilotta
gip.bilotta@... Send Email
Oct 4, 2003
9:57 am
... I don't know the details about ext2 but I think it's a feature in all modern filesystems. It doesn't happen on FAT/FAT32 systesm, that I know of (at least...
33792 Roboco Sanchez
roboco2004@... Send Email
Oct 4, 2003
11:21 am
... On FAT/FAT32: if you create a new file or dir the timestamp of the dir in which you're creating the new file/dir won't change. On NTFS/ExtN/General *NIX...
33793 Bram Moolenaar
Bram@... Send Email
Oct 4, 2003
12:29 pm
... That's weird. Don't know how this happened. It's easy to fix. -- From "know your smileys": ...---... SOS /// Bram Moolenaar -- Bram@... --...
33794 Roboco Sanchez
roboco2004@... Send Email
Oct 4, 2003
2:25 pm
... It shouldn't matter what OS you're using. You're changing content of a file not a directory. I've never come across any OS that changes directory timestamp...
33795 Bram Moolenaar
Bram@... Send Email
Oct 4, 2003
2:45 pm
... When you use a backup file in the same directory then Vim will create a new file, thus the directory will change. If you tell Vim not to use a backup...
33796 Roboco Sanchez
roboco2004@... Send Email
Oct 4, 2003
3:12 pm
... The problem is Vim still causes directory timestamp to change even though you tell it to write backup file and swap file somewhere else. And that's why I...
33797 David Brown
vim@... Send Email
Oct 4, 2003
3:44 pm
... - Writing with a backup file temporarily creates a file in the directory. This touches the directory. - The swap file is created in the current directory....
33798 David Brown
vim@... Send Email
Oct 4, 2003
3:49 pm
... You probably forgot to 'set backupcopy=yes&#39;. Without that, vim still tries to rename, even if the backup file is in a different directory. I just tested...
33799 Roboco Sanchez
roboco2004@... Send Email
Oct 4, 2003
4:49 pm
... The archiver RAR and TAR both do restore directory timestamps. Let me try your solution, Dave. Cheers, Robo. __________________________________ Do you...
33800 Roboco Sanchez
roboco2004@... Send Email
Oct 4, 2003
5:02 pm
... Dave, that's great! How could I miss that backupcopy! Many thanks to you, and to everyone else as well. Cheers, Robo. __________________________________ Do...
33801 scott
toothpik@... Send Email
Oct 5, 2003
4:53 pm
group-- is there a trick to compiling gvim w perl 5.80? i don't need it for anything specific, but any tool is better IMHO with more powerful other tools built...
33802 Miroslaw Dobrzanski-N...
mne@... Send Email
Oct 6, 2003
7:44 am
Hi, recently I've discovered the following problem given a text file latin1.txt with the following content ... vi: set fenc=latin1 : abc ... when I start...
33803 Bram Moolenaar
Bram@... Send Email
Oct 6, 2003
8:13 pm
... Because you change the 'fileencoding&#39; after the file has been read. Note that Vim won't re-encode the file, only the option value is changed. This means...
33804 Miroslaw Dobrzanski-N...
mne@... Send Email
Oct 7, 2003
7:10 am
... When I use vim -R or simple view I'm not goiong to modify the file. Besides setting my locale to different values than the viewed file I make no changes to...
33805 Mike Williams
mike.williams@... Send Email
Oct 7, 2003
10:14 am
... [snip] ... Nah, they wouldn't do that would they? ;-) ... Pass. Based on just looking at Spy++'s window list on my machine I would guess I have over 100...
33806 Bram Moolenaar
Bram@... Send Email
Oct 7, 2003
10:19 am
... As I explained, changing the value of 'fileencoding&#39; changes the file (as it would be written). ... The modeline settings are used after reading the file,...
33807 Michael Wookey
vimdev@... Send Email
Oct 8, 2003
12:30 am
Hi, ... I have made one fix to my previous patch. If the gvim window ever loses focus, it reverts to the original behaviour of invalidating the window when...
33808 Michael Wookey
vimdev@... Send Email
Oct 8, 2003
1:19 am
... I forgot to qualify - this text corruption will only occur when there is another window obscuring gvim while gvim has scrolling output and does not have...
33809 esp@... Send Email Oct 8, 2003
4:58 am
hey, I was wondering, when I type: unmenu * in a win32 gui, it doesn't get rid of the menus, it just blackens them out (so I can't use them). Since the main...
Messages 33780 - 33809 of 69803   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