RE: use vim function from an external shell command

2009-10-06 Thread John Beckett
NEW USERS ON THIS MAILING LIST: Please bottom post on this list. Quote a small (relevant) part of the message you are replying to, and put your text underneath. See http://groups.google.com/group/vim_use/web/vim-information Find out what the above means before posting on this list. --~--~

Re: use vim function from an external shell command

2009-10-05 Thread Joseph Boiteau
Wow, I love your lines ! I like it because it comes with vim itself, thanks ! By the way, thanks to Gary and Peter for your answers !! I didn't took enough time to properly try them, the need of a third party script blow me out. thanks mailing list On Tue, Sep 29, 2009 at 8:31 AM, Tony Mechelyn

Re: use vim function from an external shell command

2009-09-28 Thread Tony Mechelynck
On 12/09/09 12:44, Peter l Jakobi wrote: > > On Fri, Sep 11, 2009 at 07:39:09AM -0700, Joseph Boiteau wrote: >> I would like to use the reindenting functionality (ie: "gg=G") based >> on vim indent files, but without getting into vim.. > > If I interpret this correctly, you seem to want to use vim

Re: use vim function from an external shell command

2009-09-12 Thread Peter l Jakobi
On Fri, Sep 11, 2009 at 07:39:09AM -0700, Joseph Boiteau wrote: > I would like to use the reindenting functionality (ie: "gg=G") based > on vim indent files, but without getting into vim.. If I interpret this correctly, you seem to want to use vim commands outside of interactive vim? > I recentl

Re: use vim function from an external shell command

2009-09-11 Thread Gary Johnson
On 2009-09-11, Joseph Boiteau wrote: > Hi, > > I would like to use the reindenting functionality (ie: "gg=G") based > on vim indent files, but without getting into vim.. > > I recently discover /usr/share/vim/vim72/macros/less.sh, which use the > vim power to make a less-like command with syntax

use vim function from an external shell command

2009-09-11 Thread Joseph Boiteau
Hi, I would like to use the reindenting functionality (ie: "gg=G") based on vim indent files, but without getting into vim.. I recently discover /usr/share/vim/vim72/macros/less.sh, which use the vim power to make a less-like command with syntax highlighting. I'm pretty sure the same is possible