Re: \Plug =~# \Plug = 0

2010-07-11 Fir de Conversatie Bram Moolenaar
Tyru Exe wrote: Hi list. I tested this code on vim73. :echo \Plug =~# \Plug= 0 Is this right behavior? Yes, using \Plug as a regexp will give unpredictable behavior. It's not a valid pattern. -- Back up my hard drive? I can't find the reverse switch! /// Bram Moolenaar --

Re: [Bug] segfault on closing tab

2010-07-11 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: ryo7000 skribis: Hi gVim crashes when operating as follows. gvim -u NONE -U NONE --noplugin --nofork -c set guifont=Sans\ 10 - c vnew qa :tabnew :q q 1...@a The cause of the crash is as follows. * tab_close_othertab *

Re: Folding, highlighting and patch 274

2010-07-11 Fir de Conversatie Marcin Kulik
I have exactly the same problem under vim 7.2.436 with ruby files. When I have syntax on and foldmethod=syntax then when I'm typing some characters in class body, somewhere at the top of the class, it's really slow. When I changed foldmethod to indent it started to work smoothly. On May 27, 7:08 

Re: segfault on closing tab

2010-07-11 Fir de Conversatie ryo7000
Thank you for a more appropriate patch. Please use this patch and try it out: I tried this patch, Segfault did not occur at all. Regards, ryo7000 On 7月11日, 午後9:16, Bram Moolenaar b...@moolenaar.net wrote: Dominique Pelle wrote: ryo7000 skribis: Hi gVim crashes when operating as

Spam blacklists block my mail

2010-07-11 Fir de Conversatie Bram Moolenaar
This appears to happen more often these days: I send a message to a user and some blacklist system blocks my message. I have no control over what my ISP does, these services simply block my message without a way for me to fix this. Please, don't use these blacklist services, they are very

Re: exists('*mylib#func') will return 0 in some cases even if it's installed

2010-07-11 Fir de Conversatie Peter Odding
Hi tyru, I've run into this while adding integration between two plug-ins I was developing. When you control both plug-ins you can add a dummy function which the other plug-in can try to call (where catch /E117/ means the plug-in isn't installed) or you can just use the g:loaded_plugin

Re: \Plug =~# \Plug = 0

2010-07-11 Fir de Conversatie Peter Odding
Hi again tyru, In case you didn't know / haven't found it yet, you can use the stridx() function instead: stridx(foo \Plug bar, \Plug) = 0 evaluates to true. - Peter Odding -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are

Re: Spam blacklists block my mail

2010-07-11 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: On 11/07/10 16:04, Bram Moolenaar wrote: This appears to happen more often these days: I send a message to a user and some blacklist system blocks my message. I have no control over what my ISP does, these services simply block my message without a way for me

Re: [PATCH] Add clipboard support for running without GUI in Mac OS X

2010-07-11 Fir de Conversatie Bram Moolenaar
Jjgod Jiang wrote (a long time ago): Running vim under Mac OS X terminal do not support copy to/from system clipboard currently, this patch add this feature. To have this feature in mainstream, we receive the following benifits: 1. We can copy from/to system clipboard without running GUI.

Re: exists('*mylib#func') will return 0 in some cases even if it's installed

2010-07-11 Fir de Conversatie tyru
Bram This works as intended. Autoload scripts are only loaded when used. Not when you check if something defined in it exists. This is expected behavior? hmm, but checking this at command-line, exists() returns 1. :echo exists('*mylib#func') and seeing :scriptnames, autoload/mylib.vim has

Re: Fwd: Patch for updated swedish spell files

