Re: Syntax file problem

2006-04-13 Thread Johannes Ranke
Hi again, I solved my self-posed problem. I had to extend some Tex syntax clusters. A working version of an R noweb syntax file is attached. R noweb files (aka Sweave files) can have the extension .Rnw, .rnw, .Snw or .snw, although .Rnw is probably predominant. Cheers, Johannes * Johannes

Vim 7.0d02

2006-04-13 Thread Halim, Salman
Hello, On Windows XP, the following line throws an error in my _vimrc: set sessionoptions-=options sessionoptions-=folds sessionoptions-=resize sessionoptions-=buffers sessionoptions+=slash,unix It's probably caused by the new tab page option added to sessionoptions (it isn't the first -=

Re: netrw 'filetype'

2006-04-13 Thread Charles E Campbell Jr
Hari Krishna Dara wrote: I am wondering if we can have netrw set the 'ft' of the buffer to 'netrw' at the end of generating the directory listing... Its already netrwlist; I named it that quite awhile ago so as to reduce the danger that someone might move syntax/netrw.vim atop

:!gvim does not work

2006-04-13 Thread Benji Fisher
I just tried :!gvim and all I got was Vim: Caught deadly signal SEGV Vim: Finished. Command terminated Press ENTER or type command to continue I am using vim 7.0d on Linux (FC2). I get the same result running vim (in a gnome-terminal) or gvim.

Re: Fwd: Bug#292397: vim freezes on swap file prompt

2006-04-13 Thread Bram Moolenaar
Pierre Habouzit wrote: in certain conditions, vim was freezing on swap file prompt. One of our users tracked that bug down, and a patch is attached. look http://bugs.debian.org/292397 for more explanations ! [...] Subject: Bug#292397: vim freezes on swap file prompt Date: Jeu 13

Re: :!gvim does not work

2006-04-13 Thread Benji Fisher
On Thu, Apr 13, 2006 at 09:16:17AM -0700, Yegappan Lakshmanan wrote: Hi Bram, On 4/13/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Benji Fisher wrote: I just tried :!gvim and all I got was Vim: Caught deadly signal SEGV Vim: Finished. Command terminated

Re: invisible bar in help tags

2006-04-13 Thread Georg Dahn
Hi! In vim 7.0d02 I'm unable to see the '|' which usually surround tag in vim's help file (e.g. around 'usr_01.txt' in the first help page opened by ':helpCR'). This is not a bug, but a feature. The name of the highlight is 'Ignore'. The foreground color highlight 'Ignore' is set to the

Re: netrw 'filetype'

2006-04-13 Thread Charles E Campbell Jr
Hari Krishna Dara wrote: This is exactly the reason, I didn't suspect this at all. I had netrw in my plugin directory for use with 6.3 Vim. Now, how do I make sure I can use the same plugin directory for both 6.3 and 7.0? I think the g:loaded_xxx variable should be different for these two so

Re: invisible bar in help tags

2006-04-13 Thread Georg Dahn
Sorry, but to be totally lost is something completely different, the user just has to move the cursor. There are not many invisible characters anyway. Not that easy: if you are in the main help page you can have plenty of invisible characters on the same column and then only moving right will

Re: invisible bar in help tags

2006-04-13 Thread Stefano Zacchiroli
On Thu, Apr 13, 2006 at 11:26:02PM +0200, Georg Dahn wrote: What you call 'totally lost' is only a minor problem compared to that, what 'totally lost' means in reality. Are you sure that you know, what it means to be totally lost? Let's distinguish: are you nitpicking about my word choice or

Re: netrw 'filetype'

2006-04-13 Thread Hari Krishna Dara
On Thu, 13 Apr 2006 at 4:46pm, Charles E Campbell Jr wrote: Hari Krishna Dara wrote: This is exactly the reason, I didn't suspect this at all. I had netrw in my plugin directory for use with 6.3 Vim. Now, how do I make sure I can use the same plugin directory for both 6.3 and 7.0? I think

Re: netrw 'filetype'

2006-04-13 Thread Hari Krishna Dara
On Thu, 13 Apr 2006 at 2:26pm, Gary Johnson wrote: On 2006-04-13, Charles E Campbell Jr [EMAIL PROTECTED] wrote: Hari Krishna Dara wrote: This is exactly the reason, I didn't suspect this at all. I had netrw in my plugin directory for use with 6.3 Vim. Now, how do I make sure I can

Re: [vim 70d] switching tab pages

