On Monday, November 18, 2013 7:30:44 AM UTC-6, Егор wrote:
> 18.11.2013 13:54, Paul Isambert написав(ла):
> 
> > "Егор" <[email protected]>:
> 
> >> How can I run console command before saving file? Is it possible to
> 
> >> do it when type :w?
> 
> > It depends on what you want to do exactly; you can try:
> 
> >
> 
> >      :execute "!cmd" | w
> 
> >
> 
> > (see "help :bar" on why you can't simply use ":!cmd | w").
> 
> >
> 
> > If you want to do something whenever you write a buffer to a file, use the
> 
> > BufWrite autocommand.
> 
> >
> 
> > Best,
> 
> > Paul
> 
> >
> 
> Ok, next question. I use autocmd BufWrite * execute "!apache restart" 
> 
> Now i need hit <Enter> two times when use :w Is it possible to fix it?

For your NEXT question, please start a NEW thread instead of hijacking somebody 
else's (or even your own on an unrelated topic).

-- 
-- 
You received this message from the "vim_use" 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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to