Re: Can you edit EBCDIC files on non-OS390 builds of VIM?

2016-01-31 Thread Eric Christopherson
On Sat, Jan 30, 2016, Justin Dearing wrote: > I'd like to edit EBCDIC encoded files in VIM on windows vim --version shows > this: > > VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 16 2015 08:44:57) > Included patches: 1-872 > Compiled by > Huge version without GUI.

Re: Can you edit EBCDIC files on non-OS390 builds of VIM?

2016-01-31 Thread Nikolay Aleksandrovich Pavlov
2016-02-01 2:14 GMT+03:00 Eric Christopherson : > On Sat, Jan 30, 2016, Justin Dearing wrote: >> I'd like to edit EBCDIC encoded files in VIM on windows vim --version shows >> this: >> >> VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 16 2015 08:44:57) >> Included

Re: Can you edit EBCDIC files on non-OS390 builds of VIM?

2016-01-31 Thread Nikolay Aleksandrovich Pavlov
2016-01-31 5:32 GMT+03:00 Justin Dearing : > I'd like to edit EBCDIC encoded files in VIM on windows vim --version shows > this: > > VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 16 2015 08:44:57) > Included patches: 1-872 > Compiled by > Huge version

How would you repeatedly produce these lines?

2016-01-31 Thread etoipm1i0
I'm coding in Python and need to produce a number of lines like the following > p3[0] = {'name': , 'symbol': , 'number': } > p3[1] = {'name': , 'symbol': , 'number': } > ... and I'm wondering the best way to go about this. My main thought is to just copy-paste and maybe fill the brackets with

Re: How would you repeatedly produce these lines?

2016-01-31 Thread Markus Osterhoff
* etoipm...@gmail.com [160201 06:18]: > I'm coding in Python and need to produce a number of lines like the following > > p3[0] = {'name': , 'symbol': , 'number': } For that I usually use keyboard macros: copy the line, jump to the bracket, increase. The keys are

Re: Can you edit EBCDIC files on non-OS390 builds of VIM?

2016-01-31 Thread Tony Mechelynck
On Sun, Jan 31, 2016 at 3:32 AM, Justin Dearing wrote: > I'd like to edit EBCDIC encoded files in VIM on windows vim --version shows > this: > > VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 16 2015 08:44:57) > Included patches: 1-872 > Compiled by >

Can you edit EBCDIC files on non-OS390 builds of VIM?

2016-01-31 Thread Justin Dearing
I'd like to edit EBCDIC encoded files in VIM on windows vim --version shows this: VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 16 2015 08:44:57) Included patches: 1-872 Compiled by Huge version without GUI. Features included (+) or not (-): -ebcdic +mouse

Re: Can you edit EBCDIC files on non-OS390 builds of VIM?

2016-01-31 Thread Andrew Long
On 31 Jan 2016, at 02:32, Justin Dearing wrote: > I'd like to edit EBCDIC encoded files in VIM on windows vim --version shows > this: > > VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 16 2015 08:44:57) > Included patches: 1-872 > Compiled by > Huge version without GUI.

Re: Can you edit EBCDIC files on non-OS390 builds of VIM?

2016-01-31 Thread Random832
Justin Dearing writes: > I'd like to edit EBCDIC encoded files in VIM on windows vim Windows VIM apparently supports all windows codepages as file encodings [++enc=cpNNN] including cp37 and cp1047, etc. It seems to work fine for me, though I'm not sure if there are any