Hi!
What's the difference between command! name cmd and command name cmd?
command! name cmd
command name cmd
Thanks, sotiwin
Hi,
as per documentation, adding ! allows you to overwrite previously defined command. Without it, you'll get an error if a command with specified name already exists.
!