From d832273f344eef13fc6e82c7a3e7f0b61988eb58 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 4 Jan 2022 19:08:09 +0100 Subject: fix(plugin): add filetypes.lua file for the package. Why in the world spec.vim was in ftdetect/ and not in ftplugin/. --- ftplugin/spec.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ftplugin/spec.vim (limited to 'ftplugin') diff --git a/ftplugin/spec.vim b/ftplugin/spec.vim new file mode 100644 index 0000000..1b1fe77 --- /dev/null +++ b/ftplugin/spec.vim @@ -0,0 +1,2 @@ +let &iskeyword.=",/,-,#" +set keywordprg=osurl -- cgit