- Generate a Vim syntax file. If path is not given, the local
- Vim runtime path is guessed. If path is a directory, the
- file &dactyl.name;.vim in that directory is
- used. An existing file will never be overwritten unless
- bang is given.
+ Creates and installs Vim ftdetect, ftplugin and syntax files. If
+ dir is not given, the local Vim runtime path is guessed.
+ An existing file will never be overwritten unless ! is
+ given.
+
+
+ See :help 'runtimepath' and :help after-directory
+ in Vim for an explanation of how best to manage personal changes to
+ these files.