Re: [BUG] `verbose set sw?' is not working in help buffer

2011-06-26 Fir de Conversatie Ben Schmidt
On 26/06/11 11:15 AM, ZyX wrote: Reply to message «Re: [BUG] `verbose set sw?' is not working in help buffer», sent 04:12:57 26 June 2011, Sunday by Bram Moolenaar: In help files the option values are set to sane values. Option values set in the program don't have a verbose location. If I

Re: Patch 7.3.232

2011-06-26 Fir de Conversatie Bram Moolenaar
lilydjwg wrote: There are more 'p_enc's in if_python3.c that needs the change. See the attachment. Thanks! -- hundred-and-one symptoms of being an internet addict: 227. You sleep next to your monitor. Or on top of it. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net

Patch 7.3.236

2011-06-26 Fir de Conversatie Bram Moolenaar
Patch 7.3.236 (after 7.3.232) Problem:Python 3 doesn't compile without +multi_byte Solution: Use latin1 when MULTI_BYTE is not defined. (lilydjwg) Files: src/if_python3.c *** ../vim-7.3.235/src/if_python3.c 2011-06-19 00:27:46.0 +0200 --- src/if_python3.c2011-06-26

Patch 7.3.237

2011-06-26 Fir de Conversatie Bram Moolenaar
Patch 7.3.237 Problem:filetype completion doesn't work on Windows. (Yue Wu) Solution: Don't use a glob pattern for the directories, use a list of directories. (Dominique Pelle) Files: src/ex_getln.c *** ../vim-7.3.236/src/ex_getln.c 2011-05-19