Hey folks,
aladdin wrote on August 16, 2006 that
>My vim syntax highlighting does not work in SCREEN.
I had the same problem on my machine. Check that you're
running vim and not vi.
Try running vim file.pl instead of vi file.pl.
When you run screen, you often
On Thu, Aug 24, 2006 at 12:19:07PM +0800, aladdin wrote:
> aladdin wrote:
>>
>> Hi, all.
>>
>> My vim syntax highlighting does not work in SCREEN.
> I finally got it, everyone.
Congrats!
> It turns out that the alias vi='vim' is not set in SCREEN. (I
aladdin wrote:
Hi, all.
My vim syntax highlighting does not work in SCREEN.
The problem occurs under RedHat9, vim 6.1.320, SCREEN 4.00.02, remote
login with putty.
I have another Debian Sarge Linux under which vim and SCREEN work well
together. I checked the screenrc file but cannot find
On Sun, Aug 20, 2006 at 08:58:35PM -0400, Eric Wood wrote:
> If all you're using screen for is the protect your editing session from
> connection drops, try screen's little bother called dtach. I never use
> screen ever since I found dtach because it doesn't foul with my emulation.
Screen has t
aladdin wrote:
Hi, all.
My vim syntax highlighting does not work in SCREEN.
The problem occurs under RedHat9, vim 6.1.320, SCREEN 4.00.02, remote
login with putty.
I have another Debian Sarge Linux under which vim and SCREEN work well
together. I checked the screenrc file but cannot find
Hi, all.
My vim syntax highlighting does not work in SCREEN.
The problem occurs under RedHat9, vim 6.1.320, SCREEN 4.00.02, remote
login with putty.
I have another Debian Sarge Linux under which vim and SCREEN work well
together. I checked the screenrc file but cannot find anything help
On Thu, Aug 17, 2006 at 03:32:54PM -0400, cga2000 wrote:
> Sounds like the RedHat implementation of screen or vim .. or both .. is
> broken in subtle ways..
I'd bet it's RedHat's default /etc/screenrc.
I remember having problems with screen when I installed one rev of RH
on my desktop, I can't
On Wed, Aug 16, 2006 at 11:51:40PM EDT, aladdin wrote:
>
> cga2000 wrote:
> >1. In vim:
> >
> >.. what is the value of t_Co= ?
> t_Co=8 by default here.
>
> infocmp output shows *colors#8* too, both inside and outside SCREEN.
>
> >
> >You could try verifying this by issuing a:
> >
> >:set t_Co
cga2000 wrote:
1. In vim:
.. what is the value of t_Co= ?
t_Co=8 by default here.
infocmp output shows *colors#8* too, both inside and outside SCREEN.
You could try verifying this by issuing a:
:set t_Co=8
:set t_Co=16
I tried but makes no difference.
.. see if it makes any differen
On 8/16/06, Michael Parson <[EMAIL PROTECTED]> wrote:
On Wed, Aug 16, 2006 at 01:54:57PM -0500, Aaron Griffin wrote:
> On 8/16/06, Michael Parson <[EMAIL PROTECTED]>wrote:
>> On Wed, Aug 16, 2006 at 12:21:17PM -0500, Aaron Griffin wrote:
>>> On 8/16/06, aladdin <[EMAIL PROTECTED]>wrote:
[EMA
On Wed, Aug 16, 2006 at 01:54:57PM -0500, Aaron Griffin wrote:
> On 8/16/06, Michael Parson <[EMAIL PROTECTED]>wrote:
>> On Wed, Aug 16, 2006 at 12:21:17PM -0500, Aaron Griffin wrote:
>>> On 8/16/06, aladdin <[EMAIL PROTECTED]>wrote:
[EMAIL PROTECTED]:~$ set|grep TERM
TERM=xterm
>>>
>>> I
On 8/16/06, Michael Parson <[EMAIL PROTECTED]> wrote:
On Wed, Aug 16, 2006 at 12:21:17PM -0500, Aaron Griffin wrote:
> On 8/16/06, aladdin <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED]:~$ set|grep TERM
>> TERM=xterm
>
> Is this inside screen? screen is a terminal emulator, as is xterm.
> The T
On Wed, Aug 16, 2006 at 12:21:17PM -0500, Aaron Griffin wrote:
> On 8/16/06, aladdin <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED]:~$ set|grep TERM
>> TERM=xterm
>
> Is this inside screen? screen is a terminal emulator, as is xterm.
> The TERM setting should be set to xterm if you're using xter
On Sun, Aug 13, 2006 at 11:12:19PM EDT, aladdin wrote:
>
> Hi, all.
>
> My vim syntax highlighting does not work in SCREEN.
>
> The problem occurs under RedHat9, vim 6.1.320, SCREEN 4.00.02, remote
> login with putty.
>
> I have another Debian Sarge Linux under whi
On 8/16/06, aladdin <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED]:~$ set|grep TERM
TERM=xterm
Is this inside screen? screen is a terminal emulator, as is xterm.
The TERM setting should be set to xterm if you're using xterm, and
screen if you're using screen.
On a side note, TERMCAP is oldschoo
On Wed, Aug 16, 2006 at 11:10:29PM +0800, aladdin wrote:
>
> Michael Parson wrote:
>>
>> The vim colorization happens outside of screen?
>>
>> Do you have "syntax enable" set in your .vimrc?
>>
>
> Sure it works outside of SCREEN.
>
> Here are some cfg files that may help.
Huh.
Well, I'm offic
Michael Parson wrote:
The vim colorization happens outside of screen?
Do you have "syntax enable" set in your .vimrc?
Sure it works outside of SCREEN.
Here are some cfg files that may help.
*
[EMAIL PROTECTED]:~$ cat .vimrc
set nocompatible
syntax on
"highlight Comment cterm
On Wed, Aug 16, 2006 at 03:54:15PM +0800, aladdin wrote:
> Thanks for your suggestion. I checked the $TERM env and it was set to
> xterm, both inside and outside of SCREEN. But the highlighting and
> coloring still did not work.
>
> BTW, ls --color rendered the output colorized. I configured t
Michael Parson wrote:
What is your TERM env set to?
I tend to have mine set to either xterm or vt220, which lets the syntax
highlighting and coloring come through. Does color-ls colorizes your ls
output?
If vim doesn't fire up in colorized mode, I'll usually exit and try it
with (under bash)
On Mon, Aug 14, 2006 at 11:12:19AM +0800, aladdin wrote:
>
> Hi, all.
>
> My vim syntax highlighting does not work in SCREEN.
>
> The problem occurs under RedHat9, vim 6.1.320, SCREEN 4.00.02, remote
> login with putty.
>
> I have another Debian Sarge Linux under whi
Hi, all.
My vim syntax highlighting does not work in SCREEN.
The problem occurs under RedHat9, vim 6.1.320, SCREEN 4.00.02, remote
login with putty.
I have another Debian Sarge Linux under which vim and SCREEN work well
together. I checked the screenrc file but cannot find anything help
21 matches
Mail list logo