You may have noticed that the Vim maillist server has died. It was an old machine. A big thanks to the people in Berlin for keeping it alive for such a long...
Bram Moolenaar
Bram@...
Jul 19, 2007 4:29 pm
81012
eBay Member kevinmcn
member@...
Jul 20, 2007 3:52 am
81013
On Jul 20, 2:19 pm, Tony Mechelynck <antoine.mechely...@...> ... I think you've partially hit the nail on the head, I think the gsi server must be doing...
vim-rob_old
robertcussons@...
Jul 20, 2007 1:17 pm
81014
... At @skynet.be, I received both confirmation emails from vim-experiment (the first one _asking_ for confirmation and the other one saying I was subscribed) ...
Tony Mechelynck
antoine.mechelynck@...
Jul 20, 2007 1:44 pm
81015
Hi! Vim only recognises files named "xmodmap". Change of case in any letter is not detected. Thus, if the file is named "Xmodmap", no syntax highlighting is...
mapuna
anupam.srivastava@...
Jul 20, 2007 1:54 pm
81016
... I think this is a bug in the Vim runtime files. The workaround is as follows: Create (or edit) a file named (assuming ;-) you're on a Unix-like system) ...
Tony Mechelynck
antoine.mechelynck@...
Jul 20, 2007 2:15 pm
81017
Tony, your help is greatly appreciated, but frankly I've had enough of this for today, it seems that google groups just will not accept the e-mail address that...
vim-rob
robertcussons@...
Jul 20, 2007 2:44 pm
81018
... If you've had enough of this for today, go to bed, then come back tomorrow, after your morning cup of coffee (or of tea or whatever) ;-) Email from the...
Tony Mechelynck
antoine.mechelynck@...
Jul 20, 2007 3:09 pm
81019
... As I already sed in respond to a similar question earlier: I don't remember. I think I clicked on a link but I'm not sure. ... Best regards, Tony. -- Some...
Tony Mechelynck
antoine.mechelynck@...
Jul 20, 2007 3:17 pm
81020
... Question for Tony: How did you respond to the first email, the one _asking_ for confirmation? Did you send a reply or did you click on a link? Suggestion...
Suresh Govindachar
sgovindachar@...
Jul 20, 2007 3:19 pm
81021
Is there a way to open a huge file like less can do ? I mean, less open a file without loading it entirely on the memory.. I'm not sure if vim do this, but it...
FASTo
fausto.blanco@...
Jul 20, 2007 5:00 pm
81022
... Thanks, but I've tried both and neither works. I have unsubscribed and resubscribed, I have changed my e-mail address on the account that works, o2.co.uk...
vim-rob
robertcussons@...
Jul 20, 2007 5:10 pm
81023
I tried "mutex(all)" and still doesn't work... ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist....
Rui Gonçalves
rui.c.a.g@...
Jul 20, 2007 5:34 pm
81024
Hi all, I just want to add my 2cent to the mystery... I subscribed to vim-experiment via the email interface and after I send the confirmation mail I got back...
Andy Kittner
andkit@...
Jul 20, 2007 6:12 pm
81025
I yanked 53 lines, but when I pasted it to another file, I got only 50 lines. The last three lines are gone. Is there a limitation of how many lines vim can...
Jerry
zhiweiwang@...
Jul 20, 2007 6:15 pm
81026
Jeffery Small
jeff@...
Jul 20, 2007 6:27 pm
81027
... Gnope, not that I ever encountered. Did 1000s of lines w/o a hitch. How'd you yank 'em originally? '53Y'? Highlight visually and then yank 'em? No...
Gene Kwiecinski
gkwiecinski@...
Jul 20, 2007 6:36 pm
81028
... Now I am getting mails on my old account. Testing if I can send it... m. --~--~---------~--~----~------------~-------~--~----~ You received this message...
Mikolaj Machowski
mikmach@...
Jul 20, 2007 6:42 pm
81029
... Whats the deal? I have a local.vim group in my local usenet news hierarchy which forwards posts to vim@.... I sent in a test message with one simple...
jeff@...
Jul 20, 2007 6:44 pm
81030
... I try to detect only file names that are really used, ignoring case is a bit expensive. I can add "*Xmodmap" as a pattern, I would think that finds most...
Bram Moolenaar
Bram@...
Jul 20, 2007 6:55 pm
81031
... I believe that there are some features that you can use to cut down on vim's necessary memory footprint. However, this has been discussed in the past, and...
Tom Purl
tom@...
Jul 20, 2007 7:33 pm
81032
... I think Dr. Chip's LargeFile plug-in could help you out. Please check: http://www.vim.org/scripts/script.php?script_id=1506 HTH, Zhaojun -- Best, Zhaojun...
Zhaojun WU
wuzhaojun@...
Jul 20, 2007 7:36 pm
81033
I did use the visual mode. I tried yanking 100 lines, it still only gave me 50. ... --~--~---------~--~----~------------~-------~--~----~ You received this...
Jerry
zhiweiwang@...
Jul 20, 2007 7:37 pm
81034
Hi all, I've got the following set of functions to format some text (the shortcuts won't work). I get the press-enter message, after hitting Ctrl+H then...
Antun Karlovac
antunkarlovac@...
Jul 20, 2007 8:09 pm
81035
... Try ":set nomore". But you may miss some messages then, if they are removed before you have the time to see them. ... Best regards, Tony. -- Expense...
Tony Mechelynck
antoine.mechelynck@...
Jul 20, 2007 8:21 pm
81036
Thanks, but that didn't seem to have any effect. I tried manually calling ":set nomore", as well as adding it to the _vimrc file. I restarted Vim too. On Jul...
Antun Karlovac
antunkarlovac@...
Jul 20, 2007 8:38 pm
81037
This mapping lets me put the cursor on a url and launch firefox from within gvim. nmap ,ff :update<CR>:silent !firefox <cWORD><CR> However, when I do so, gvim...
BartlebyScrivener
bscrivener42@...
Jul 20, 2007 8:38 pm
81038
Hello, ... You can try using the following greplace plugin: http://vim.sourceforge.net/scripts/script.php?script_id=1813 - Yegappan ...
Yegappan Lakshmanan
yegappanl@...
Jul 20, 2007 8:42 pm
81039
... nmap ,ff :update<CR>:silent !firefox <cWORD>&<CR> That will tell the shell to run firefox in the background. HTH, Gary ...
Gary Johnson
garyjohn@...
Jul 20, 2007 8:42 pm
81040
... Add & between <cWORD> and <CR> so the shell will know to fork Firefox If it doesn't work, then ... Best regards, Tony. -- Dealing with failure is easy:...