Re: VIM: Configure script patch for IBM z/OS gvim motif build procedure motif 1.2 vs motif 2.1

2012-05-05 Fir de Conversatie Bram Moolenaar
Stephen Bovy wrote: Background Problems 1) The CFLAGS setting had syntax errors during the configure process ( need to remove escapes {\\} ) 2) The configure process did not correctly detect missing header files {need to add option to force error on missing .h files

Re: gf in Perl does not work on Some::Package-some_function

2012-05-05 Fir de Conversatie Thilo Six
Hello Tomáš, I forward the following mail i received from Andy: Excerpt from Andy Lester: I don't have the original author on the cc:. Can you please point him to https://github.com/petdance/vim-perl/issues ? sure ;) Thanks, xoa -- Andy Lester = a...@petdance.com = www.petdance.com =

Re: Crash when extend(o, o)

2012-05-05 Fir de Conversatie h_east
2012/5/3 (Thu) 3:55:50 UTC+9 Bram Moolenaar: Yasohiro Matsumoto wrote: When passing same Dictionary/List to expand(), it breaks reference counter. let o = {a:{b:B}} call extend(o, o) echo o.a.b = crash https://gist.github.com/2578755 Please check and include. Thanks for

Re: Crash when extend(o, o)

2012-05-05 Fir de Conversatie mattn
Thanks Hirohito. Bram, this original patch is writen by thinca. And tests above is writen by Hirohito. On Saturday, May 5, 2012 11:59:03 PM UTC+9, h_east wrote: 2012/5/3 (Thu) 3:55:50 UTC+9 Bram Moolenaar: Yasohiro Matsumoto wrote: When passing same Dictionary/List to expand(), it

Re: setting refresh: 'always' in a completion function breaks the dot ('.') register

2012-05-05 Fir de Conversatie Val Markovic
Sorry for the delay; for some reason, I didn't get an email update for your response. A misconfiguration on my side. You're right, I should have provided more detail. The original problem report (https://groups.google.com/forum/#!msg/vim_dev/k1Wo5Fv6e3E/CUjMnFEWlxYJ) provides more info, but

python3 and multibyte strings

2012-05-05 Fir de Conversatie Stanislav Kondratyev
Hello! I’m reposting this issue from vim_multibyte thanks to John Beckett's kind advice. I was experimenting with the python3 interface and I stumbled upon the following phenomenon. Suppose the cursor is in the string абвгдеёжзийклмнопрстуфхцчшщъыьэюя in a utf-8 encoded file. I run the following