On 10/31/06, art sm <[EMAIL PROTECTED]> wrote:
On 10/30/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
> On 10/30/06, art sm <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm having trouble trying to fork a process from gui vim on solaris.
> >
> > For example, if I start gvim, and use do:
> > :!touch t
On Tue, 2006-10-31 at 06:02:08 +0100, A.J.Mechelynck sent:
>You are talking about "the example given in the explanation for
>the :@ command". I don't see any such example under ":help :@ "
>(in *repeat.txt*For Vim version 7.0. Last change: 2006 Sep
>20 at lines 120 sqq.). Where are you seeing
"Ananya M (RBIN/ECM1)" <[EMAIL PROTECTED]> 写于 2006-10-31
12:28:23:
> Hi,
> I am a very new to vim, and am absolutely smitten by it.
> I installed cygwin on my comp.
> Now gVim is showing up with '$' symbols at the end of every line,
> and ugly '>-' headless arrows at the start of every line.
>
Daryl Lee wrote:
-Original Message-
From: A.J.Mechelynck [mailto:[EMAIL PROTECTED]
Sent: Monday, October 30, 2006 9:28 PM
To: [EMAIL PROTECTED]
Cc: Vim
Subject: Re: Inline script execution
Daryl Lee wrote:
I am working my way through the :help scripting explanation
(usr_41.txt) and I
Ananya M (RBIN/ECM1) wrote:
Hi,
I am a very new to vim, and am absolutely smitten by it.
I installed cygwin on my comp.
Now gVim is showing up with '$' symbols at the end of every line, and
ugly '>-' headless arrows at the start of every line.
:set nolist
Also while in INSERT
Verbose = 0. I tried raising it (to 10) and that just made things
worse.
Daryl
-Original Message-
From: A.J.Mechelynck [mailto:[EMAIL PROTECTED]
Sent: Monday, October 30, 2006 9:28 PM
To: [EMAIL PROTECTED]
Cc: Vim
Subject: Re: Inline script execution
Daryl Lee wrote:
> I am working my
Title: Cygwin defaced Vim. Help.
Hi,
I am a very new to vim, and am absolutely smitten by it.
I installed cygwin on my comp.
Now gVim is showing up with '$' symbols at the end of every line, and ugly '>-' headless arrows at the start of every line.
Also while in INSERT mode each pr
Daryl Lee wrote:
I am working my way through the :help scripting explanation
(usr_41.txt) and I have a question about the :@" command. I ran the
sample given in the explanation, where the "simple example" is:
:let i = 1
:while i < 5
: echo "count is" i
: let i
I am working my way through the :help scripting explanation
(usr_41.txt) and I have a question about the :@" command. I ran the
sample given in the explanation, where the "simple example" is:
:let i = 1
:while i < 5
: echo "count is" i
: let i += 1
:endwh
On 10/30/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
On 10/30/06, art sm <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm having trouble trying to fork a process from gui vim on solaris.
>
> For example, if I start gvim, and use do:
> :!touch touchtest1 &
>
> will work, but any subsequent fork commands f
On 2006-10-30, Kim Schulz <[EMAIL PROTECTED]> wrote:
> Hi
> Is there a way to have tab chars in foldtext?
> I have tried with
>
> set foldtext=getline(v:foldstart).'^I^I'.v:foldstart
> but with no luck. Have also tried with \t and
>
> so is this possible and how?
It's not possible. At least
Hi
Is there a way to have tab chars in foldtext?
I have tried with
set foldtext=getline(v:foldstart).'^I^I'.v:foldstart
but with no luck. Have also tried with \t and
so is this possible and how?
--
Kim Schulz| Private : http://www.schulz.dk
[EMAIL PROTECTED] | Business: http://www.dev
Daryl Lee wrote:
Wow! I've been on a lot of forums over the years, but I've never seen
help this good and this fast! Thanks! And thanks to Tim for trying,
but I couldn't get that suggestion to work.
[...]
:-) Vim is renowned for the abundance of its help.
Best regards,
Tony.
Wow! I've been on a lot of forums over the years, but I've never seen
help this good and this fast! Thanks! And thanks to Tim for trying,
but I couldn't get that suggestion to work.
What I actually have now in _vimrc:
" Set filetype to XML if it looks like an XML file and isn't an XHTML
file
"
Yakov Lerner wrote:
> inoremap PeekCharTimeout(1000)?"you pressed key! ":"timeout! "
>
> I hit a case when getchar(1) seemingly consumes a pressed key.
>
> 1. vim -u NONE -c 'so x.vim' # file x.vim is below
> 2. If you press i and wait, you get 'timeout!', so this part works OK.
> 3. The othe
Daryl Lee wrote:
I'm fairly new to Vim scripting and totally new to filetype
automation, so this problem has me stumped. I'm running Vim 7 in a
Windows environment.
My project has decided to use XML for configuration files, and the
file extension is .cfg. Because of the extension, Vim wants to
My project has decided to use XML for configuration files, and the
file extension is .cfg. Because of the extension, Vim wants to "setf
cfg" in filetype.vim, but I'd like to override that with a "setf xml".
I can do so manually with ":setf xml" after the file loads, but I'd
love to automate that.
I'm fairly new to Vim scripting and totally new to filetype
automation, so this problem has me stumped. I'm running Vim 7 in a
Windows environment.
My project has decided to use XML for configuration files, and the
file extension is .cfg. Because of the extension, Vim wants to "setf
cfg" in file
On 10/30/06, art sm <[EMAIL PROTECTED]> wrote:
Hi,
I'm having trouble trying to fork a process from gui vim on solaris.
For example, if I start gvim, and use do:
:!touch touchtest1 &
will work, but any subsequent fork commands fail:
:!touch touchtest2 &
does not create the touchtest2 file.
A
Marc Weber wrote:
How can I tell vim to not tread & and ~ in a special way when using
substitute?
compare
echo substitute(substitute('a','a','b','&'),'b','c &','')
and
echo substitute(substitute('a','a','b','&'),'b',substitute('c &','\V\(&\|~\)','\\\1','g'),'')
using substitute works but see
On pon paź 30 2006, vim@vim.org wrote:
> How can I tell vim to not tread & and ~ in a special way when using
> substitute?
>
> compare
> echo substitute(substitute('a','a','b','&'),'b','c &','')
> and
> echo substitute(substitute('a','a','b','&'),'b',substitute('c
> &','\V\(&\|~\)','\\\
On 10/30/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
On 10/30/06, Michael M. Tung <[EMAIL PROTECTED]> wrote:
> Hi all:
>
> I am working on a simple plugin and want to make vim
> open a file which appears in text e.g. as
>
> [/tmp/test.txt]
>
> by clicking on it. The path and filename al
On 10/30/06, Michael M. Tung <[EMAIL PROTECTED]> wrote:
Hi all:
I am working on a simple plugin and want to make vim
open a file which appears in text e.g. as
[/tmp/test.txt]
by clicking on it. The path and filename always appears
in brackets.
You can do this by mapping and
pseu
Hi,
I'm having trouble trying to fork a process from gui vim on solaris.
For example, if I start gvim, and use do:
:!touch touchtest1 &
will work, but any subsequent fork commands fail:
:!touch touchtest2 &
does not create the touchtest2 file.
Is this a bug or do I need to set some configurati
Hi all:
I am working on a simple plugin and want to make vim
open a file which appears in text e.g. as
[/tmp/test.txt]
by clicking on it. The path and filename always appears
in brackets. My syntax file already identifies this
pattern.
Please send me any suggestions. Perhaps some code
No. Readline doesn't read anything from vi config files. I don't even think you
need vi installed. The nearest you'll get is using readline. See 'man 3
readline'.
On Mon, 30 Oct 2006, Vim Visual wrote:
sets the cursor to vi mode... but vi indeed... Is there a way to set
the cursor to vim, and
On 10/30/06, Marc Weber <[EMAIL PROTECTED]> wrote:
How can I tell vim to not tread & and ~ in a special way when using
substitute?
compare
echo substitute(substitute('a','a','b','&'),'b','c &','')
and
echo substitute(substitute('a','a','b','&'),'b',substitute('c
&','\V\(&\|~\)',
Hi,
I guess you already know that typping
set -o vi
sets the cursor to vi mode... but vi indeed... Is there a way to set
the cursor to vim, and load all map, ab etc defined in my vimrc? It'd
great because I have to type a lot of times long commands like rsync
-avurltz --rsh=ssh --progress [EMAI
How can I tell vim to not tread & and ~ in a special way when using
substitute?
compare
echo substitute(substitute('a','a','b','&'),'b','c &','')
and
echo substitute(substitute('a','a','b','&'),'b',substitute('c
&','\V\(&\|~\)','\\\1','g'),'')
using substitute works but seems to
29 matches
Mail list logo