Re: GTK GUI: columns is sometimes set to 122 even though I set it in GUIEnter

2010-08-06 Fir de Conversatie Ron Aaron
On Thursday 05 August 2010 22:56:26 Bram Moolenaar wrote: GTK resizing is hacky. I could never figure out how to do it properly. I'm sure that when we try to fix this problem another one will pop up. A simple addition of gui_mch_update(); before doing the GUI_ENTER autocommand seems to fix

Re: BUG: ``E685: Internal error: func_unref()'' when using delfunction on local function varible containing a dictionary function

2010-08-06 Fir de Conversatie Andy Wokula
Am 05.08.2010 21:56, schrieb Bram Moolenaar: ZyX (?) wrote: Attached script causes a error when sourced using vim -u NONE -c 'set nocompatible' -c 'so ~/tmp/vim/test-bug.vim Error message: Error detected while processing /home/zyx/tmp/vim/test-bug.vim: line8: E685:

Re : E315: ml_get: invalid lnum

2010-08-06 Fir de Conversatie Dimitar DIMITROV
Dimitar Dimitrov wrote: 1. :help 2. 10GVjesc 3. :ene 4. Use MiddleMouse to paste the text but don't do it above line 1 5. u 6. Use MiddleMouse to paste the text and do it above line 1 7. ddu^R Error message: E315: ml_get: invalid lnum: 3 E315: ml_get: invalid lnum: 3

Re: Question about :find completion support in Vim 7.3b

2010-08-06 Fir de Conversatie Nazri Ramliy
On Thu, Aug 5, 2010 at 12:25 AM, Ajit Thakkar a...@unb.ca wrote: Nazri, for the future, you may want to try and add path completion for :cd Ajit Here's a toy patch if you would like to try it out. Thanks for the suggestion. I've never used 'cdpath' before. The implementation reuses the same

Re: Re : E315: ml_get: invalid lnum

2010-08-06 Fir de Conversatie Lech Lorens
On 6 August 2010 10:56, Dimitar DIMITROV mitk...@yahoo.fr wrote: I hadn't. Now I did and there is a different error. At the end we still should have one line but all disappears. Here is how you can reproduce it: gvim.exe -u NONE -U NONE :help yy ^w^w p u P j dd u ^r This is not an

Re : Re : E315: ml_get: invalid lnum

2010-08-06 Fir de Conversatie Dimitar DIMITROV
Right... Just tried: gvim.exe +se nocp -u NONE -U NONE None of the errors is triggered Cheers De : Lech Lorens lech.lor...@gmail.com À : vim_dev@googlegroups.com Envoyé le : Ven 6 août 2010, 11h 05min 59s Objet : Re: Re : E315: ml_get: invalid lnum On 6

Re: Another GTK issue - repaint while initializing

2010-08-06 Fir de Conversatie Ben Fritz
On Aug 6, 9:46 am, ron r...@ronware.org wrote: The GTK version shows the window being positioned and sized, etc, *before* the GUIEnter event happens.  This is distracting, as sessions etc can resize the window, color schemes can be set, and so on.  The bouncing around of the window looks

Patch: Syntax highlighting for JavaScript within JSP file

2010-08-06 Fir de Conversatie Erik Falor
Attached is a patch that fixes syntax highlighting for JavaScript embedded within a JSP file. syntax/jsp.vim was redefining the htmlTag highlight group, but the original htmlTag group from syntax/html.vim was still defined. It took precedence, and as a result JavaScript code between script tags

Re: Updated Brazilian Portuguese translation

2010-08-06 Fir de Conversatie Bram Moolenaar
Eduardo Dobay wrote: I hadn't updated the translation since I first uploaded it, so here is a patch against the old source. (Am I too late for 7.3?) I'll include it, thanks. -- hundred-and-one symptoms of being an internet addict: 27. You refer to your age as 3.x. /// Bram Moolenaar --

Re: Re : E315: ml_get: invalid lnum

2010-08-06 Fir de Conversatie Bram Moolenaar
Dimitar Dimitrov wrote: 1. :help 2. 10GVjesc 3. :ene 4. Use MiddleMouse to paste the text but don't do it above line 1 5. u 6. Use MiddleMouse to paste the text and do it above line 1 7. ddu^R Error message: E315: ml_get: invalid lnum: 3 E315: ml_get: invalid

