diff options
author | black <invalid> | 2016-01-11 08:44:25 +0100 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-02-02 12:07:17 -0500 |
commit | 84c8a5c73bc5b250f292c39df6d920674f197765 (patch) | |
tree | c389683193e1c5fc674b988cdb914054342c2db1 /ftplugin/gentoo-package-keywords.vim | |
parent | remove bug summary related docs (diff) | |
download | gentoo-syntax-84c8a5c73bc5b250f292c39df6d920674f197765.tar.gz gentoo-syntax-84c8a5c73bc5b250f292c39df6d920674f197765.tar.bz2 gentoo-syntax-84c8a5c73bc5b250f292c39df6d920674f197765.zip |
Added filetypes for Gentoo files that derive from conf.vim or sh.vim
Diffstat (limited to 'ftplugin/gentoo-package-keywords.vim')
-rw-r--r-- | ftplugin/gentoo-package-keywords.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ftplugin/gentoo-package-keywords.vim b/ftplugin/gentoo-package-keywords.vim new file mode 100644 index 0000000..5e70622 --- /dev/null +++ b/ftplugin/gentoo-package-keywords.vim @@ -0,0 +1,5 @@ +if &compatible || v:version < 603 + finish +endif + +runtime! ftplugin/conf.vim |