multibyte characters in langmap?

2006-12-07 Thread Valery Kondakoff
Hello, vim-developers!

  It is still impossible to use multibyte characters in langmaps,
  when main Vim encoding is set to UTF-8.
  As far as I remember in mid-october there was a patch submitted by
  Konstantin Korikov [EMAIL PROTECTED], which allows using
  multibyte characters in langmaps.
  Will this patch becomes 'official' one?

-- 
Best regards,
 Valery Kondakoff  mailto:[EMAIL PROTECTED]

PGP key: mailto:[EMAIL PROTECTED]@nncron.ru

np: (Player is not active)



problem with vim.sf.net

2006-12-07 Thread Charles E Campbell Jr

Since no one had mentioned it yet; the scripts appear to be inaccessible.
Clicking on top rated yields:

Can't open file: 'vs_scripts.MYI' (errno: 145)

Regards,
Chip Campbell



RE: problem with vim.sf.net

2006-12-07 Thread Eggum, DavidX S
Confirmed, I see it too...

-Original Message-
From: Charles E Campbell Jr [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 07, 2006 8:58 AM
To: vim-dev@vim.org
Subject: problem with vim.sf.net

Since no one had mentioned it yet; the scripts appear to be
inaccessible.
Clicking on top rated yields:

Can't open file: 'vs_scripts.MYI' (errno: 145)

Regards,
Chip Campbell


Re: problem with vim.sf.net

2006-12-07 Thread Nikolai Weibull

On 12/7/06, Eggum, DavidX S [EMAIL PROTECTED] wrote:

Confirmed, I see it too...


And I can confirm receiving your confirmation.

 nikolai


RE: problem with vim.sf.net

2006-12-07 Thread Eggum, DavidX S
Roger that.

;)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Nikolai Weibull
Sent: Thursday, December 07, 2006 10:24 AM
To: Eggum, DavidX S
Cc: vim-dev@vim.org
Subject: Re: problem with vim.sf.net

On 12/7/06, Eggum, DavidX S [EMAIL PROTECTED] wrote:
 Confirmed, I see it too...

And I can confirm receiving your confirmation.

  nikolai


Re: ^ vs 0 vs Home vs |

2006-12-07 Thread Bram Moolenaar

Bill McCarthy wrote:

 Here's what the docs say:
 
 ===
 *^*
 ^   To the first non-blank character of the line.
 |exclusive| motion.
 
 *0*
 0   To the first character of the line.  |exclusive|
 motion.  When moving up or down, stay in same screen
 column (if possible).
 
 *Home* *kHome*
 Home  To the first character of the line.  |exclusive|
 motion.  When moving up or down, stay in same text
 column (if possible).  Works like 1|, which differs
 from 0 when the line starts with a Tab.  {not in
 Vi}
 
 *bar*
 |   To screen column [count] in the current line.
 |exclusive| motion.
 ===
 
 (1) The sentence starting with When moving (in the help
 for both '0' and 'Home' appears to also belong with
 the help for '^'.

Nearly all commans stick to the same screen column.  The remark about
moving up or down should only appear for commands that do otherwise.
I'll remove it from 0 and add a remark at Home that keeping the text
column is unusual.

 (2) The sentence starting with Works like (in the help for
 'Home') does not appear to be correct.  'Home'
 appears to work like '0'.  The movement is just like
 '1|' (which is equivalent to '|') except for the
 behavior of moving up or down.

 (3) '0' and 'Home' appear to be identical.  Does anyone
 see a difference?

Home does work like 1|, not like 0, if you consider doing j or
k next.

-- 
Q: What's orange and sounds like a parrot?
A: A carrot

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///


Re: problem with vim.sf.net

2006-12-07 Thread A.J.Mechelynck

Charles E Campbell Jr wrote:

Since no one had mentioned it yet; the scripts appear to be inaccessible.
Clicking on top rated yields:

Can't open file: 'vs_scripts.MYI' (errno: 145)

Regards,
Chip Campbell




Just for the record, see thread Vim Online Error started by Swaroop C H some 
10 hours before this thread.


There still seems to be no scripts at vim-online.


Best regards,
Tony.