Re: using filereadable function

2006-08-17 Thread A.J.Mechelynck
Jürgen Krämer wrote: Hi, SHANKAR R-R66203 wrote: I am trying to use the filereadable function. My code looks like given below (This code is part of a function) - if (!filereadable(a:dataFile) ^ ^ remove the quotes. let @/ = rs_searchString keepjumps

cross-platform mappings

2006-08-17 Thread Eric Leenman
Hi, I'm trying to expand my use of GVIM also to Linux . And I see that my mappings with CTRL and/or ALT and/or ARROW keys are handled differently on because of the linux windows manager. Does somebody knows which keys or key-combinations to avoid to create mappings that work on WXP and

Re: cross-platform mappings

2006-08-17 Thread A.J.Mechelynck
Eric Leenman wrote: Hi, I'm trying to expand my use of GVIM also to Linux . And I see that my mappings with CTRL and/or ALT and/or ARROW keys are handled differently on because of the linux windows manager. Does somebody knows which keys or key-combinations to avoid to create mappings that

Re: _viminfo on walkabout

2006-08-17 Thread Yongwei Wu
On 8/17/06, o1792 [EMAIL PROTECTED] wrote: Hi, I'm using vim7 for win32, but actually I've had the following prob with vim6.3. The prob is that _viminfo goes on walkabout when I'm connected to my corp's network. It thinks it should be stored in a networked drive, which is read-only, so I get

Re: _viminfo on walkabout

2006-08-17 Thread A.J.Mechelynck
Yongwei Wu wrote: On 8/17/06, o1792 [EMAIL PROTECTED] wrote: Hi, I'm using vim7 for win32, but actually I've had the following prob with vim6.3. The prob is that _viminfo goes on walkabout when I'm connected to my corp's network. It thinks it should be stored in a networked drive, which is

[EMAIL PROTECTED]: failure notice]

2006-08-17 Thread Tom Purl
When I send e-mail using my mail hosting company as my SMTP host, it gets bounced by the list. I'm using a different SMTP host now, which is why I can send this message to the list. The problem is that I don't have the option of using an alternate SMTP host most of the day, so it would be

Re[2]: windows unicode (iso10646-1) font for vim

2006-08-17 Thread Alan G Isaac
On Mon, 31 Jul 2006, (BST) Georg Dahn apparently wrote: I personally need Latin only and use Consolas: http://www.microsoft.com/downloads/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3displaylang=en which (IMHO) is a great font. This package is only intended for licensed

comments in vimrc

2006-08-17 Thread Uri Moszkowicz
I'm in the process of updating from vim 6.3 to vim 7.0 and am having trouble getting comments to work to support Doxygen. I add the following line to my vimrc file (~/.vimrc): set comments=s1:/*!,mb:\ ,ex:*/,f://!,://,b:#,:%,:XCOMM,n:,fb:-,s1:/*,mb:*,ex:* When I run vim and :set comments,

Re: [EMAIL PROTECTED]: failure notice]

2006-08-17 Thread Bram Moolenaar
Tom Purl wrote: When I send e-mail using my mail hosting company as my SMTP host, it gets bounced by the list. I'm using a different SMTP host now, which is why I can send this message to the list. The problem is that I don't have the option of using an alternate SMTP host most of the

Re: [EMAIL PROTECTED]: failure notice]

2006-08-17 Thread Tom Purl
On Thu, Aug 17, 2006 at 11:00:01PM +0200, Bram Moolenaar wrote: Paying money to be removed from a blacklist? If this is correct then this blacklist system must immediately be removed from spam checkers. It's like blackmail. I actually think this would be illegal. Here's the offcial response

Re: comments in vimrc

2006-08-17 Thread Gary Johnson
On 2006-08-17, Uri Moszkowicz [EMAIL PROTECTED] wrote: I'm in the process of updating from vim 6.3 to vim 7.0 and am having trouble getting comments to work to support Doxygen. I add the following line to my vimrc file (~/.vimrc): set comments=s1:/*!,mb:\

use '/' to find both upper and lower case instances

2006-08-17 Thread Luke Vanderfluit
Hi. I have a need to use '/' to find something in a file, but I wish it to ignore case. So say I'm looking for 'foo' then I want to find all instances for 'foo' and 'FOO' Thanks. Kind regards. Luke

