Re: Vim Job board? (OT)

2006-04-13 Thread panshizhu
Bill Pursell <[EMAIL PROTECTED]> wrote on 2006.04.14 11:05:34: > On my first job, my supervisor described a problem they were > having with their database files. The issue arose from the > fact that integer values were sometimes stored rationally (as > 32-bit quantities), and sometimes stored as c

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 about

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 u

Re: a question

2006-04-13 Thread panshizhu
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 applications in the Mac. Both work > > fine. > > > I typed vim in the t

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 wind

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 , (but was >>>expanded wit

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 , (but was >>expanded with or .) Actually it works properly

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: > :

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: has anybody done syntax highlighting for linux Kconfig files ?

2006-04-13 Thread Nikolai Weibull
On 4/13/06, Yakov Lerner <[EMAIL PROTECTED]> wrote: > > OK, this and some syncing issues has been fixed. > > Hi Nikolai, > Thanks for a great job. The apostrophe in helptexts mostly works. > I found two cases though where it does not work (see below), > Also, when helptext with apostrophe is top l

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 , (but was > expanded with or .) Actually it works properly only if I use iab > NK Newt

starting vim from Mac OS X command line (was: a question)

2006-04-13 Thread Benji Fisher
On Thu, Apr 13, 2006 at 04:48:22AM -0700, linda.s wrote: > 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 applications in the Mac. Both work > > fine. > > > I typed vim in the ter

Re: Folding of C preprocessor lines.

2006-04-13 Thread Adam Krolnik
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. Thanks. -- Soli Deo Gloria Adam Krolnik ZSP Verification Mgr. L

Re: Folding of C preprocessor lines.

2006-04-13 Thread Yakov Lerner
On 4/12/06, Adam Krolnik <[EMAIL PROTECTED]> wrote: > > > It is strange to see that the option foldignore doesn't seem to work for the > '#' character. > > Here is a C program that has preprocessor statements. I'd like to fold this > using > indent and foldignore=^L`# > > When I do that and fold t

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 , (but was expanded with or .) Actually it works properly only if I use iab NK Newton-Kaskade. This phenomena only occurs when I use gvim7 but neither in a term

Re: a question

2006-04-13 Thread Jeremy Conlin
On 4/13/06, linda. s <[EMAIL PROTECTED]> wrote: > 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 applications in the Mac. Both work > > fine. > > > I typed vim in the terminal and

Re: execute macro on pattern

2006-04-13 Thread Jürgen Krämer
Hi, Zbigniew Kowalski wrote: > > 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// > : g// > : g// :g//normal @a :g//nor

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// : g// : g// i'm using vim 6.4. thank you for your help best regards zb

Re: a question

2006-04-13 Thread linda . s
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 applications in the Mac. Both work > fine. > > I typed vim in the terminal and it successfully went yo VIM interface. > > However, if I ty

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: > > > > >

Re: histdel("undo", -1)

2006-04-13 Thread Christoph Nodes
On 4/13/06, Christoph Nodes <[EMAIL PROTECTED]> wrote: > On 4/12/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > Christoph Nodes wrote: > > > > > On Tue, 11 Apr 2006 09:39:05 -0400 > > > Benji Fisher <[EMAIL PROTECTED]> wrote: > > > > > > > On Tue, Apr 11, 2006 at 01:06:11PM +0200, Christoph

Re: histdel("undo", -1)

2006-04-13 Thread Christoph Nodes
On 4/12/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > Christoph Nodes wrote: > > > On Tue, 11 Apr 2006 09:39:05 -0400 > > Benji Fisher <[EMAIL PROTECTED]> wrote: > > > > > On Tue, Apr 11, 2006 at 01:06:11PM +0200, Christoph Nodes wrote: > > > > > > > > > > > > Is there a way to avoid that the c

Re: a question

2006-04-13 Thread panshizhu
linda.s <[EMAIL PROTECTED]> wrote on 2006.04.13 16:02:44: > I have both vim and gvim app under my applications in the Mac. Both work fine. > I typed vim in the terminal and it successfully went yo VIM interface. > However, if I typed gvim, there came an error message "-bash: gvim: > command not fo

a question

2006-04-13 Thread linda . s
I have both vim and gvim app under my applications in the Mac. Both work fine. I typed vim in the terminal and it successfully went yo VIM interface. However, if I typed gvim, there came an error message "-bash: gvim: command not found". If I want to launch gvim from the terminal, what to do