Viminfo dictionaries

2007-04-29 Thread Thomas
. If this is intended to be so, I think this should be noted in the help -- AFAIK it currently isn't. Regards, Thomas.

Re: Syntax error: let a1 = 1 | let b = [1,2,3] | echo b[a1:-1] = Undefined variable a1:

2007-04-29 Thread Thomas
Using : both for scopes and Sublist is not ideal. But it's hard to think of something that is better. Ruby uses .. for this (eg a[2..-1]), which has a mathematical touch. Putting spaces before and after the colon is perfectly ok for me though -- now that I know it.

Re: wish: allow a: in the function def

2007-04-24 Thread Thomas
Also would it be _recommended_ to ever use a window-local variable without the w: prefix? ... IMHO not. Well, it would make it easier for the user to configure scripts. I'm myself not convinced that it's a good idea to allow this for all variables, though. But I think it could be useful in

I'm back

2007-04-06 Thread Thomas Köhler
, Thomas -- Thomas Köhler Email: [EMAIL PROTECTED] WWW: http://gott-gehabt.de IRC: tkoehler PGP public key available from Homepage! signature.asc Description: Digital signature

BUG vim 7.0-204?: autocmd CusorMoved vs select/visual mode vs :behave mswin vs norm!

2007-03-25 Thread Thomas
-right zz gets inserted. Is there a work-around? Regards, Thomas.

Re: BUG vim 7.0-204?: autocmd CusorMoved vs select/visual mode vs :behave mswin vs norm!

2007-03-25 Thread Thomas
and then prepend c-o to the command if that's the case. It works without destroying the selection but it looks strange to me. Regards, Thomas. ___ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo

Re: Bug report: mapping fails with a few characters (i.e.: « :imap ’ foo » fails)

2007-03-02 Thread thomas
. Since I can map some multibyte characters, there is in my opinion no issue with the encoding. The question is: why is it possible to map U+2200 but not U+2019? Regards, thomas

Bug in non-gui vim 7.0-178: Command line expansion for emenu doesn't work for menu entries containing a period.

2007-01-13 Thread Thomas
Hi, In the following, command line expansion works in gvim but not in vim: set nocompatible set wildmenu amenu test.etc\..1 :echo 1cr emenu test.{press tab} This presents no possible completion in vim, but correctly shows the submenu in gvim. Regards, Thomas.

Re: Bug in non-gui vim 7.0-178: Command line expansion for emenu doesn't work for menu entries containing a period.

2007-01-13 Thread Thomas Link
set nocompatible set wildmenu amenu test.etc\..1 :echo 1cr emenu test.{press tab} This presents no possible completion in vim, but correctly shows the submenu in gvim. It works fine for me. Could there be something else that matters? I tried this with the terminal version on linux

Bug in 7.0.178? autocmd BufReadCmd * DoSomething expand(afile) fails if the filename contains %

2007-01-02 Thread Thomas
(, %) doesn't help. Regards, Thomas.

Bug in vim7? cursor postion col() vs. utf8-character for showbreak

2006-09-05 Thread Thomas
I set showbreak to ¦ (some extended character). This works fine for latin1 etc. but causes troubles when the encoding is utf8. Cursor position, col() virtcol() values etc. are miscalculated for (soft)wrapped lines. Regards, Thomas.

vim7: vimball (was: vim7: formatoptions)

2006-05-31 Thread Thomas
, Thomas.

vim7: formatoptions

2006-05-19 Thread Thomas
somebody verify this? Regards, Thomas.

Behavior of synIDattr() varies

2006-05-06 Thread Thomas Haselwanter
need to be fixed in mod_perl and not vim, but at this stage I'm just fishing for pointers what might cause synIDattr() to behave differently. I've verified this behavior in vim 6.3 and the latest 7.0 beta. Any ideas? Thomas