aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/spec.vim
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-01-04 19:08:09 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-03-28 17:06:36 +0100
commitd832273f344eef13fc6e82c7a3e7f0b61988eb58 (patch)
tree58aeba21071e6d5f85d84561a2182b67040a510d /ftplugin/spec.vim
parent80dc49c8cb0f272460f7a9b24cc81f8f63fd6183 (diff)
downloadvim-suse-changes-d832273f344eef13fc6e82c7a3e7f0b61988eb58.tar.gz
fix(plugin): add filetypes.lua file for the package.
Why in the world spec.vim was in ftdetect/ and not in ftplugin/.
Diffstat (limited to 'ftplugin/spec.vim')
-rw-r--r--ftplugin/spec.vim2
1 files changed, 2 insertions, 0 deletions
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