命令

  • 不要忘记在下次重新加载 vimrc 时允许 Vim 覆盖该命令的爆炸声。
  • 自定义命令必须以大写字符开头。

例子

command! MyCommand call SomeFunction()
command! MyOtherCommand command | Command | command
  • :help user-commands