John Beckett wrote:
> Bram Moolenaar wrote:
> > Using the project name VimTips would be good.
>
> Everyone here is used to the name "Vim Tips" so VimTips sounds good, but on
> a wiki I suggest that the name should be just "Vim".
I'm sure we will use the wiki for other things than tips some day
From: David Rock <[EMAIL PROTECTED]>
Subject: Re: Vertical regexp
Date: Sat, 17 Feb 2007 19:46:38 -0600
> * Tim Chase <[EMAIL PROTECTED]> [2007-02-17 10:58]:
> >
> > Hmm...this sounds like something I'd do outside of vim, though
> > I'll try my hand at a vim solution too. On a *nix system, I'd
>
Jimmy -
> I just heard about your recent talk at google, entitled
> "The Seven Habits Of Effective Text Editing 2".
> (
> http://google-code-updates.blogspot.com/2007/02/open-source-developers-google-speaker.html
> )
>
> The original "seven habits of effective text editing" was fascinating
> a
A.J.Mechelynck wrote:
Thanks Tim, Yakov and Martin.
I'll just ASSume from now on that, if it starts with a colon,
it may as be an ex command.
Very interesting information on the use of ex.
Larry
Vhat Vim calls "ex-commands" are prefixed by a colon when typed at the
command-line (the colon i
Hi,
On 2/17/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote:
Larry Alkoff wrote:
> Tim Chase wrote:
>>> I know every ex command starts with a colon.
>>>
>>> Is the reverse true in every case?
>>> Is _every_ command that starts with a colon an ex command?
>>>
>>
>> Pretty much any command you can us
Hi,
VIM will save the last searched keyword and each time we start a new
edit session, when we just press /, the VIM will search the last
searched keyword.
But currently this feature is user wide, but not file wide. Suppose I
open a file a.txt searchd a-key, b.txt then seach b-key, can I con
* Tim Chase <[EMAIL PROTECTED]> [2007-02-17 10:58]:
>
> Hmm...this sounds like something I'd do outside of vim, though
> I'll try my hand at a vim solution too. On a *nix system, I'd
> use your original source files (hd.txt and dvd.txt) and the
> "join" tool.
>
> bash> join -a 1 <(sort hd.txt) <
Larry Alkoff wrote:
Tim Chase wrote:
I know every ex command starts with a colon.
Is the reverse true in every case?
Is _every_ command that starts with a colon an ex command?
Examples
:helpIs this an ex command?
:versionIs this?
:blahblahThis?
My understanding is that _yes_,
Bram Moolenaar wrote:
Using the project name VimTips would be good.
Everyone here is used to the name "Vim Tips" so VimTips sounds good, but on
a wiki I suggest that the name should be just "Vim".
It seems logical to me that a Vim Tips wiki would start with a (brief) page
outlining what Vim
Hi Yakov,
On Sat, 2007-02-17 at 19:06 +0200, Yakov Lerner wrote:
> On 2/17/07, Larry Alkoff <[EMAIL PROTECTED]> wrote:
> > I know every ex command starts with a colon.
> >
> > Is the reverse true in every case?
> > Is _every_ command that starts with a colon an ex command?
> >
> > Examples
> > :he
Any way to indent json correctly on vim?
I recall that on 6.4 version we needed an external syntax file for
javascript. Is it still the case?
it's driving me nuts to have weird tabulation put allover the place...
thanks
ps: json sample
Obj = {
att1: 'val1',
att2: 'val2',
}
--
Gabriel Barr
Thanks, Mikolaj and Jonas. That's exactly what I was looking for.
- Original Message
From: Mikolaj Machowski <[EMAIL PROTECTED]>
To: vim@vim.org
Sent: Saturday, February 17, 2007 12:25:32 PM
Subject: Re: The Seven Habits Of Effective Text Editing 2
On sobota 17 luty 2007, VIM mail list
On sobota 17 luty 2007, VIM mail list wrote:
> The original "seven habits of effective text editing" was fascinating
> and useful. I am sure that I'm not the only vimmer who would be
> interested in hearing more about this updated version. However, I can't
> find any links to either a video or a
Jimmy Mack skrev:
Hi Bram,
I just heard about your recent talk at google, entitled
"The Seven Habits Of Effective Text Editing 2".
(
http://google-code-updates.blogspot.com/2007/02/open-source-developers-google-speaker.html
)
The original "seven habits of effective text editing" was fascinat
Tim Chase wrote:
I know every ex command starts with a colon.
Is the reverse true in every case?
Is _every_ command that starts with a colon an ex command?
Examples
:help Is this an ex command?
:versionIs this?
:blahblah This?
My understanding is that _yes_, typing the
Hi Bram,
I just heard about your recent talk at google, entitled
"The Seven Habits Of Effective Text Editing 2".
(
http://google-code-updates.blogspot.com/2007/02/open-source-developers-google-speaker.html
)
The original "seven habits of effective text editing" was fascinating and
useful. I
On 2/17/07, Larry Alkoff <[EMAIL PROTECTED]> wrote:
I'll see about installing the bigger brothers.
Be careful. They will be watching you.
Yakov
Am Samstag 17 Februar 2007 schrieb Larry Alkoff:
> I know every ex command starts with a colon.
>
> Is the reverse true in every case?
> Is _every_ command that starts with a colon an ex command?
Depends on how you see things.
1) There are Ex and Exim command. Ex commands are compatible with vi
On 2/17/07, atstake atstake <[EMAIL PROTECTED]> wrote:
I have a white background and I set background color as "dark"
If your background is white, you should set your 'background'
option to 'light' for good color results.
Yakov
> I know every ex command starts with a colon.
>
> Is the reverse true in every case?
> Is _every_ command that starts with a colon an ex command?
>
> Examples
> :help Is this an ex command?
> :version Is this?
> :blahblah This?
My understanding is that _yes_, typing the colon t
On 2/17/07, Larry Alkoff <[EMAIL PROTECTED]> wrote:
I know every ex command starts with a colon.
Is the reverse true in every case?
Is _every_ command that starts with a colon an ex command?
Examples
:help Is this an ex command?
:versionIs this?
:blahblah This?
If you
> Short explanation, what I intent to do:
> I have two directory trees. One is on my hd, the other one on a
> DVD-RAM, both containing lots of files. The directory structure
> is very similiar.
>
> To proof, that the DVD-RAM has no file, which does not exist on the
> hd I generate a checksum
I know every ex command starts with a colon.
Is the reverse true in every case?
Is _every_ command that starts with a colon an ex command?
Examples
:help Is this an ex command?
:versionIs this?
:blahblah This?
Larry
--
Larry Alkoff N2LA - Austin TX
Using Thunderbird on
A.J.Mechelynck wrote:
Larry Alkoff wrote:
A.J.Mechelynck wrote:
Larry Alkoff wrote:
Charles E Campbell Jr wrote:
Larry Alkoff wrote:
I have a desktop and newly configured laptop with different
versions of vim.
The desktop has vim 6.4.6 which contains the lines in ~/.vimrc
set mouse=a
synt
From: Tim Chase <[EMAIL PROTECTED]>
Subject: Re: Vertical regexp
Date: Sat, 17 Feb 2007 09:11:36 -0600
> > Is there any way to find two specific items of an ascii table of the
> > same column but of two adjacent rows ?
>
> I'm not quite sure what you're trying to do on the data you
> described
Meino Christian Cramer wrote:
From: "A.J.Mechelynck" <[EMAIL PROTECTED]>
Subject: Re: Vertical regexp
Date: Sat, 17 Feb 2007 16:10:50 +0100
Meino Christian Cramer wrote:
From: "A.J.Mechelynck" <[EMAIL PROTECTED]>
Subject: Re: Vertical regexp
Date: Sat, 17 Feb 2007 15:46:19 +0100
Meino Christ
On 2/17/07, Kim Schulz <[EMAIL PROTECTED]> wrote:
On Fri, 16 Feb 2007 02:37:28 +0100
Bram Moolenaar <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> Google code has now added support for a wiki. This means open source
> projects can have a wiki that's free, fast and reliable
> (hopefully :-).
>
>
From: "A.J.Mechelynck" <[EMAIL PROTECTED]>
Subject: Re: Vertical regexp
Date: Sat, 17 Feb 2007 16:10:50 +0100
> Meino Christian Cramer wrote:
> > From: "A.J.Mechelynck" <[EMAIL PROTECTED]>
> > Subject: Re: Vertical regexp
> > Date: Sat, 17 Feb 2007 15:46:19 +0100
> >
> >> Meino Christian Cramer w
> Is there any way to find two specific items of an ascii table of the
> same column but of two adjacent rows ?
I'm not quite sure what you're trying to do on the data you
described in your 2nd posting, so I'm divining intent as well as
a solution. Perhaps with your intent as well, a better so
Meino Christian Cramer wrote:
From: "A.J.Mechelynck" <[EMAIL PROTECTED]>
Subject: Re: Vertical regexp
Date: Sat, 17 Feb 2007 15:46:19 +0100
Meino Christian Cramer wrote:
Hi,
Is there any way to find two specific items of an ascii table of the
same column but of two adjacent rows ?
I am lo
From: "A.J.Mechelynck" <[EMAIL PROTECTED]>
Subject: Re: Vertical regexp
Date: Sat, 17 Feb 2007 15:46:19 +0100
> Meino Christian Cramer wrote:
> > Hi,
> >
> > Is there any way to find two specific items of an ascii table of the
> > same column but of two adjacent rows ?
> > I am looking for so
Meino Christian Cramer wrote:
Hi,
Is there any way to find two specific items of an ascii table of the
same column but of two adjacent rows ?
I am looking for some vimish solution - there is of course a way to
specify an highly complex and longish regexp which is very table
specific...
Hi,
Is there any way to find two specific items of an ascii table of the
same column but of two adjacent rows ?
I am looking for some vimish solution - there is of course a way to
specify an highly complex and longish regexp which is very table
specific...
Is there a way to say "item belo
Hello,
I think you have set the ignorecase option to on, isn't it?
I can reproduce the bug when the ignorecase is on.
The problem comes from my use of searchdecl(), I forgot to disable
ignorecase when using it.
Try the normal command 'gd' (same as searchdecl()) on your variable
'a' and you'll see
atstake atstake wrote:
On 2/17/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote:
Once you find a colorscheme which pleases you (or if you write your
own), you
can place the appropriate line in your vimrc.
Thanks.
I tried torte, slate, shine, ron, peachpuff, pablo, murphy, morning,
koehler, eveni
On 2/17/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote:
Once you find a colorscheme which pleases you (or if you write your own), you
can place the appropriate line in your vimrc.
Thanks.
I tried torte, slate, shine, ron, peachpuff, pablo, murphy, morning,
koehler, evening, elflord, desert, dele
You are right. It seems that gentoo is distributing the source code
without the runtime/spell dir. It took me your e-mail to prompt me to
grab the tarball from the ftp site, because usually the tarballs
gentoo distribute are the same as the original.
I'll play with it and write back when I get so
37 matches
Mail list logo