shell highlighting problem, after command name 'locale'

2008-03-06 Thread Yakov Lerner
I see problem with shell highlighting with the following piece, apparently caused by the command named 'locale'. I am using latest runtime files. from rsync. Does anybody see incorrect highlighting, too ? -- #!/bin/bash utf-off() { echo "export LANG=C;

Re: upgrading vim on linux

2008-03-06 Thread Yakov Lerner
You can try the scriptvim7-install.sh (attached) which downloads, builds and installs latest vim7 in one command without arguments. Description and download link ia at: http://www.vim.org/scripts/script.php?script_id=1473 Invocation: sh ./vim7-install.sh Or save the script directly from

Re: shell highlighting problem, after command name 'locale'

2008-03-06 Thread Vladimir Marek
On Thu, Mar 06, 2008 at 10:13:16AM +0200, Yakov Lerner wrote: > > I see problem with shell highlighting with the following piece, > apparently caused by the command named 'locale'. > I am using latest runtime files. from rsync. > Does anybody see incorrect highlighting, too ? > ---

Re: shell highlighting problem, after command name 'locale'

2008-03-06 Thread Yakov Lerner
On Thu, Mar 6, 2008 at 12:11 PM, Vladimir Marek <[EMAIL PROTECTED]> wrote: > > On Thu, Mar 06, 2008 at 10:13:16AM +0200, Yakov Lerner wrote: > > > > I see problem with shell highlighting with the following piece, > > apparently caused by the command named 'locale'. > > I am using latest runtim

Patch 7.1.267

2008-03-06 Thread Bram Moolenaar
Patch 7.1.267 Problem:When changing folds cursor may be positioned in the wrong place. Solution: Call changed_window_setting_win() instead of changed_window_setting(). Files: src/fold.c *** ../vim-7.1.266/src/fold.c Sun Jan 13 21:57:25 2008 --- src/fold.c Wed Mar 5 12