Re: BUG: ``E685: Internal error: func_unref()'' when using delfunction on local function varible containing a dictionary function

2010-08-06 Fir de Conversatie Bram Moolenaar
Andy Wokula wrote: Am 05.08.2010 21:56, schrieb Bram Moolenaar: ZyX (?) wrote: Attached script causes a error when sourced using vim -u NONE -c 'set nocompatible' -c 'so ~/tmp/vim/test-bug.vim Error message: Error detected while processing /home/zyx/tmp/vim/test-bug.vim:

Re: Vim 7.3: Python3 support

2010-08-06 Fir de Conversatie Bram Moolenaar
Roland - You have been quiet for a while. I still have the workaround that in one Vim session one can only use either :python or :py3 to avoid problems mixing the shared library. Is there a better solution? I hope you can come up with something really soon, since we are getting very close to

Re: [PATCH] update version in gvim manifest

2010-08-06 Fir de Conversatie Bram Moolenaar
Michael Wookey wrote: --- src/gvim.exe.mnf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gvim.exe.mnf b/src/gvim.exe.mnf index 0033979..26ade97 100644 --- a/src/gvim.exe.mnf +++ b/src/gvim.exe.mnf @@ -2,7 +2,7 @@ assembly

[patch] translatable strings in src/if_py_both.h not appearing in src/po/*.po files

2010-08-06 Fir de Conversatie Dominique Pellé
Hi While updating the the fr eo translations of Vim, I noticed that several strings have disappeared from the src/po/* files. For example, string E264: Python: Error initialising I/O objects is missing from src/po/fr.po after I do: $ cd src/po ; make fr File src/po/Makefile does not scan

Re: GTK GUI: columns is sometimes set to 122 even though I set it in GUIEnter

2010-08-06 Fir de Conversatie Bram Moolenaar
Ron Aaron wrote: On Thursday 05 August 2010 22:56:26 Bram Moolenaar wrote: GTK resizing is hacky. I could never figure out how to do it properly. I'm sure that when we try to fix this problem another one will pop up. A simple addition of gui_mch_update(); before doing the GUI_ENTER

Re: Vim 7.3: Python3 support

2010-08-06 Fir de Conversatie James Vega
On Fri, Aug 6, 2010 at 3:16 PM, Bram Moolenaar b...@moolenaar.net wrote: Roland - You have been quiet for a while.  I still have the workaround that in one Vim session one can only use either :python or :py3 to avoid problems mixing the shared library.  Is there a better solution? As far as

searching for Mac non-breaking space

2010-08-06 Fir de Conversatie Bee
searching for Mac non-breaking space *[:blank:]* [:blank:] space and tab characters *[:space:]* [:space:] whitespace characters I have asked on vim-use and opinion is [:space:] will find more than [:blank:] On MacOS the non-breaking space is not found by either. Search for

[patch] remove mention of extra archive in help files

2010-08-06 Fir de Conversatie Dominique Pellé
Hi :help version-7.3 says... The extra and language files are no longer distributed separately. The source files for all systems are included in one distribution. There are at least 2 help

Re: E315: ml_get: invalid lnum

2010-08-06 Fir de Conversatie Dominique Pellé
Dimitar DIMITROV wrote: Hi, 1. :help 2. 10GVjesc 3. :ene 4. Use MiddleMouse to paste the text but don't do it above line 1 5. u 6. Use MiddleMouse to paste the text and do it above line 1 7. ddu^R Error message: E315: ml_get: invalid lnum: 3 E315: ml_get: invalid lnum: 3 I can't

Re: [patch] remove mention of extra archive in help files

2010-08-06 Fir de Conversatie Dominique Pellé
Dominique Pellé wrote: Hi :help version-7.3 says... The extra and language files are no longer distributed separately. The source files for all systems are included in one distribution.

Validation fixes in 2html

2010-08-06 Fir de Conversatie Benjamin Fritz
Attached patch fixes a number of bugs in TOhtml, mostly markup validation fixes for xhtml and for non-CSS generation. I've tested a small set of options on a couple of files and it looks like it doesn't break anything, but of course the potential is there. Test if you're interested, but I'm