Re: Editing tar file under osx

2015-02-20 Thread Subbu
On Friday, 20 February 2015 18:48:09 UTC+1, Charles Campbell wrote: > Subbu wrote: > > Hello Everyone! > > > > I have this strange problem editing tar file with vim. vim can edit and > > update tar under Linux. But it might have some problem with osx. I could > > reproduce this problem on simple

Re: Editing tar file under osx

2015-02-20 Thread Charles Campbell
Subbu wrote: > Hello Everyone! > > I have this strange problem editing tar file with vim. vim can edit and > update tar under Linux. But it might have some problem with osx. I could > reproduce this problem on simple tar file(like - tar has one text file). Does > anyone has problem using vim wit

Re: Extra sheet of paper.

2015-02-20 Thread BPJ
Den 2015-02-20 02:41, toothpik skrev: > On Thu, Feb 19, 2015 at 03:22:23PM -0500, Steve Litt wrote: >> On Thu, 19 Feb 2015 14:13:40 -0500 >> John Culleton wrote: > >> Vim's print function has always sucked. I do this: > >> enscript -P myprinter -fTimes-Roman12 mydoc.txt > > which goes to show,

Re: defining a function and E488 Trailing characters

2015-02-20 Thread FlashBurn
On Friday, February 20, 2015 at 10:48:52 AM UTC-5, Ben Fritz wrote: > On Friday, February 20, 2015 at 9:35:16 AM UTC-6, FlashBurn wrote: > > I'm trying to learn about vim scripting. I tried to define a new function > > on the command line with the following: > > > > :function Meow() | echom "Meow

Re: defining a function and E488 Trailing characters

2015-02-20 Thread Ben Fritz
On Friday, February 20, 2015 at 9:35:16 AM UTC-6, FlashBurn wrote: > I'm trying to learn about vim scripting. I tried to define a new function on > the command line with the following: > > :function Meow() | echom "Meow" | endfunction > > For some reason the following error show up: > > E488: T

defining a function and E488 Trailing characters

2015-02-20 Thread FlashBurn
I'm trying to learn about vim scripting. I tried to define a new function on the command line with the following: :function Meow() | echom "Meow" | endfunction For some reason the following error show up: E488: Trailing characters What am I doing wrong? Any help is appreciated. -- -- You r