Executing a command in vim from a commandline
- by TK
I would like to run :helptags ~/.vim/doc in vim, but from command line.
The purpose is to run the command occasionally with other commands to keep
my tools up-to-date (probably in a cron job on my development machine.
I looked around man vim, but cannot figure out what option I need to pass.
I think this is a general question for vim, but I'm using Mac and Ubuntu for the development.