... Sorry for the late reply, but http://www.vim.org/scripts/script.php?script_id=1725 might be what you want. Nico ...
51392
Gautam Iyer
gi1242@...
Aug 1, 2008 6:06 pm
... That's *PERFECT*! Thanks, GI -- If life gives you llamas, make llamanade....
51393
Bill McCarthy
WJMc@...
Aug 3, 2008 4:31 am
Hello Vim Developers, Opening a file with full path name changes the directory. For example: gvim -u NONE -N \vim\vimfiles92;myfile.vim keeps my current...
51394
H. Sasse
hgs@...
Aug 3, 2008 5:00 am
Reading about omnicomplete and thereabouts in the docs, I found out about the thesaurus facility. I can see this could be quite useful in breaking writing...
51395
Tony Mechelynck
antoine.mechelynck@...
Aug 3, 2008 11:29 am
... I don't see a broken link but a forbidden link: *Forbidden* You don't have permission to access /wordlist/ on this server. Since anything ending in .co.uk...
51396
Peter Cech
pcech@...
Aug 3, 2008 11:47 am
... Looks like all the webpage files got deleted. The WayBack Machine shows the site alive about a year ago and there is a link to some wordlists: ...
51397
sc
toothpik@...
Aug 3, 2008 3:48 pm
... i can't say how good it is, but it appears there is a downloadable thesaurus at http://www.translatum.gr/dictionaries/download-english.htm sc ...
51398
Bram Moolenaar
Bram@...
Aug 3, 2008 8:17 pm
... Thanks for finding and fixing this! -- Two cows are standing together in a field. One asks the other: "So what do you think about this Mad Cow Disease?" ...
51399
Bram Moolenaar
Bram@...
Aug 3, 2008 8:18 pm
... That is normal. Reason is that when Vim sees the full path it assumes it is invoked by the Explorer, possibly from the desktop. There is no other way to ...
51400
Bram Moolenaar
Bram@...
Aug 3, 2008 9:22 pm
Patch 7.2b.026 Problem: The GTK 2 file chooser causes the ~/.recently-used.xbel file to be written over and over again. This may cause a significant ...
51401
Andy Kittner
andkit@...
Aug 3, 2008 9:36 pm
Hi, While toying around with a few things I found a small memory leak with valgrind. ... [...] END_PY The line containing the endmarker is not freed. The...
51402
Michael Jones
m.pricejones@...
Aug 3, 2008 11:30 pm
Hi, This is my first attempt at modifying vim, so please bear with me. I liked the idea of being able to display the word count for the buffer on the status...
51403
H. Sasse
hgs@...
Aug 3, 2008 11:34 pm
... OK, technically not broken, but as good as broken in that "it no longer works". ... Those appear to be lists of words. No thesaurus file. ... No, I pruned...
51404
Markus Heidelberg
markus.heidelberg@...
Aug 4, 2008 12:09 am
In non-gui vim the color of the visual selection is reverse instead of grey, if t_Co > 8. It should only be reversed if t_Co <= 8. ":hi Visual" still contains...
51405
Tony Mechelynck
antoine.mechelynck@...
Aug 4, 2008 12:29 am
Vim mostly doesn't find single-letter help tags even though they are in $VIMRUNTIME/doc/tags (as found by looking under ":help help-tags") ... instead of *A*...
51406
sc
toothpik@...
Aug 4, 2008 1:27 am
... i see the same thing, and i am _not_ ignoring case sc --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev"...
51407
Ben Schmidt
mail_ben_schmidt@...
Aug 4, 2008 1:47 am
... I get buggy but different behaviour! ... It's a newly introduced bug too. I'll see if I can find it... Yep. It was introduced with Vim 7.2b. The following...
51408
Bill McCarthy
WJMc@...
Aug 4, 2008 2:14 am
... If you mean Windows Explorer, won't that set the current directory to "C:\Documents and Settings\Bill\Desktop"? What wrong with that? I would much rather...
51409
Ian Kelling
IanOwl@...
Aug 4, 2008 6:08 pm
I wrote the patch that introduced the bug and I will be happy to fix it. It was written to solve the problem that doing :h <ctrl-d> would take a long time to ...
51410
Gary Johnson
garyjohn@...
Aug 4, 2008 7:55 pm
When vim is in diff mode and a BufWrite autocommand containing a "<range>g" is executed, the g command appears to ignore the range and act on the entire...
51411
Bram Moolenaar
Bram@...
Aug 4, 2008 8:08 pm
... Yeah, the problem is that the number of tags is restricted before sorting them on relevance. Try the patch below. ... *************** *** 5897,5908 **** ...
51412
Bram Moolenaar
Bram@...
Aug 4, 2008 9:38 pm
Tony Mechelynck wrote: Note that you used windows-1252 encoding for this message, some characters don't appear right for me. ... It's close to impossible to...
51413
Bram Moolenaar
Bram@...
Aug 4, 2008 9:38 pm
... I think the first solution should work. Clearing all the settings is drastic, it might have unexpected side effects. I suppose that when switching from 16...
51414
Markus Heidelberg
markus.heidelberg@...
Aug 4, 2008 10:35 pm
... I included the second patch, only because it was my first solution (similar to ... Yes, I did so in my patch. Markus ...
51415
Tony Mechelynck
antoine.mechelynck@...
Aug 4, 2008 10:53 pm
On 04/08/08 22:08, Bram Moolenaar wrote: [...] ... [...] Single-letter help tags are found again; and my computer is faster than me by a big enough margin that...
51416
Tony Mechelynck
antoine.mechelynck@...
Aug 4, 2008 11:24 pm
... Next time I'll pay more attention. The strange thing is that although your message's headers say ISO-8859-1 8bit, the "non-Latin-1" characters in my quoted...
51417
Ben Fritz
fritzophrenic@...
Aug 5, 2008 2:23 pm
Does anyone know if there is a good reason that the distributed perl.vim syntax file only supports //, ##, {}, and [] style regex delimiters? A huge host of...
51418
Ben Schmidt
mail_ben_schmidt@...
Aug 5, 2008 2:26 pm
... I question the usefulness of this behaviour, actually. What's the point of having a list of completions if there's only a 30% chance or something that it...
51419
Yakov Lerner
iler.ml@...
Aug 5, 2008 3:31 pm
The following does not highlihgt properly for me: case $ANS in ')') ${EDITOR:-vi} "$@" exit esac Thanks Yakov ...
51420
Yakov Lerner
iler.ml@...
Aug 5, 2008 6:11 pm
On Tue, Aug 5, 2008 at 5:53 PM, Charles Campbell < ... Thanks, there is no problem is v102 Yakov --~--~---------~--~----~------------~-------~--~----~ You...