2006-04-13 Thread James Vega
On Fri, Apr 14, 2006 at 01:18:19AM +0200, Wojciech Pilorz wrote: 2006/4/13, Bram Moolenaar [EMAIL PROTECTED]: Wojtek Pilorz wrote: I have build gvim 7.0d on Fedora Core 4 as 'Big version with GTK2 GUI.' I have noticed the following behaviour with multple tab pages (gvim);

Re: has anybody done syntax highlighting for linux Kconfig files ?

2006-04-13 Thread Yakov Lerner
On 4/12/06, Nikolai Weibull [EMAIL PROTECTED] wrote: On 4/12/06, Yakov Lerner [EMAIL PROTECTED] wrote: On 4/11/06, Nikolai Weibull [EMAIL PROTECTED] wrote: On 4/11/06, Yakov Lerner [EMAIL PROTECTED] wrote: On 4/11/06, Nikolai Weibull [EMAIL PROTECTED] wrote: As per your request,

execute macro on pattern

2006-04-13 Thread Zbigniew Kowalski
dear vimmers, i have some macros defined, ie some registers (a, i, d, etc) contain commands. i execute them via @a, @m, and so. how to execute a particular macro for every line that matches a pattern? Something like: : g/pattern1/macro a : g/pattern2/macro b : g/pattern2/macro g i'm using vim

bug? abbreviate does not work properly gvim-70d02

2006-04-13 Thread André Massing
Hi All, I defined an abbrevation :ab NK Newton-Kaskade , but to my surprise this abbrevation is not expanded in Insert Mode after typing Space, (but was expanded with Tab or Esc.) Actually it works properly only if I use iab NK Newton-Kaskade. This phenomena only occurs when I use gvim7 but

Re: bug? abbreviate does not work properly gvim-70d02

2006-04-13 Thread Benji Fisher
On Thu, Apr 13, 2006 at 02:50:28PM +0200, André Massing wrote: Hi All, I defined an abbrevation :ab NK Newton-Kaskade , but to my surprise this abbrevation is not expanded in Insert Mode after typing Space, (but was expanded with Tab or Esc.) Actually it works properly only if I use iab NK

Re: Folding of C preprocessor lines.

2006-04-13 Thread Bram Moolenaar
Adam Krolnik wrote: Thanks for the tip Yakov; It turns out that setting foldignore to add the # once the file is in the editor does not redo the folding, even if zR, zM is run. Only if I set it in the vimrc file does it take effect. I'll make the folds updated when 'foldignore' is set.

Re: Delivering text to vim.

2006-04-13 Thread Mikolaj Machowski
Dnia środa, 12 kwietnia 2006 19:45, Halim, Salman napisał: Redir doesn't work for commands that don't post their output in the Vim window (such as system commands). If it is your intention to post the For me ls worked. output of a system command into your buffer, you can instead do: :r!ls

Re: bug? abbreviate does not work properly gvim-70d02

2006-04-13 Thread Andre Massing
Benji Fisher schrieb: On Thu, Apr 13, 2006 at 02:50:28PM +0200, André Massing wrote: Hi All, I defined an abbrevation :ab NK Newton-Kaskade , but to my surprise this abbrevation is not expanded in Insert Mode after typing Space, (but was expanded with Tab or Esc.) Actually it works properly

Re: bug? abbreviate does not work properly gvim-70d02

2006-04-13 Thread Andre Massing
Andre Massing schrieb: Benji Fisher schrieb: On Thu, Apr 13, 2006 at 02:50:28PM +0200, André Massing wrote: Hi All, I defined an abbrevation :ab NK Newton-Kaskade , but to my surprise this abbrevation is not expanded in Insert Mode after typing Space, (but was expanded with Tab or Esc.)

Re: Tlist and autocmd

2006-04-13 Thread Yegappan Lakshmanan
Hello, On 4/6/06, Eddy Petrişor [EMAIL PROTECTED] wrote: The TlistOpen command is already supported by the taglist plugin in the latest version (4.0b3). You can use the following taglist commands: TlistOpen - Open the taglist window TlistClose - Close the taglist window TlistToggle

Re: a question

2006-04-13 Thread Benji Fisher
On Fri, Apr 14, 2006 at 08:39:29AM +0800, [EMAIL PROTECTED] wrote: linda.s [EMAIL PROTECTED] wrote on 2006.04.13 19:48:22: On 4/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: linda.s [EMAIL PROTECTED] wrote on 2006.04.13 16:02:44: I have both vim and gvim app under my

Re: Vim Job board?

2006-04-13 Thread Bill Pursell
Bertram Scharpf wrote: Hi, first thank you all very much for the backings. I'm on the way losing trust in my own mind. Could this be normal? I've been in two jobs during the past year and not one of these well-paid colleagues calling themselves degreed software engineers does even know