Re: use '/' to find both upper and lower case instances

2006-08-17 Thread Luke Vanderfluit
Hi Luke. 18Aug2006 @ 10:14 Luke Vanderfluit thusly spake Hi. I have a need to use '/' to find something in a file, but I wish it to ignore case. So say I'm looking for 'foo' then I want to find all instances for 'foo' and 'FOO' :set ignorecase then do your usual search. HTH. Kind

Re: use '/' to find both upper and lower case instances

2006-08-17 Thread Stefan Karlsson
I have a need to use '/' to find something in a file, but I wish it to ignore case. So say I'm looking for 'foo' then I want to find all instances for 'foo' and 'FOO' Use \c (for instance /\cfoo). If you want this behavior most of the time you could set the 'ignorecase' option. By the

Re: use '/' to find both upper and lower case instances

2006-08-17 Thread Alan G Isaac
On Fri, 18 Aug 2006, Luke Vanderfluit apparently wrote: I have a need to use '/' to find something in a file, but I wish it to ignore case. :h \c hth, Alan Isaac

Re: [unclassified] Re: use '/' to find both upper and lower case instances

2006-08-17 Thread Luke Vanderfluit
Hi. 17Aug2006 @ 20:53 Dimitriy V. Masterov thusly spake Luke, Have you tried using :set ignorecase before your search? Yes. And that worked. Thanks (-: Kind regards. Luke. DVM

How to insert text via script/function call ?

2006-08-17 Thread Meino Christian Cramer
Hi, I often need to place a header above a function defintion (C-source) fpr documentational purposes. What I treid is to write a short function for vim, which dioes insert the text skeleton -- but I did not find any already existing function in the API which does this for me. With :i I got

Re: How to insert text via script/function call ?

2006-08-17 Thread A.J.Mechelynck
Meino Christian Cramer wrote: Hi, I often need to place a header above a function defintion (C-source) fpr documentational purposes. What I treid is to write a short function for vim, which dioes insert the text skeleton -- but I did not find any already existing function in the API which

Re: more on local additions in help.txt -- debian bug?

2006-08-17 Thread Benji Fisher
On Wed, Aug 16, 2006 at 03:33:42PM -0400, Gabriel Farrell wrote: Aha. Benji's explanation is correct. My $VIM points at /usr/share/vim/addons/ which contains doc/matchit.txt, doc/tags, and plugin/matchit.vim. This is the default for the Debian installation. The screwy thing is that unless

Re: more on local additions in help.txt -- debian bug?

2006-08-17 Thread Gabriel Farrell
On Thu, Aug 17, 2006 at 08:33:23AM -0400, Benji Fisher wrote: On Wed, Aug 16, 2006 at 03:33:42PM -0400, Gabriel Farrell wrote: Aha. Benji's explanation is correct. My $VIM points at /usr/share/vim/addons/ which contains doc/matchit.txt, doc/tags, and plugin/matchit.vim. This is the

Re: conceal-patch status

2006-08-17 Thread Yakov Lerner
On 8/17/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Vince Negri wrote: I'm still alive, just very busy :-) New home for conceal patches is: http://vince.negri.googlepages.com/ [...] OK. I've updated my W32 and Unix HowTo (compile Vim) pages to mention this, and while I was at it, I've

gVim bug: Window stretched across 2 desktops gets resized on split

2006-08-17 Thread Paul Betts
I often stretch a gVim window across two monitors, putting the vertical split in between the two monitors so that I can quickly switch between them and edit in both monitors. However, if I size the window then vertical split it, the window will resize itself to one desktop. I suspect that gVim is

Re: gVim bug: Window stretched across 2 desktops gets resized on split

2006-08-17 Thread Bram Moolenaar
Paul Betts wrote: I often stretch a gVim window across two monitors, putting the vertical split in between the two monitors so that I can quickly switch between them and edit in both monitors. However, if I size the window then vertical split it, the window will resize itself to one desktop.

RE: gVim bug: Window stretched across 2 desktops gets resized on split

2006-08-17 Thread Paul Betts
I'm on Windows Vista Beta 2, but this happens on XP / 2003 / what-have-you. Setting that GUI flag fixes it though; thanks for your help! -- Paul Betts [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 2:00 PM To: