Re: :bd makes syntax highlight of the next window unavailable

2011-10-21 Thread Thilo Six
Peng Yu wrote the following on 21.10.2011 03:00 Hello, > Suppose that I open 3 .R files with "gvim -o". All the three .R files > are correctly syntax highlighted. However, if I use :bd to close one > window, the next window's syntax highlight will be gone. -- -- I had the same rescently. :set h

Re: line drawing inside vim

2011-10-21 Thread Tim Chase
On 10/20/11 17:51, sc wrote: On Thursday, October 20, 2011 09:45:25 Tim Chase wrote: boxdraw http://www.vim.org/script.php?script_id=173 ┌──┐ │ October 2011 │

Re: line drawing inside vim [PS]

2011-10-21 Thread Eric Smith
> I haven't had a DrawIt bug report for awhile. Some suggestions: > > * use v11l from > http://drchip.0sites.net/astronaut/vim/index.html#DRAWIT -- that's > the most recent one (that's version eleven, letter "l") Thanks Chip All sweetness and light now. Eric -- You received this message

drawing and column editing in vim

2011-10-21 Thread Eric Smith
I am using DrawIt to make things like Organograms. It becomes messy when removing or inserting an entity. Then the parts of the lines to the right either become pushed to the right or collapse to the left. This of course would also happen when editing just text columns. I found some relief by p

Syntax highlighting Problem in for Bash

2011-10-21 Thread Tom Bodine
I was bitten by the old unexpected EOF while looking for matching `"' error in bash. Where you start a comment some where in the middle of your script and forget to place a quote mark at the end. After searching through the text I could not find any string that matched this criteria. It was

Re: Tracing Vim into a log file.

2011-10-21 Thread Tony Mechelynck
On 21/10/11 00:44, Eddine wrote: >BTW, trying to write a single file from two processes at the same time (such as Vim and the log-writing process) is >courting disaster. If you do, you're bound to get problems sooner rather than later. about the vim log, I mean is there a way to write Vim actio

One line without EOL

2011-10-21 Thread meino . cramer
Hi, is it possible to create a line of text with vim which do not contain any \n, \ra ? Or in other words: The line should contain nothing more than the visible chars. I need this to generate test data for testing a VFD... How can I accomplish this? Thank you very much in advance for a

Re: Syntax highlighting Problem in for Bash

2011-10-21 Thread Tony Mechelynck
On 21/10/11 15:17, Tom Bodine wrote: I was bitten by the old unexpected EOF while looking for matching `"' error in bash. Where you start a comment some where in the middle of your script and forget to place a quote mark at the end. After searching through the text I could not find any st

Re: One line without EOL

2011-10-21 Thread Tony Mechelynck
On 21/10/11 17:25, meino.cra...@gmx.de wrote: Hi, is it possible to create a line of text with vim which do not contain any \n, \ra ? Or in other words: The line should contain nothing more than the visible chars. I need this to generate test data for testing a VFD... How can I ac

Re: One line without EOL

2011-10-21 Thread meino . cramer
Tony Mechelynck [11-10-21 18:32]: > On 21/10/11 17:25, meino.cra...@gmx.de wrote: > >Hi, > > > > is it possible to create a line of text with vim which > > do not contain any \n, \ra ? > > > > Or in other words: The line should contain nothing > > more than the visible chars. > > > > I need t

Re: One line without EOL

2011-10-21 Thread Taylor Hedberg
Another way to do it would be to edit the file normally in Vim and then pipe its contents through the Unix command `head` in order to strip off the final byte (i.e. the final newline). Since you're feeding it to /dev/ttyS0, you could do something like this: head -c -1 /dev/ttyS0 Personally, I

Re: Syntax highlighting Problem in for Bash

2011-10-21 Thread Gary Johnson
On 2011-10-21, Tony Mechelynck wrote: > In bash (as can be seen with "help :" without the quotes at the bash > prompt) : is a do-nothing command. So it can be regarded as > legitimate to treat it as a comment. While it is true that the : command does nothing, its arguments are still expanded, red

gvim64/win7 claims error on unzip, but unzip get no error, why?

2011-10-21 Thread Linda W
I tried to open a .jar file in gvim (7.3). and got an error (which one has to type in manually, as vim won't let you cut/paste -- a much maligned user-hindrance, when it was first widely used by Microsoft): unzip: cannot find or open C:/Users/lindaw/AppData/Roaming/ So I open up a co

Re: gvim64/win7 claims error on unzip, but unzip get no error, why?

2011-10-21 Thread Charles Campbell
Linda W wrote: I tried to open a .jar file in gvim (7.3). and got an error (which one has to type in manually, as vim won't let you cut/paste -- a much maligned user-hindrance, when it was first widely used by Microsoft): unzip: cannot find or open C:/Users/lindaw/AppData/Roaming/ S

Re: gvim64/win7 claims error on unzip, but unzip get no error, why?

2011-10-21 Thread Ben Fritz
On Oct 21, 1:02 pm, Linda W wrote: > I tried to open a .jar file in gvim (7.3). and got an error (which one > has to type in manually, as vim won't let you cut/paste -- a much > maligned user-hindrance, when it was first widely used by Microsoft): > I'm not sure what this means...I *think* you'

Re: line drawing inside vim

2011-10-21 Thread Ben Fritz
On Oct 20, 9:45 am, Tim Chase wrote: > On 10/20/11 09:35, Eric Smith wrote: > > > Is there a current script for simple drawing of lines or shapes while > > in vim? > > > I triedhttp://www.vim.org/scripts/download_script.php?src_id=8798 > > which is DrawIT and received mutiple errors (not necesar

Re: One line without EOL

2011-10-21 Thread Ben Fritz
On Oct 21, 10:25 am, meino.cra...@gmx.de wrote: > Hi, > >  is it possible to create a line of text with vim which >  do not contain any \n, \ra ? > >  Or in other words: The line should contain nothing >  more than the visible chars. > >  I need this to generate test data for testing a VFD... > >

Re: drawing and column editing in vim

2011-10-21 Thread Chris Jones
On Fri, Oct 21, 2011 at 09:41:39AM EDT, Eric Smith wrote: > I am using DrawIt to make things like Organograms. > > It becomes messy when removing or inserting an entity. > > Then the parts of the lines to the right either become pushed to the > right or collapse to the left. > > This of course

Re: gvim64/win7 claims error on unzip, but unzip get no error, why?

2011-10-21 Thread Benjamin R. Haskell
On Fri, 21 Oct 2011, Linda W wrote: I tried to open a .jar file in gvim (7.3). and got an error (which one has to type in manually, as vim won't let you cut/paste -- a much maligned user-hindrance, when it was first widely used by Microsoft): unzip: cannot find or open C:/Users/lindaw/AppDa

Re: One line without EOL

2011-10-21 Thread Benjamin R. Haskell
On Fri, 21 Oct 2011, meino.cra...@gmx.de wrote: Hi, is it possible to create a line of text with vim which do not contain any \n, \ra ? Or in other words: The line should contain nothing more than the visible chars. I need this to generate test data for testing a VFD... How can I accompl

Re: One line without EOL

2011-10-21 Thread Benjamin R. Haskell
On Fri, 21 Oct 2011, Benjamin R. Haskell wrote: On Fri, 21 Oct 2011, meino.cra...@gmx.de wrote: Hi, is it possible to create a line of text with vim which do not contain any \n, \ra ? Or in other words: The line should contain nothing more than the visible chars. I need this to generate

Re: drawing and column editing in vim

2011-10-21 Thread Javier Rojas
On Fri, Oct 21, 2011 at 03:41:39PM +0200, Eric Smith wrote: > What is the solution to make vim behave more like > a graphics application? (which of course it was never designed > for). You should try asciio. -- Javier Rojas GPG Key ID: 0x24E00D68 signature.asc Description: Digital signature