Changeset: 3492 (3482d151136b) Updated runtime files.

2012-04-26 Fir de Conversatie Thilo Six
Hello Bram, the hg changeset: 3492 (3482d151136b) 'Updated runtime files' has introduced linecontinuation to 'runtime/ftplugin/dosbatch.vim'. Therefor cpo handling needs to be added, too. In 'runtime/ftplugin/postscr.vim' also linecontinuation has been added after the already present cpo

Re: Patch (Fix Makefile for IBM z/OS)

2012-04-26 Fir de Conversatie Bram Moolenaar
Stephen Bovy wrote: Problem:QUOTESED (On IBM z/OS) will be set in config.mk Solution: remove QUOTESED from Makefile Author Steve Bovy Files:src/Makefile I used Winmerge to create this and I do not know if I got it right 2414,2415c2414 #QUOTESED is supposed to be

BUG: xxd -r strips a byte depending on value of last byte of binary

2012-04-26 Fir de Conversatie Britton Kerin
This buffer content: 000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 010: 0a When subjected to ':%!xxd -r -g 1' yields a 16 byte buffer and if saved a sixteen byte file. Note that the input is 17 bytes long. This buffer content on the other hand:

[VIM CONFIGURE SCRIPT] Configure Script Is not recognizing Compiler Errors ON IBM z/OS

2012-04-26 Fir de Conversatie Bovy, Stephen
Please NOTE ( I am building the MOTIF ) version configure --with-features=big --enable-gui=motif NOTE: I am CROSS-POSTING this to the [OE-MVS] mailing list ( for reference and consultation purposes ) From Configure Script Log configure:8626: checking X11/xpm.h usability

RE: [VIM CONFIGURE SCRIPT] Configure Script Is not recognizing Compiler Errors ON IBM z/OS

2012-04-26 Fir de Conversatie Bovy, Stephen
Here is another case configure:8704: checking Xm/Notebook.h presence configure:8704: cc -Econftest.c configure:8704: $? = 0 configure:8704: result: yes configure:8704: checking for Xm/Notebook.h configure:8704: result: yes configure:8717: checking for XpmAttributes_21 in Xm/XpmP.h

How do I disable (-g) debbuger flag ??

2012-04-26 Fir de Conversatie Bovy, Stephen
Sorry for asking dum dum question I thought I knew how to do this But the answer is not obvious -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: BUG: xxd -r strips a byte depending on value of last byte of binary

2012-04-26 Fir de Conversatie John Little
Sorry, I can't reproduce this, vim 7.3.475 and xxd V1.10 on linux. What versions and OS? What 16 bytes do you get? I suspected there was some interaction with the endofline option, which applies if you set binary, but I have to explicitly :set binary noeol before saving to get a 16 byte file

Re: How do I disable (-g) debbuger flag ??

2012-04-26 Fir de Conversatie John Little
Quick answer, hack the Makefile in the src directory. Mine has lots of lines setting CFLAGS all commented out, except for the one I use, which has -g. Regards, John -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For