From 66532938c64cd814aa964f9907e5b488f0587b87 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 29 Dec 2018 16:29:47 +0100 Subject: feat: add options so, that K works for opening URLs based on SUSE abbrevitations. The list is found on https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Current_set_of_abbreviations osurl command (requires Lua) is from https://gitlab.com/mcepl/osurl.git --- ftdetect/spec.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ftdetect/spec.vim diff --git a/ftdetect/spec.vim b/ftdetect/spec.vim new file mode 100644 index 0000000..b1de10f --- /dev/null +++ b/ftdetect/spec.vim @@ -0,0 +1,2 @@ +let &iskeyword.=",/,#" +set keywordprg=osurl -- cgit