Patch 7.0.092 (after 7.0.082 and 7.0.084) Problem: The list of internal function arguments is obsolete now that garbage collection is only done at the...
44850
Bram Moolenaar
Bram@...
Sep 9, 2006 11:27 am
... Patch 7.0.084 will fix all these problems. It actually looks like it makes 7.0.082 obsolete, I'll remove the list of internal function arguments again. --...
44851
Bram Moolenaar
Bram@...
Sep 9, 2006 11:39 am
Patch 7.0.093 Problem: The matchparen plugin can't handle a 'matchpairs39; value where a colon is matched. Solution: Change the split() that is used to...
44852
Bram Moolenaar
Bram@...
Sep 9, 2006 12:52 pm
Patch 7.0.094 Problem: When a hidden buffer is made the current buffer and another file edited later, the file message will still be given. Using ":silent"...
44853
Edd Barrett
vext01@...
Sep 9, 2006 6:07 pm
Hello vim-dev, I really liked the "Convert to HTML" function in gvim, but wished that it could be a little more "correct" in terms of the w3 standard. So I ...
44854
Bram Moolenaar
Bram@...
Sep 10, 2006 11:31 am
Patch 7.0.095 Problem: The Greek tutor is not available in utf-8. "el" is used for the language, only "gr" for the country is recognized. Solution: Add...
44855
Bram Moolenaar
Bram@...
Sep 10, 2006 11:58 am
Patch 7.0.096 Problem: taglist() returns the filename relative to the tags file, while the directory of the tags file is unknown. (Hari Krishna Dara) ...
44856
Yakov Lerner
iler.ml@...
Sep 10, 2006 12:13 pm
This patch adds 'extrahuge39; build size, which is huge+interpreters (spelled as --with-features=extrahuge or --with-features=allinterp). Yakov P.S. Maybe...
44857
Yakov Lerner
iler.ml@...
Sep 10, 2006 1:09 pm
How can a script test for specific patchlevel ? For example, I have vim 7.0.86 and I need to check in the script that patchlevel is >= 7.0.86. But v:version is...
44858
Bram Moolenaar
Bram@...
Sep 10, 2006 1:57 pm
Patch 7.0.097 Problem: ":tabclose N" that closes another tab page does not remove the tab pages line. Same problem when using the mouse. Solution: Adjust...
44859
A.J.Mechelynck
antoine.mechelynck@...
Sep 10, 2006 2:46 pm
Bug? With gvim -o3 file1.txt file2.txt file3.txt only the first two are displayed in a window. (All 3 files exist.) The arguments list is OK, since ... opens...
44860
A.J.Mechelynck
antoine.mechelynck@...
Sep 10, 2006 4:34 pm
... 'winminheight39; defines the minimal space for any window; it is a hard minimum. 'winheight39; defines the "desired" minimal space for the current window; it...
44861
Bram Moolenaar
Bram@...
Sep 10, 2006 4:55 pm
... 'winheight39; defines the minimal space for the current window. This is taken into account when computing the number of windows opened for the "-o"...
44862
Mark Manning
markem@...
Sep 10, 2006 6:20 pm
I started using FreeBasic which uses the "*.bas" ending and was wondering if: 1. Anyone is interested in me sending in the updated basic.vim file. 2. If this...
44863
A.J.Mechelynck
antoine.mechelynck@...
Sep 10, 2006 6:48 pm
... Normal procedure would be to first try contacting the maintainer: i.e., Allan Kelly <allan@...> . If he doesn't answer (neither to direct mail...
44864
Mark Manning
markem@...
Sep 10, 2006 6:48 pm
In the syntax stuff, the c.vim file should be changed to have the following: Old: syn region cString start=+"+ skip=+\92;\92;\|\\"+ end=+"+ ...
44865
Mark Manning
markem@...
Sep 10, 2006 6:53 pm
I get: A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: ...
44866
Yakov Lerner
iler.ml@...
Sep 10, 2006 6:56 pm
... Hmmm both "......'....." and '"39; are handled correctly for me with existing C syntax. Which $VIMRUNTIME/syntax/c.vim version is yours ? Yakov...
44867
Bram Moolenaar
Bram@...
Sep 10, 2006 6:58 pm
... I don't see what the problem is. You will have to be more specific. -- LAUNCELOT: I am, sir. I am a Knight of King Arthur. FATHER: 'Mm ... very nice...
44868
Bram Moolenaar
Bram@...
Sep 10, 2006 7:17 pm
Patch 7.0.098 Problem: Redirecting command output in a cmdline completion function doesn't work. (Hari Krishna Dara) Solution: Enable redirection when...
44869
Mark Manning
markem@...
Sep 10, 2006 7:30 pm
Let me see if I can get an example program put together to show the highlighting problem I've seen. Give me a few minutes here. Mark...
44870
Bram Moolenaar
Bram@...
Sep 10, 2006 7:53 pm
Patch 7.0.099 Problem: GUI: When the popup menu is visible using the scrollbar messes up the display. Solution: Disallow scrolling the current window....
44871
Mark Manning
markem@...
Sep 10, 2006 8:09 pm
I'm working in FreeBasic and some C and some Perl. This is one of the fixes in the basic.vim thing I'm doing and I saw the same thing in the c.vim file and...
44872
Ilya
ilya@...
Sep 10, 2006 8:10 pm
... It does work fine for me. In Perl and in Basic. My perl.vim is dated 2005 October 18 and basic.vim is dated Tue Sep 14 14:24:23 BST 1999....
44873
Mark Manning
markem@...
Sep 10, 2006 8:16 pm
That is very strange. In 7.0.17 the "exit" command is still highlighted as a string. If I put in an additional single quote then it re-highlights as a...
44874
Mark Manning
markem@...
Sep 10, 2006 8:23 pm
Ok, with so many people going "What do you mean?" I'm going to do the right thing and download the latest and greatest version. Obviously there is something...
44875
A.J.Mechelynck
antoine.mechelynck@...
Sep 10, 2006 8:41 pm
... I have syntax/perl.vim by Nick Hibma, dated 2006 Aug 9, and it highlights your example correctly (with exit in "perlStatementFlow" highlight, which links...
44876
A.J.Mechelynck
antoine.mechelynck@...
Sep 10, 2006 9:07 pm
... Note that upgrades to runtime files only rarely make it to the official patches. If you use the published *.tar.bz2 and *.tar.gz archives plus the 7.0.*...
44877
Mark Manning
markem@...
Sep 10, 2006 9:10 pm
Ok, after downloading the current items on the web page at vim.org both C and Perl are working ok (in both Windows and Cygwin/Linux). Basic still has the...
44878
Yakov Lerner
iler.ml@...
Sep 10, 2006 9:31 pm
... Output of ':echo version' does not reflect patchlevel. (the .17 in 7.0.17 is patchlevel). You can see the patchlevel on the initial splashscreen, or in the...