... Sorry for the late reply, but http://www.vim.org/scripts/script.php?script_id=1725 might be what you want. Nico ...
Nico Weber
nicolasweber@...
Aug 1, 2008 12:40 pm
51392
... That's *PERFECT*! Thanks, GI -- If life gives you llamas, make llamanade....
Gautam Iyer
gi1242@...
Aug 1, 2008 6:06 pm
51393
Hello Vim Developers, Opening a file with full path name changes the directory. For example: gvim -u NONE -N \vim\vimfiles\myfile.vim keeps my current...
Bill McCarthy
WJMc@...
Aug 3, 2008 4:31 am
51394
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...
H. Sasse
hgs@...
Aug 3, 2008 5:00 am
51395
... 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...
Tony Mechelynck
antoine.mechelynck@...
Aug 3, 2008 11:29 am
51396
... 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: ...
Peter Cech
pcech@...
Aug 3, 2008 11:47 am
51397
... 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 ...
sc
toothpik@...
Aug 3, 2008 3:48 pm
51398
... 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?" ...
Bram Moolenaar
Bram@...
Aug 3, 2008 8:17 pm
51399
... 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 ...
Bram Moolenaar
Bram@...
Aug 3, 2008 8:18 pm
51400
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 ...
Bram Moolenaar
Bram@...
Aug 3, 2008 9:22 pm
51401
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...
Andy Kittner
andkit@...
Aug 3, 2008 9:36 pm
51402
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...
Michael Jones
m.pricejones@...
Aug 3, 2008 11:30 pm
51403
... 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...
H. Sasse
hgs@...
Aug 3, 2008 11:34 pm
51404
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...
Markus Heidelberg
markus.heidelberg@...
Aug 4, 2008 12:09 am
51405
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*...
Tony Mechelynck
antoine.mechelynck@...
Aug 4, 2008 12:29 am
51406
... i see the same thing, and i am _not_ ignoring case sc --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev"...
sc
toothpik@...
Aug 4, 2008 1:27 am
51407
... 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...
Ben Schmidt
mail_ben_schmidt@...
Aug 4, 2008 1:47 am
51408
... 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...
Bill McCarthy
WJMc@...
Aug 4, 2008 2:14 am
51409
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 ...
Ian Kelling
IanOwl@...
Aug 4, 2008 6:08 pm
51410
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...
Gary Johnson
garyjohn@...
Aug 4, 2008 7:55 pm
51411
... Yeah, the problem is that the number of tags is restricted before sorting them on relevance. Try the patch below. ... *************** *** 5897,5908 **** ...
Bram Moolenaar
Bram@...
Aug 4, 2008 8:08 pm
51412
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...
Bram Moolenaar
Bram@...
Aug 4, 2008 9:38 pm
51413
... 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...
Bram Moolenaar
Bram@...
Aug 4, 2008 9:38 pm
51414
... I included the second patch, only because it was my first solution (similar to ... Yes, I did so in my patch. Markus ...
Markus Heidelberg
markus.heidelberg@...
Aug 4, 2008 10:35 pm
51415
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...
Tony Mechelynck
antoine.mechelynck@...
Aug 4, 2008 10:53 pm
51416
... 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...
Tony Mechelynck
antoine.mechelynck@...
Aug 4, 2008 11:24 pm
51417
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...
Ben Fritz
fritzophrenic@...
Aug 5, 2008 2:23 pm
51418
... 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...
Ben Schmidt
mail_ben_schmidt@...
Aug 5, 2008 2:26 pm
51419
The following does not highlihgt properly for me: case $ANS in ')') ${EDITOR:-vi} "$@" exit esac Thanks Yakov ...
Yakov Lerner
iler.ml@...
Aug 5, 2008 3:31 pm
51420
On Tue, Aug 5, 2008 at 5:53 PM, Charles Campbell < ... Thanks, there is no problem is v102 Yakov --~--~---------~--~----~------------~-------~--~----~ You...