2010-07-11 Fir de Conversatie MWinther
On Jul 10, 3:57 pm, Bram Moolenaar b...@moolenaar.net wrote: [copying to vim-dev, Mattias's mail server blocks my messages] Oops, seems my server doesn't like your hosting provider. Just added an exception, so that should work better next time. I found that a few files were left behind after

[PATCH] Add help tags for the various sections in *function-list*.

2010-07-11 Fir de Conversatie Benjamin R. Haskell
From: Benjamin R. Haskell v...@benizi.com I often find myself trying to figure out what function performs a certain function. Particularly for list- and dictionary-functions, I consistently found myself unable to get back to the 'List manipulation' and 'Dictionary manipulation' subsections of

Re: Spam blacklists block my mail

2010-07-11 Fir de Conversatie Mark Manning
I don't know about anyone else, but I just use the built-in spam and message routing facilities within Thunderbird. The message routing stuff I use to direct any/all vim related activities to the vim folder and spam just gets put into the junk folder where I review everything. I am a member

Re: [PATCH] Add help tags for the various sections in *function-list*.

2010-07-11 Fir de Conversatie Bram Moolenaar
Benjamin R. Haskell wrote: I often find myself trying to figure out what function performs a certain function. Particularly for list- and dictionary-functions, I consistently found myself unable to get back to the 'List manipulation' and 'Dictionary manipulation' subsections of

Re: Fwd: Patch for updated swedish spell files

2010-07-11 Fir de Conversatie Bram Moolenaar
Mattias Winther wrote: On Jul 10, 3:57 pm, Bram Moolenaar b...@moolenaar.net wrote: [copying to vim-dev, Mattias's mail server blocks my messages] Oops, seems my server doesn't like your hosting provider. Just added an exception, so that should work better next time. Thanks. But you

JavaScript indenting - improved fix

2010-07-11 Fir de Conversatie Hari Kumar G
Hi, I've improved the patch for handling JavaScript code indenting through cindent. Now it is able to handle anonymous functions inside parentheses etc. correctly. The diff from the latest changeset is attached. This reverts the change made to 'cin_iscase' (addition of argument 'strict'). Now the

Re: [PATCH] Add clipboard support for running without GUI in Mac OS X

2010-07-11 Fir de Conversatie björn
On 11 July 2010 16:45, Bram Moolenaar wrote: Jjgod Jiang wrote (a long time ago): Running vim under Mac OS X terminal do not support copy to/from system clipboard currently, this patch add this feature. To have this feature in mainstream, we receive the following benifits: 1. We can copy

Re: segfault on closing tab

2010-07-11 Fir de Conversatie Dominique Pellé
ryo7000 wrote: Please use this patch and try it out: I tried this patch, Segfault did not occur at all. Patch also works for me: no more crash, no more valgrind error. -- Dominique -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you

HTML patch included

2010-07-11 Fir de Conversatie Bram Moolenaar
Christian - I included your patch to produce a side-by-side diff with :TOhtml. It looks nice! I changed it a bit, so that it also works when producing CSS. And quit the buffers for the individual html files. And add a variable to disable this behavior and produce just one HTML file for the

Re: [PATCH] Add clipboard support for running without GUI in Mac OS X

2010-07-11 Fir de Conversatie Bram Moolenaar
Jjgod Jiang wrote (a long time ago): Running vim under Mac OS X terminal do not support copy to/from system clipboard currently, this patch add this feature. To have this feature in mainstream, we receive the following benifits: 1. We can copy from/to system clipboard without running

Re: exists('*mylib#func') will return 0 in some cases even if it's installed

2010-07-11 Fir de Conversatie Bram Moolenaar
Benjamin R. Haskell wrote: On Sun, 11 Jul 2010, tyru wrote: Bram This works as intended. Autoload scripts are only loaded when used. Not when you check if something defined in it exists. This is expected behavior? hmm, but checking this at command-line, exists() returns 1.

Re: HTML patch included

2010-07-11 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: Christian - I included your patch to produce a side-by-side diff with :TOhtml. It looks nice! I changed it a bit, so that it also works when producing CSS. And quit the buffers for the individual html files. And add a variable to disable this behavior and produce

formatlistpat bug?

2010-07-11 Fir de Conversatie Bee
Mac terminal vim version 7.2.444 Linux terminal version 7.2.330 :set formatlistpat returns: formatlistpat=^\s*\d\+[\]:.)}\t ]\s* Doing the following results in an error :set formatlistpat=^\s*\d\+[\]:.)}\t ]\s* E518: Unknown option: ]\s* I know this is the default... When I tried to customize

Re: formatlistpat bug?

2010-07-11 Fir de Conversatie Benjamin R. Haskell
On Sun, 11 Jul 2010, Bee wrote: Mac terminal vim version 7.2.444 Linux terminal version 7.2.330 :set formatlistpat returns: formatlistpat=^\s*\d\+[\]:.)}\t ]\s* Doing the following results in an error :set formatlistpat=^\s*\d\+[\]:.)}\t ]\s* E518: Unknown option: ]\s* I know

Re: formatlistpat bug?

2010-07-11 Fir de Conversatie Bee
On Jul 11, 9:33 pm, Benjamin R. Haskell v...@benizi.com wrote: On Sun, 11 Jul 2010, Bee wrote: Mac terminal vim version 7.2.444 Linux terminal version 7.2.330 :set formatlistpat returns: formatlistpat=^\s*\d\+[\]:.)}\t ]\s* Doing the following results in an error :set

Re: Add clipboard support for running without GUI in Mac OS X

2010-07-11 Fir de Conversatie Bee
On Jul 11, 2:20 pm, Bram Moolenaar b...@moolenaar.net wrote: Jjgod Jiang wrote (a long time ago): Running vim under Mac OS X terminal do not support copy to/from system clipboard currently, this patch add this feature. To have this feature in mainstream, we receive the following

Re: HTML patch included

2010-07-11 Fir de Conversatie Ben Fritz
On Jul 11, 5:10 pm, Dominique Pellé dominique.pe...@gmail.com wrote: Bram Moolenaar wrote: Christian - I included your patch to produce a side-by-side diff with :TOhtml. It looks nice! I see one problem.  In my ~/.vimrc, I have this:   let html_use_css=1   let html_use_xhtml=1