Re: How to execute autocmd command after "cd " event?

2019-04-05 Thread Yegappan Lakshmanan
Hi, On Fri, Apr 5, 2019 at 5:56 AM Igor Forca wrote: > > Hi, > I have written some vim commands that I would like to execute every time after > :cd > command is executed. > > I searched the help: > :help autocmd-events > but can't find "change directory" event. > You can use the DirChanged auto

Re: How to execute autocmd command after "cd " event?

2019-04-05 Thread Christian Brabandt
On Fr, 05 Apr 2019, Igor Forca wrote: > Hi, > I have written some vim commands that I would like to execute every time after > :cd > command is executed. > > I searched the help: > :help autocmd-events > but can't find "change directory" event. > > Any idea how to trigger vim script after "cd

How to execute autocmd command after "cd " event?

2019-04-05 Thread Igor Forca
Hi, I have written some vim commands that I would like to execute every time after :cd command is executed. I searched the help: :help autocmd-events but can't find "change directory" event. Any idea how to trigger vim script after "cd " command? Regards I am using gVim latest nightly currentl