commit | 60cce2fb736c8ff6fdb9603f502d3c15f1f7a25d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 23:21:27 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 23:21:27 2015 +0200 |
tree | 6e3cfa244f7b4598c052799d89004eae80382d24 | |
parent | 04dfd512293e951479aec2378753b946c39bea87 [diff] [blame] |
Update runtime files.
diff --git a/runtime/ftplugin/systemd.vim b/runtime/ftplugin/systemd.vim new file mode 100644 index 0000000..60b3fd9 --- /dev/null +++ b/runtime/ftplugin/systemd.vim
@@ -0,0 +1,7 @@ +" Vim filetype plugin file +" Language: systemd.unit(5) + +if !exists('b:did_ftplugin') + " Looks a lot like dosini files. + runtime! ftplugin/dosini.vim +endif